Home
last modified time | relevance | path

Searched defs:fwnode (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/base/
Dproperty.c37 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()
Dcore.c2149 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/
Dproperty.h104 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
Dof.h54 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()
Dplatform_device.h62 struct fwnode_handle *fwnode; member
Dacpi.h472 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()
Di2c.h302 struct fwnode_handle *fwnode; member
Ddevice.h775 struct fwnode_handle *fwnode; /* firmware device node */ member
/linux-4.1.27/include/acpi/
Dacpi_bus.h356 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/
Dconsumer.h413 struct fwnode_handle *fwnode, const char *propname) in fwnode_get_named_gpiod()
/linux-4.1.27/drivers/gpio/
Dgpiolib.c2030 struct gpio_desc *fwnode_get_named_gpiod(struct fwnode_handle *fwnode, in fwnode_get_named_gpiod()