Searched refs:prop (Results 1 – 3 of 3) sorted by relevance
/include/linux/usb/ |
D | class-dual-role.h | 70 enum dual_role_property prop, 75 enum dual_role_property prop, 79 enum dual_role_property prop); 102 enum dual_role_property prop, 105 enum dual_role_property prop, 109 enum dual_role_property prop);
|
/include/linux/ |
D | of.h | 292 extern int of_add_property(struct device_node *np, struct property *prop); 293 extern int of_remove_property(struct device_node *np, struct property *prop); 305 struct property *prop; member 325 const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur, 327 #define of_property_for_each_u32(np, propname, prop, p, u) \ argument 328 for (prop = of_find_property(np, propname, NULL), \ 329 p = of_prop_next_u32(prop, NULL, &u); \ 331 p = of_prop_next_u32(prop, p, &u)) 340 const char *of_prop_next_string(struct property *prop, const char *cur); 341 #define of_property_for_each_string(np, propname, prop, s) \ argument [all …]
|
D | of_pdt.h | 25 int (*getproplen)(phandle node, const char *prop); 26 int (*getproperty)(phandle node, const char *prop, char *buf,
|