Home
last modified time | relevance | path

Searched defs:propname (Results 1 – 25 of 27) sorted by relevance

12

/external/u-boot/tools/dtoc/
Dfdt_util.py90 def GetInt(node, propname, default=None): argument
110 def GetString(node, propname, default=None): argument
130 def GetBool(node, propname, default=False): argument
146 def GetByte(node, propname, default=None): argument
169 def GetPhandleList(node, propname): argument
187 def GetDatatype(node, propname, datatype): argument
/external/u-boot/include/dm/
Dread.h608 const char *propname, u32 *outp) in dev_read_u32()
614 const char *propname, int def) in dev_read_u32_default()
620 const char *propname, s32 *outp) in dev_read_s32()
626 const char *propname, int def) in dev_read_s32_default()
632 const char *propname, uint *outp) in dev_read_u32u()
646 const char *propname, u64 *outp) in dev_read_u64()
652 const char *propname, u64 def) in dev_read_u64_default()
658 const char *propname) in dev_read_string()
663 static inline bool dev_read_bool(struct udevice *dev, const char *propname) in dev_read_bool()
674 static inline int dev_read_size(struct udevice *dev, const char *propname) in dev_read_size()
[all …]
Dof_access.h307 const char *propname, in of_property_read_string_index()
327 const char *propname) in of_property_count_strings()
Dofnode.h213 static inline int ofnode_read_s32(ofnode node, const char *propname, in ofnode_read_s32()
/external/u-boot/drivers/core/
Dread.c14 int dev_read_u32(struct udevice *dev, const char *propname, u32 *outp) in dev_read_u32()
19 int dev_read_u32_default(struct udevice *dev, const char *propname, int def) in dev_read_u32_default()
24 int dev_read_s32(struct udevice *dev, const char *propname, s32 *outp) in dev_read_s32()
29 int dev_read_s32_default(struct udevice *dev, const char *propname, int def) in dev_read_s32_default()
34 int dev_read_u32u(struct udevice *dev, const char *propname, uint *outp) in dev_read_u32u()
47 int dev_read_u64(struct udevice *dev, const char *propname, u64 *outp) in dev_read_u64()
52 u64 dev_read_u64_default(struct udevice *dev, const char *propname, u64 def) in dev_read_u64_default()
57 const char *dev_read_string(struct udevice *dev, const char *propname) in dev_read_string()
62 bool dev_read_bool(struct udevice *dev, const char *propname) in dev_read_bool()
82 int dev_read_size(struct udevice *dev, const char *propname) in dev_read_size()
[all …]
Dofnode.c18 int ofnode_read_u32(ofnode node, const char *propname, u32 *outp) in ofnode_read_u32()
42 u32 ofnode_read_u32_default(ofnode node, const char *propname, u32 def) in ofnode_read_u32_default()
50 int ofnode_read_s32_default(ofnode node, const char *propname, s32 def) in ofnode_read_s32_default()
58 int ofnode_read_u64(ofnode node, const char *propname, u64 *outp) in ofnode_read_u64()
82 u64 ofnode_read_u64_default(ofnode node, const char *propname, u64 def) in ofnode_read_u64_default()
90 bool ofnode_read_bool(ofnode node, const char *propname) in ofnode_read_bool()
104 const char *ofnode_read_string(ofnode node, const char *propname) in ofnode_read_string()
163 int ofnode_read_u32_array(ofnode node, const char *propname, in ofnode_read_u32_array()
239 int ofnode_read_size(ofnode node, const char *propname) in ofnode_read_size()
530 const void *ofnode_get_property(ofnode node, const char *propname, int *lenp) in ofnode_get_property()
[all …]
Dof_access.c380 const char *propname, const void *propval, in of_device_has_prop_value()
391 const char *propname, in of_find_node_by_prop_value()
435 const char *propname, u32 len) in of_find_property_value_of_size()
449 int of_read_u32(const struct device_node *np, const char *propname, u32 *outp) in of_read_u32()
468 int of_read_u32_array(const struct device_node *np, const char *propname, in of_read_u32_array()
487 int of_read_u64(const struct device_node *np, const char *propname, u64 *outp) in of_read_u64()
507 int of_property_match_string(const struct device_node *np, const char *propname, in of_property_match_string()
546 const char *propname, const char **out_strs, in of_property_read_string_helper()
/external/dtc/tests/
Dnode_offset_by_prop_value.c31 static void vcheck_search(void *fdt, const char *propname, const void *propval, in vcheck_search()
50 static void check_search(void *fdt, const char *propname, const void *propval, in check_search()
60 static void check_search_str(void *fdt, const char *propname, in check_search_str()
70 #define check_search_cell(fdt, propname, propval, ...) \ argument
Dtestutils.c93 const char *propname; in check_property() local
/external/u-boot/drivers/bootcount/
Dbootcount-uclass.c36 const char *propname = "u-boot,bootcount-device"; in bootcount_store() local
63 const char *propname = "u-boot,bootcount-device"; in bootcount_load() local
/external/pdfium/fxjs/
Dcjs_global.cpp224 CJS_Result CJS_Global::QueryProperty(const wchar_t* propname) { in QueryProperty()
232 const wchar_t* propname) { in DelProperty()
242 const wchar_t* propname) { in GetProperty()
271 const wchar_t* propname, in SetProperty()
506 CJS_Result CJS_Global::SetGlobalVariables(const ByteString& propname, in SetGlobalVariables()
Dcfx_globaldata.cpp116 const ByteString& propname) { in FindGlobalVariable()
126 const ByteString& propname) { in GetGlobalVariable()
/external/u-boot/test/dm/
Dofnode.c22 const char propname[] = "compatible"; in dm_test_ofnode_by_prop_value() local
/external/u-boot/scripts/dtc/
Dchecks.c183 char *propname = c->data; in check_is_string() local
192 #define WARNING_IF_NOT_STRING(nm, propname) \ argument
194 #define ERROR_IF_NOT_STRING(nm, propname) \ argument
202 char *propname = c->data; in check_is_string_list() local
221 #define WARNING_IF_NOT_STRING_LIST(nm, propname) \ argument
223 #define ERROR_IF_NOT_STRING_LIST(nm, propname) \ argument
230 char *propname = c->data; in check_is_cell() local
239 #define WARNING_IF_NOT_CELL(nm, propname) \ argument
241 #define ERROR_IF_NOT_CELL(nm, propname) \ argument
439 struct node *node, const char *propname) in check_phandle_prop()
[all …]
/external/dtc/
Dchecks.c167 char *propname = c->data; in check_is_string() local
177 #define WARNING_IF_NOT_STRING(nm, propname) \ argument
179 #define ERROR_IF_NOT_STRING(nm, propname) \ argument
186 char *propname = c->data; in check_is_cell() local
196 #define WARNING_IF_NOT_CELL(nm, propname) \ argument
198 #define ERROR_IF_NOT_CELL(nm, propname) \ argument
401 struct node *node, const char *propname) in check_phandle_prop()
/external/kernel-headers/original/uapi/linux/
Dfsl_hypervisor.h179 __u64 propname; member
/external/u-boot/drivers/pinctrl/
Dpinctrl-generic.c248 const char *propname; in pinctrl_generic_set_state_one() local
Dpinctrl-uclass.c54 char propname[32]; /* long enough */ in pinctrl_select_state_full() local
/external/u-boot/scripts/dtc/libfdt/
Dfdt_ro.c652 const char *propname, in fdt_node_offset_by_prop_value()
867 const char *propname; in fdt_check_full() local
/external/u-boot/lib/libfdt/
Dfdt_ro.c656 const char *propname, in fdt_node_offset_by_prop_value()
871 const char *propname; in fdt_check_full() local
/external/u-boot/env/
Dmmc.c68 const char *propname; in mmc_offset() local
/external/u-boot/drivers/clk/
Dclk_pic32.c322 char propname[50]; in pic32_clk_init() local
/external/pdfium/fxjs/xfa/
Dcfxjse_engine.cpp157 WideStringView propname, in QueryNodeByFlag()
/external/dtc/libfdt/
Dfdt_ro.c499 const char *propname, in fdt_node_offset_by_prop_value()
/external/u-boot/drivers/net/fsl-mc/
Dmc.c172 const char *propname, struct eth_device *eth_dev, in mc_fixup_mac_addr()

12