Searched defs:fwnode (Results 126 - 150 of 287) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_csi2_bridge.c594 struct fwnode_handle *fwnode; local
/linux-master/drivers/gpio/
H A Dgpio-mockup.c505 struct fwnode_handle *fwnode; local
524 struct fwnode_handle *fwnode; local
[all...]
H A Dgpiolib-of.c95 int of_gpio_count(const struct fwnode_handle *fwnode, const char *con_id) argument
/linux-master/drivers/soundwire/
H A Dbus.c41 sdw_bus_master_add(struct sdw_bus *bus, struct device *parent, struct fwnode_handle *fwnode) argument
/linux-master/drivers/pinctrl/samsung/
H A Dpinctrl-samsung.h190 struct fwnode_handle *fwnode; member in struct:samsung_pin_bank
/linux-master/drivers/soc/qcom/
H A Dpmic_glink_altmode.c412 struct fwnode_handle *fwnode; local
[all...]
/linux-master/include/linux/
H A Dirqdomain.h64 struct fwnode_handle *fwnode; member in struct:irq_fwspec
161 struct fwnode_handle *fwnode; member in struct:irq_domain
296 is_fwnode_irqchip(struct fwnode_handle *fwnode) argument
305 irq_find_matching_fwnode(struct fwnode_handle *fwnode, enum irq_domain_bus_token bus_token) argument
375 irq_domain_create_linear(struct fwnode_handle *fwnode, unsigned int size, const struct irq_domain_ops *ops, void *host_data) argument
383 irq_domain_create_tree(struct fwnode_handle *fwnode, const struct irq_domain_ops *ops, void *host_data) argument
641 irq_find_matching_fwnode( struct fwnode_handle *fwnode, enum irq_domain_bus_token bus_token) argument
[all...]
H A Dpwm.h543 devm_fwnode_pwm_get(struct device *dev, struct fwnode_handle *fwnode, argument
H A Dproperty.h78 fwnode_device_is_big_endian(const struct fwnode_handle *fwnode) argument
89 fwnode_device_is_compatible(const struct fwnode_handle *fwnode, const char *compat) argument
246 fwnode_property_read_bool(const struct fwnode_handle *fwnode, const char *propname) argument
252 fwnode_property_read_u8(const struct fwnode_handle *fwnode, const char *propname, u8 *val) argument
258 fwnode_property_read_u16(const struct fwnode_handle *fwnode, const char *propname, u16 *val) argument
264 fwnode_property_read_u32(const struct fwnode_handle *fwnode, const char *propname, u32 *val) argument
270 fwnode_property_read_u64(const struct fwnode_handle *fwnode, const char *propname, u64 *val) argument
276 fwnode_property_count_u8(const struct fwnode_handle *fwnode, const char *propname) argument
282 fwnode_property_count_u16(const struct fwnode_handle *fwnode, const char *propname) argument
288 fwnode_property_count_u32(const struct fwnode_handle *fwnode, const char *propname) argument
294 fwnode_property_count_u64(const struct fwnode_handle *fwnode, const char *propname) argument
301 fwnode_property_string_array_count(const struct fwnode_handle *fwnode, const char *propname) argument
458 fwnode_graph_is_endpoint(const struct fwnode_handle *fwnode) argument
[all...]
/linux-master/drivers/leds/flash/
H A Dleds-lm3601x.c415 struct fwnode_handle *fwnode; local
321 lm3601x_register_leds(struct lm3601x_led *led, struct fwnode_handle *fwnode) argument
356 lm3601x_parse_node(struct lm3601x_led *led, struct fwnode_handle **fwnode) argument
H A Dleds-as3645a.c481 as3645a_parse_node(struct as3645a *flash, struct fwnode_handle *fwnode) argument
/linux-master/drivers/pinctrl/cirrus/
H A Dpinctrl-cs42l43.c535 struct fwnode_handle *fwnode = dev_fwnode(cs42l43->dev); local
[all...]
/linux-master/drivers/hwmon/
H A Dmax31827.c495 struct fwnode_handle *fwnode; local
/linux-master/drivers/media/platform/renesas/
H A Drcar-isp.c370 struct fwnode_handle *fwnode; local
/linux-master/drivers/phy/intel/
H A Dphy-intel-lgm-combo.c410 struct fwnode_handle *fwnode = dev_fwnode(dev); local
/linux-master/drivers/input/rmi4/
H A Drmi_driver.c1015 struct fwnode_handle *fwnode = rmi_dev->xport->dev->fwnode; local
/linux-master/drivers/reset/
H A Dcore.c846 const struct fwnode_handle *fwnode = of_fwnode_handle(np); local
/linux-master/drivers/base/
H A Dproperty.c57 bool fwnode_property_present(const struct fwnode_handle *fwnode, argument
257 static int fwnode_property_read_int_array(const struct fwnode_handle *fwnode, argument
297 fwnode_property_read_u8_array(const struct fwnode_handle *fwnode, const char *propname, u8 *val, size_t nval) argument
326 fwnode_property_read_u16_array(const struct fwnode_handle *fwnode, const char *propname, u16 *val, size_t nval) argument
355 fwnode_property_read_u32_array(const struct fwnode_handle *fwnode, const char *propname, u32 *val, size_t nval) argument
384 fwnode_property_read_u64_array(const struct fwnode_handle *fwnode, const char *propname, u64 *val, size_t nval) argument
413 fwnode_property_read_string_array(const struct fwnode_handle *fwnode, const char *propname, const char **val, size_t nval) argument
447 fwnode_property_read_string(const struct fwnode_handle *fwnode, const char *propname, const char **val) argument
471 fwnode_property_match_string(const struct fwnode_handle *fwnode, const char *propname, const char *string) argument
519 fwnode_property_match_property_string(const struct fwnode_handle *fwnode, const char *propname, const char * const *array, size_t n) argument
560 fwnode_property_get_reference_args(const struct fwnode_handle *fwnode, const char *prop, const char *nargs_prop, unsigned int nargs, unsigned int index, struct fwnode_reference_args *args) argument
597 fwnode_find_reference(const struct fwnode_handle *fwnode, const char *name, unsigned int index) argument
616 fwnode_get_name(const struct fwnode_handle *fwnode) argument
629 fwnode_get_name_prefix(const struct fwnode_handle *fwnode) argument
647 fwnode_name_eq(const struct fwnode_handle *fwnode, const char *name) argument
672 fwnode_get_parent(const struct fwnode_handle *fwnode) argument
693 fwnode_get_next_parent(struct fwnode_handle *fwnode) argument
709 fwnode_count_parents(const struct fwnode_handle *fwnode) argument
733 fwnode_get_nth_parent(struct fwnode_handle *fwnode, unsigned int depth) argument
759 fwnode_get_next_child_node(const struct fwnode_handle *fwnode, struct fwnode_handle *child) argument
776 fwnode_get_next_available_child_node(const struct fwnode_handle *fwnode, struct fwnode_handle *child) argument
806 const struct fwnode_handle *fwnode = dev_fwnode(dev); local
831 fwnode_get_named_child_node(const struct fwnode_handle *fwnode, const char *childname) argument
862 fwnode_handle_get(struct fwnode_handle *fwnode) argument
879 fwnode_handle_put(struct fwnode_handle *fwnode) argument
894 fwnode_device_is_available(const struct fwnode_handle *fwnode) argument
947 fwnode_get_phy_mode(const struct fwnode_handle *fwnode) argument
988 fwnode_iomap(struct fwnode_handle *fwnode, int index) argument
1001 fwnode_irq_get(const struct fwnode_handle *fwnode, unsigned int index) argument
1027 fwnode_irq_get_byname(const struct fwnode_handle *fwnode, const char *name) argument
1055 fwnode_graph_get_next_endpoint(const struct fwnode_handle *fwnode, struct fwnode_handle *prev) argument
1120 fwnode_graph_get_remote_port_parent(const struct fwnode_handle *fwnode) argument
1143 fwnode_graph_get_remote_port(const struct fwnode_handle *fwnode) argument
1159 fwnode_graph_get_remote_endpoint(const struct fwnode_handle *fwnode) argument
1198 fwnode_graph_get_endpoint_by_id(const struct fwnode_handle *fwnode, u32 port, u32 endpoint, unsigned long flags) argument
1253 fwnode_graph_get_endpoint_count(const struct fwnode_handle *fwnode, unsigned long flags) argument
1278 fwnode_graph_parse_endpoint(const struct fwnode_handle *fwnode, struct fwnode_endpoint *endpoint) argument
1293 fwnode_graph_devcon_matches(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match, void **matches, unsigned int matches_len) argument
1327 fwnode_devcon_matches(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match, void **matches, unsigned int matches_len) argument
1369 fwnode_connection_find_match(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match) argument
1407 fwnode_connection_find_matches(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match, void **matches, unsigned int matches_len) argument
[all...]
H A Dswnode.c29 struct fwnode_handle fwnode; member in struct:swnode
50 bool is_software_node(const struct fwnode_handle *fwnode) argument
67 struct fwnode_handle *fwnode = dev_fwnode(dev); local
101 to_software_node(const struct fwnode_handle *fwnode) argument
377 software_node_get(struct fwnode_handle *fwnode) argument
386 software_node_put(struct fwnode_handle *fwnode) argument
393 software_node_property_present(const struct fwnode_handle *fwnode, const char *propname) argument
401 software_node_read_int_array(const struct fwnode_handle *fwnode, const char *propname, unsigned int elem_size, void *val, size_t nval) argument
412 software_node_read_string_array(const struct fwnode_handle *fwnode, const char *propname, const char **val, size_t nval) argument
423 software_node_get_name(const struct fwnode_handle *fwnode) argument
431 software_node_get_name_prefix(const struct fwnode_handle *fwnode) argument
452 software_node_get_parent(const struct fwnode_handle *fwnode) argument
463 software_node_get_next_child(const struct fwnode_handle *fwnode, struct fwnode_handle *child) argument
485 software_node_get_named_child_node(const struct fwnode_handle *fwnode, const char *childname) argument
504 software_node_get_reference_args(const struct fwnode_handle *fwnode, const char *propname, const char *nargs_prop, unsigned int nargs, unsigned int index, struct fwnode_reference_args *args) argument
588 software_node_graph_get_next_endpoint(const struct fwnode_handle *fwnode, struct fwnode_handle *endpoint) argument
623 software_node_graph_get_remote_endpoint(const struct fwnode_handle *fwnode) argument
642 software_node_graph_get_port_parent(struct fwnode_handle *fwnode) argument
654 software_node_graph_parse_endpoint(const struct fwnode_handle *fwnode, struct fwnode_endpoint *endpoint) argument
931 struct fwnode_handle *fwnode; local
956 fwnode_remove_software_node(struct fwnode_handle *fwnode) argument
1054 struct fwnode_handle *fwnode; local
[all...]
/linux-master/drivers/platform/chrome/
H A Dcros_ec_typec.c27 static void cros_typec_role_switch_quirk(struct fwnode_handle *fwnode) argument
44 cros_typec_parse_port_props(struct typec_capability *cap, struct fwnode_handle *fwnode, struct device *dev) argument
93 cros_typec_get_switch_handles(struct cros_typec_port *port, struct fwnode_handle *fwnode, struct device *dev) argument
329 struct fwnode_handle *fwnode; local
[all...]
/linux-master/drivers/usb/typec/altmodes/
H A Ddisplayport.c727 struct fwnode_handle *fwnode; local
/linux-master/include/linux/usb/
H A Dtypec.h284 struct fwnode_handle *fwnode; member in struct:typec_capability
/linux-master/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_phy.c253 struct fwnode_handle *fwnode = NULL; local
/linux-master/drivers/iio/adc/
H A Dad7768-1.c547 struct fwnode_handle *fwnode; local
/linux-master/drivers/extcon/
H A Dextcon-intel-cht-wc.c392 struct fwnode_handle *fwnode; local

Completed in 310 milliseconds

1234567891011>>