Searched defs:fwnode (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/base/ |
D | property.c | 37 static inline bool is_pset(struct fwnode_handle *fwnode) in is_pset() 42 static inline struct property_set *to_pset(struct fwnode_handle *fwnode) in to_pset() 129 bool fwnode_property_present(struct fwnode_handle *fwnode, const char *propname) in fwnode_property_present() 318 int fwnode_property_read_u8_array(struct fwnode_handle *fwnode, in fwnode_property_read_u8_array() 344 int fwnode_property_read_u16_array(struct fwnode_handle *fwnode, in fwnode_property_read_u16_array() 370 int fwnode_property_read_u32_array(struct fwnode_handle *fwnode, in fwnode_property_read_u32_array() 396 int fwnode_property_read_u64_array(struct fwnode_handle *fwnode, in fwnode_property_read_u64_array() 422 int fwnode_property_read_string_array(struct fwnode_handle *fwnode, in fwnode_property_read_string_array() 455 int fwnode_property_read_string(struct fwnode_handle *fwnode, in fwnode_property_read_string() 501 void fwnode_handle_put(struct fwnode_handle *fwnode) in fwnode_handle_put()
|
D | core.c | 2149 static inline bool fwnode_is_primary(struct fwnode_handle *fwnode) in fwnode_is_primary() 2162 void set_primary_fwnode(struct device *dev, struct fwnode_handle *fwnode) in set_primary_fwnode() 2188 void set_secondary_fwnode(struct device *dev, struct fwnode_handle *fwnode) in set_secondary_fwnode()
|
/linux-4.1.27/include/linux/ |
D | property.h | 104 static inline bool fwnode_property_read_bool(struct fwnode_handle *fwnode, in fwnode_property_read_bool() 110 static inline int fwnode_property_read_u8(struct fwnode_handle *fwnode, in fwnode_property_read_u8() 116 static inline int fwnode_property_read_u16(struct fwnode_handle *fwnode, in fwnode_property_read_u16() 122 static inline int fwnode_property_read_u32(struct fwnode_handle *fwnode, in fwnode_property_read_u32() 128 static inline int fwnode_property_read_u64(struct fwnode_handle *fwnode, in fwnode_property_read_u64() 161 struct fwnode_handle fwnode; member
|
D | of.h | 54 struct fwnode_handle fwnode; member 126 static inline bool is_of_node(struct fwnode_handle *fwnode) in is_of_node() 131 static inline struct device_node *of_node(struct fwnode_handle *fwnode) in of_node() 385 static inline bool is_of_node(struct fwnode_handle *fwnode) in is_of_node() 390 static inline struct device_node *of_node(struct fwnode_handle *fwnode) in of_node()
|
D | platform_device.h | 62 struct fwnode_handle *fwnode; member
|
D | acpi.h | 472 static inline bool is_acpi_node(struct fwnode_handle *fwnode) in is_acpi_node() 477 static inline struct acpi_device *acpi_node(struct fwnode_handle *fwnode) in acpi_node()
|
D | i2c.h | 302 struct fwnode_handle *fwnode; member
|
D | device.h | 775 struct fwnode_handle *fwnode; /* firmware device node */ member
|
/linux-4.1.27/include/acpi/ |
D | acpi_bus.h | 356 struct fwnode_handle fwnode; member 383 static inline bool is_acpi_node(struct fwnode_handle *fwnode) in is_acpi_node() 388 static inline struct acpi_device *acpi_node(struct fwnode_handle *fwnode) in acpi_node()
|
/linux-4.1.27/include/linux/gpio/ |
D | consumer.h | 413 struct fwnode_handle *fwnode, const char *propname) in fwnode_get_named_gpiod()
|
/linux-4.1.27/drivers/gpio/ |
D | gpiolib.c | 2030 struct gpio_desc *fwnode_get_named_gpiod(struct fwnode_handle *fwnode, in fwnode_get_named_gpiod()
|