/optee_os/core/drivers/clk/ |
A D | clk.c | 21 size_t parent = 0; in clk_alloc() local 121 struct clk *parent = NULL; in clk_disable_no_lock() local 137 struct clk *parent = NULL; in clk_enable_no_lock() local 232 static TEE_Result clk_get_parent_idx(struct clk *clk, struct clk *parent, in clk_get_parent_idx() 248 static TEE_Result clk_set_parent_no_lock(struct clk *clk, struct clk *parent, in clk_set_parent_no_lock() 283 TEE_Result clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent()
|
A D | clk_dt.c | 143 struct clk *parent = NULL; in parse_assigned_clock() local
|
/optee_os/core/drivers/clk/sam/ |
A D | at91_plldiv.c | 48 struct clk *parent) in at91_clk_register_plldiv()
|
A D | at91_peripheral.c | 32 struct clk *parent = NULL; in clk_sam9x5_peripheral_autodiv() local 151 const char *name, struct clk *parent, in at91_clk_register_sam9x5_periph()
|
A D | at91_h32mx.c | 57 struct clk *parent) in at91_clk_register_h32mx()
|
A D | at91_audio_pll.c | 300 struct clk *parent) in at91_clk_register_audio_pll_frac() 331 struct clk *parent) in at91_clk_register_audio_pll_pad() 362 struct clk *parent) in at91_clk_register_audio_pll_pmc()
|
A D | at91_system.c | 65 struct clk *parent, uint8_t id) in at91_clk_register_system()
|
A D | at91_utmi.c | 110 struct clk *parent) in at91_clk_register_utmi()
|
A D | at91_master.c | 167 const char *name, struct clk *parent, in at91_clk_register_master_div()
|
A D | at91_main.c | 170 struct clk *parent, bool bypass) in pmc_register_main_osc()
|
A D | at91_pll.c | 257 struct clk *parent, uint8_t id, in at91_clk_register_pll()
|
/optee_os/core/kernel/ |
A D | dt.c | 164 int parent; in _fdt_reg_base_address() local 187 int parent; in _fdt_reg_size() local
|
/optee_os/core/lib/libfdt/ |
A D | fdt_addresses.c | 57 int fdt_appendprop_addrrange(void *fdt, int parent, int nodeoffset, in fdt_appendprop_addrrange()
|
/optee_os/core/include/drivers/ |
A D | clk.h | 34 struct clk *parent; member
|
/optee_os/core/arch/arm/include/mm/ |
A D | pgt_cache.h | 33 struct pgt_parent *parent; member
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | x509_crt.c | 2429 mbedtls_x509_crt *parent, in x509_crt_check_signature() 2488 const mbedtls_x509_crt *parent, in x509_crt_check_parent() 2572 mbedtls_x509_crt *parent, *fallback_parent; in x509_crt_find_parent_in() local 2687 mbedtls_x509_crt **parent, in x509_crt_find_parent() 2831 mbedtls_x509_crt *parent; in x509_crt_verify_chain() local
|
/optee_os/ta/pkcs11/src/ |
A D | processing.c | 805 struct pkcs11_object *parent = NULL; in entry_processing_key() local
|
A D | pkcs11_attributes.c | 917 struct obj_attrs *parent, in create_attributes_from_template()
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | x509_crt.h | 238 mbedtls_x509_crt *parent; /* non-null iff parent_in in progress */ member
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | x509_crt.h | 238 mbedtls_x509_crt *parent; /* non-null iff parent_in in progress */ member
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | x509_crt.h | 238 mbedtls_x509_crt *parent; /* non-null iff parent_in in progress */ member
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | x509_crt.h | 238 mbedtls_x509_crt *parent; /* non-null iff parent_in in progress */ member
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | x509_crt.h | 238 mbedtls_x509_crt *parent; /* non-null iff parent_in in progress */ member
|
/optee_os/core/lib/libfdt/include/ |
A D | libfdt.h | 226 #define fdt_for_each_subnode(node, fdt, parent) \ argument
|
/optee_os/core/tee/ |
A D | fs_htree.c | 84 struct htree_node *parent; member
|