Searched refs:prop (Results 1 – 8 of 8) sorted by relevance
/include/linux/input/ |
D | touchscreen.h | 21 struct touchscreen_properties *prop); 24 const struct touchscreen_properties *prop, 28 const struct touchscreen_properties *prop,
|
/include/linux/ |
D | extcon-provider.h | 56 unsigned int prop, 59 unsigned int prop, 62 unsigned int id, unsigned int prop); 115 unsigned int prop, in extcon_set_property() argument 122 unsigned int id, unsigned int prop, in extcon_set_property_sync() argument 129 unsigned int id, unsigned int prop) in extcon_set_property_capability() argument
|
D | of_pdt.h | 21 int (*getproplen)(phandle node, const char *prop); 22 int (*getproperty)(phandle node, const char *prop, char *buf,
|
D | of.h | 99 struct property *prop; member 402 extern int of_add_property(struct device_node *np, struct property *prop); 403 extern int of_remove_property(struct device_node *np, struct property *prop); 550 const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur, 559 const char *of_prop_next_string(struct property *prop, const char *cur); 940 static inline const __be32 *of_prop_next_u32(struct property *prop, in of_prop_next_u32() argument 946 static inline const char *of_prop_next_string(struct property *prop, in of_prop_next_string() argument 1204 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_bool() local 1206 return prop ? true : false; in of_property_read_bool() 1243 #define of_property_for_each_u32(np, propname, prop, p, u) \ argument [all …]
|
D | extcon.h | 185 unsigned int prop, 188 unsigned int id, unsigned int prop); 239 unsigned int prop, in extcon_get_property() argument 246 unsigned int id, unsigned int prop) in extcon_get_property_capability() argument
|
D | fwnode.h | 138 const char *prop, const char *nargs_prop,
|
D | property.h | 75 const char *prop, const char *nargs_prop,
|
/include/linux/soundwire/ |
D | sdw.h | 558 struct sdw_slave_prop prop; member 758 struct sdw_master_prop prop; member
|