Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/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
/third_party/uboot/u-boot-2020.01/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()
/third_party/uboot/u-boot-2020.01/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()
/third_party/typescript/tests/cases/compiler/
DcontrolFlowPropertyDeclarations.ts9 for (var propname in HTMLDOMPropertyConfig.Properties) { variable
14 var mapFrom = HTMLDOMPropertyConfig.DOMAttributeNames[propname] || propname.toLowerCase(); variable
/third_party/uboot/u-boot-2020.01/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
/third_party/uboot/u-boot-2020.01/test/dm/
Dofnode.c22 const char propname[] = "compatible"; in dm_test_ofnode_by_prop_value() local
/third_party/uboot/u-boot-2020.01/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 …]
Dlivetree.c405 struct property *get_property(struct node *node, const char *propname) in get_property()
/third_party/pulseaudio/src/pulsecore/
Drtkit.c65 static long long rtkit_get_int_property(DBusConnection *connection, const char* propname, long long… in rtkit_get_int_property()
/third_party/uboot/u-boot-2020.01/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
/third_party/uboot/u-boot-2020.01/lib/libfdt/
Dfdt_ro.c656 const char *propname, in fdt_node_offset_by_prop_value()
871 const char *propname; in fdt_check_full() local
/third_party/uboot/u-boot-2020.01/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
/third_party/uboot/u-boot-2020.01/env/
Dmmc.c68 const char *propname; in mmc_offset() local
/third_party/uboot/u-boot-2020.01/drivers/clk/
Dclk_pic32.c322 char propname[50]; in pic32_clk_init() local
/third_party/libsoup/tests/
Dtest-utils.c245 const char *propname; in soup_test_session_new() local
/third_party/uboot/u-boot-2020.01/drivers/net/fsl-mc/
Dmc.c172 const char *propname, struct eth_device *eth_dev, in mc_fixup_mac_addr()
/third_party/cares/
Dares_init.c1588 char propname[PROP_NAME_MAX]; in init_by_resolv_conf() local
/third_party/node/deps/cares/src/lib/
Dares_init.c1618 char propname[PROP_NAME_MAX]; in init_by_resolv_conf() local
/third_party/mingw-w64/mingw-w64-headers/include/
Dmshtmlc.h5577 #define IHTMLStyle2_setExpression(This,propname,expression,language) (This)->lpVtbl->setExpression(… argument
5578 #define IHTMLStyle2_getExpression(This,propname,expression) (This)->lpVtbl->getExpression(This,prop… argument
5579 #define IHTMLStyle2_removeExpression(This,propname,pfSuccess) (This)->lpVtbl->removeExpression(This… argument
10186 #define IHTMLElement2_setExpression(This,propname,expression,language) (This)->lpVtbl->setExpressio… argument
10187 #define IHTMLElement2_getExpression(This,propname,expression) (This)->lpVtbl->getExpression(This,pr… argument
10188 #define IHTMLElement2_removeExpression(This,propname,pfSuccess) (This)->lpVtbl->removeExpression(Th… argument