Home
last modified time | relevance | path

Searched defs:fwnode (Results 201 - 225 of 436) sorted by relevance

12345678910>>...18

/kernel/linux/linux-6.6/drivers/media/platform/ti/cal/
H A Dcal.c874 struct fwnode_handle *fwnode; in cal_async_notifier_register() local
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_misc.c765 platform_device *hns_dsaf_find_platform_device(struct fwnode_handle *fwnode) in hns_dsaf_find_platform_device() argument
/kernel/linux/linux-6.6/include/linux/
H A Dproperty.h83 fwnode_device_is_compatible(const struct fwnode_handle *fwnode, const char *compat) fwnode_device_is_compatible() argument
213 fwnode_property_read_bool(const struct fwnode_handle *fwnode, const char *propname) fwnode_property_read_bool() argument
219 fwnode_property_read_u8(const struct fwnode_handle *fwnode, const char *propname, u8 *val) fwnode_property_read_u8() argument
225 fwnode_property_read_u16(const struct fwnode_handle *fwnode, const char *propname, u16 *val) fwnode_property_read_u16() argument
231 fwnode_property_read_u32(const struct fwnode_handle *fwnode, const char *propname, u32 *val) fwnode_property_read_u32() argument
237 fwnode_property_read_u64(const struct fwnode_handle *fwnode, const char *propname, u64 *val) fwnode_property_read_u64() argument
243 fwnode_property_count_u8(const struct fwnode_handle *fwnode, const char *propname) fwnode_property_count_u8() argument
249 fwnode_property_count_u16(const struct fwnode_handle *fwnode, const char *propname) fwnode_property_count_u16() argument
255 fwnode_property_count_u32(const struct fwnode_handle *fwnode, const char *propname) fwnode_property_count_u32() argument
261 fwnode_property_count_u64(const struct fwnode_handle *fwnode, const char *propname) fwnode_property_count_u64() argument
268 fwnode_property_string_array_count(const struct fwnode_handle *fwnode, const char *propname) fwnode_property_string_array_count() argument
425 fwnode_graph_is_endpoint(const struct fwnode_handle *fwnode) fwnode_graph_is_endpoint() argument
[all...]
H A Dpwm.h501 devm_fwnode_pwm_get(struct device *dev, struct fwnode_handle *fwnode, in devm_fwnode_pwm_get() argument
H A Dirqdomain.h64 struct fwnode_handle *fwnode; member
161 struct fwnode_handle *fwnode; member
296 is_fwnode_irqchip(struct fwnode_handle *fwnode) is_fwnode_irqchip() argument
305 irq_find_matching_fwnode(struct fwnode_handle *fwnode, enum irq_domain_bus_token bus_token) irq_find_matching_fwnode() argument
375 irq_domain_create_linear(struct fwnode_handle *fwnode, unsigned int size, const struct irq_domain_ops *ops, void *host_data) irq_domain_create_linear() argument
383 irq_domain_create_tree(struct fwnode_handle *fwnode, const struct irq_domain_ops *ops, void *host_data) irq_domain_create_tree() argument
624 irq_find_matching_fwnode( struct fwnode_handle *fwnode, enum irq_domain_bus_token bus_token) irq_find_matching_fwnode() argument
[all...]
/kernel/linux/linux-6.6/include/linux/gpio/
H A Dconsumer.h551 struct gpio_desc *fwnode_gpiod_get_index(struct fwnode_handle *fwnode, in fwnode_gpiod_get_index() argument
560 devm_fwnode_gpiod_get_index(struct device *dev, struct fwnode_handle *fwnode, const char *con_id, int index, enum gpiod_flags flags, const char *label) devm_fwnode_gpiod_get_index() argument
572 devm_fwnode_gpiod_get(struct device *dev, struct fwnode_handle *fwnode, const char *con_id, enum gpiod_flags flags, const char *label) devm_fwnode_gpiod_get() argument
/kernel/linux/linux-6.6/include/linux/usb/
H A Dtypec.h275 struct fwnode_handle *fwnode; member
/kernel/linux/linux-6.6/drivers/soc/qcom/
H A Dpmic_glink_altmode.c422 struct fwnode_handle *fwnode; in pmic_glink_altmode_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/soundwire/
H A Dbus.c41 sdw_bus_master_add(struct sdw_bus *bus, struct device *parent, struct fwnode_handle *fwnode) sdw_bus_master_add() argument
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Datomisp_csi2_bridge.c589 struct fwnode_handle *fwnode; in atomisp_csi2_bridge_init() local
/kernel/linux/linux-6.6/drivers/platform/chrome/
H A Dcros_ec_typec.c27 cros_typec_parse_port_props(struct typec_capability *cap, struct fwnode_handle *fwnode, struct device *dev) cros_typec_parse_port_props() argument
74 cros_typec_get_switch_handles(struct cros_typec_port *port, struct fwnode_handle *fwnode, struct device *dev) cros_typec_get_switch_handles() argument
310 struct fwnode_handle *fwnode; cros_typec_init_ports() local
[all...]
/kernel/linux/linux-6.6/drivers/pinctrl/samsung/
H A Dpinctrl-samsung.h176 struct fwnode_handle *fwnode; member
/kernel/linux/linux-6.6/drivers/usb/typec/ucsi/
H A Ducsi.c1143 struct fwnode_handle *fwnode; in ucsi_find_fwnode() local
/kernel/linux/linux-6.6/drivers/base/
H A Dproperty.c56 bool fwnode_property_present(const struct fwnode_handle *fwnode, in fwnode_property_present() argument
256 static int fwnode_property_read_int_array(const struct fwnode_handle *fwnode, in fwnode_property_read_int_array() argument
296 fwnode_property_read_u8_array(const struct fwnode_handle *fwnode, const char *propname, u8 *val, size_t nval) fwnode_property_read_u8_array() argument
325 fwnode_property_read_u16_array(const struct fwnode_handle *fwnode, const char *propname, u16 *val, size_t nval) fwnode_property_read_u16_array() argument
354 fwnode_property_read_u32_array(const struct fwnode_handle *fwnode, const char *propname, u32 *val, size_t nval) fwnode_property_read_u32_array() argument
383 fwnode_property_read_u64_array(const struct fwnode_handle *fwnode, const char *propname, u64 *val, size_t nval) fwnode_property_read_u64_array() argument
412 fwnode_property_read_string_array(const struct fwnode_handle *fwnode, const char *propname, const char **val, size_t nval) fwnode_property_read_string_array() argument
446 fwnode_property_read_string(const struct fwnode_handle *fwnode, const char *propname, const char **val) fwnode_property_read_string() argument
470 fwnode_property_match_string(const struct fwnode_handle *fwnode, const char *propname, const char *string) fwnode_property_match_string() argument
523 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) fwnode_property_get_reference_args() argument
560 fwnode_find_reference(const struct fwnode_handle *fwnode, const char *name, unsigned int index) fwnode_find_reference() argument
579 fwnode_get_name(const struct fwnode_handle *fwnode) fwnode_get_name() argument
592 fwnode_get_name_prefix(const struct fwnode_handle *fwnode) fwnode_get_name_prefix() argument
607 fwnode_get_parent(const struct fwnode_handle *fwnode) fwnode_get_parent() argument
628 fwnode_get_next_parent(struct fwnode_handle *fwnode) fwnode_get_next_parent() argument
651 fwnode_get_next_parent_dev(const struct fwnode_handle *fwnode) fwnode_get_next_parent_dev() argument
672 fwnode_count_parents(const struct fwnode_handle *fwnode) fwnode_count_parents() argument
696 fwnode_get_nth_parent(struct fwnode_handle *fwnode, unsigned int depth) fwnode_get_nth_parent() argument
750 fwnode_get_next_child_node(const struct fwnode_handle *fwnode, struct fwnode_handle *child) fwnode_get_next_child_node() argument
767 fwnode_get_next_available_child_node(const struct fwnode_handle *fwnode, struct fwnode_handle *child) fwnode_get_next_available_child_node() argument
797 const struct fwnode_handle *fwnode = dev_fwnode(dev); device_get_next_child_node() local
822 fwnode_get_named_child_node(const struct fwnode_handle *fwnode, const char *childname) fwnode_get_named_child_node() argument
853 fwnode_handle_get(struct fwnode_handle *fwnode) fwnode_handle_get() argument
870 fwnode_handle_put(struct fwnode_handle *fwnode) fwnode_handle_put() argument
885 fwnode_device_is_available(const struct fwnode_handle *fwnode) fwnode_device_is_available() argument
938 fwnode_get_phy_mode(const struct fwnode_handle *fwnode) fwnode_get_phy_mode() argument
979 fwnode_iomap(struct fwnode_handle *fwnode, int index) fwnode_iomap() argument
992 fwnode_irq_get(const struct fwnode_handle *fwnode, unsigned int index) fwnode_irq_get() argument
1018 fwnode_irq_get_byname(const struct fwnode_handle *fwnode, const char *name) fwnode_irq_get_byname() argument
1046 fwnode_graph_get_next_endpoint(const struct fwnode_handle *fwnode, struct fwnode_handle *prev) fwnode_graph_get_next_endpoint() argument
1111 fwnode_graph_get_remote_port_parent(const struct fwnode_handle *fwnode) fwnode_graph_get_remote_port_parent() argument
1134 fwnode_graph_get_remote_port(const struct fwnode_handle *fwnode) fwnode_graph_get_remote_port() argument
1150 fwnode_graph_get_remote_endpoint(const struct fwnode_handle *fwnode) fwnode_graph_get_remote_endpoint() argument
1189 fwnode_graph_get_endpoint_by_id(const struct fwnode_handle *fwnode, u32 port, u32 endpoint, unsigned long flags) fwnode_graph_get_endpoint_by_id() argument
1244 fwnode_graph_get_endpoint_count(const struct fwnode_handle *fwnode, unsigned long flags) fwnode_graph_get_endpoint_count() argument
1269 fwnode_graph_parse_endpoint(const struct fwnode_handle *fwnode, struct fwnode_endpoint *endpoint) fwnode_graph_parse_endpoint() argument
1284 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) fwnode_graph_devcon_matches() argument
1318 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) fwnode_devcon_matches() argument
1360 fwnode_connection_find_match(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match) fwnode_connection_find_match() argument
1398 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) fwnode_connection_find_matches() argument
[all...]
H A Dswnode.c18 struct fwnode_handle fwnode; member
39 bool is_software_node(const struct fwnode_handle *fwnode) in is_software_node() argument
56 struct fwnode_handle *fwnode = dev_fwnode(dev); in dev_to_swnode() local
90 to_software_node(const struct fwnode_handle *fwnode) to_software_node() argument
366 software_node_get(struct fwnode_handle *fwnode) software_node_get() argument
375 software_node_put(struct fwnode_handle *fwnode) software_node_put() argument
382 software_node_property_present(const struct fwnode_handle *fwnode, const char *propname) software_node_property_present() argument
390 software_node_read_int_array(const struct fwnode_handle *fwnode, const char *propname, unsigned int elem_size, void *val, size_t nval) software_node_read_int_array() argument
401 software_node_read_string_array(const struct fwnode_handle *fwnode, const char *propname, const char **val, size_t nval) software_node_read_string_array() argument
412 software_node_get_name(const struct fwnode_handle *fwnode) software_node_get_name() argument
420 software_node_get_name_prefix(const struct fwnode_handle *fwnode) software_node_get_name_prefix() argument
441 software_node_get_parent(const struct fwnode_handle *fwnode) software_node_get_parent() argument
452 software_node_get_next_child(const struct fwnode_handle *fwnode, struct fwnode_handle *child) software_node_get_next_child() argument
474 software_node_get_named_child_node(const struct fwnode_handle *fwnode, const char *childname) software_node_get_named_child_node() argument
493 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) software_node_get_reference_args() argument
577 software_node_graph_get_next_endpoint(const struct fwnode_handle *fwnode, struct fwnode_handle *endpoint) software_node_graph_get_next_endpoint() argument
612 software_node_graph_get_remote_endpoint(const struct fwnode_handle *fwnode) software_node_graph_get_remote_endpoint() argument
631 software_node_graph_get_port_parent(struct fwnode_handle *fwnode) software_node_graph_get_port_parent() argument
643 software_node_graph_parse_endpoint(const struct fwnode_handle *fwnode, struct fwnode_endpoint *endpoint) software_node_graph_parse_endpoint() argument
920 struct fwnode_handle *fwnode; fwnode_create_software_node() local
945 fwnode_remove_software_node(struct fwnode_handle *fwnode) fwnode_remove_software_node() argument
1043 struct fwnode_handle *fwnode; device_create_managed_software_node() local
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-mockup.c488 struct fwnode_handle *fwnode; in gpio_mockup_unregister_pdevs() local
507 struct fwnode_handle *fwnode; in gpio_mockup_register_chip() local
[all...]
/kernel/linux/linux-6.6/drivers/extcon/
H A Dextcon-axp288.c347 struct fwnode_handle *fwnode; in axp288_extcon_find_role_sw() local
/kernel/linux/linux-6.6/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_phy.c250 struct fwnode_handle *fwnode = NULL; in txgbe_phylink_init() local
/kernel/linux/linux-6.6/drivers/media/pci/intel/ivsc/
H A Dmei_csi.c649 struct fwnode_handle *fwnode; in mei_csi_parse_firmware() local
/kernel/linux/linux-6.6/drivers/media/platform/renesas/rcar-vin/
H A Drcar-core.c309 struct fwnode_handle *ep, *fwnode; in rvin_group_parse_of() local
654 struct fwnode_handle *ep, *fwnode; in rvin_parallel_parse_of() local
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/renesas/
H A Drcar-isp.c370 struct fwnode_handle *fwnode; in risp_parse_dt() local
/kernel/linux/linux-6.6/drivers/pinctrl/cirrus/
H A Dpinctrl-cs42l43.c540 struct fwnode_handle *fwnode = dev_fwnode(cs42l43->dev); in cs42l43_pin_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpcie-xilinx.c280 struct fwnode_handle *fwnode = dev_fwnode(pcie->dev); in xilinx_allocate_msi_domains() local
H A Dpcie-rcar-host.c731 struct fwnode_handle *fwnode = dev_fwnode(pcie->dev); in rcar_allocate_domains() local
/kernel/linux/linux-6.6/drivers/phy/intel/
H A Dphy-intel-lgm-combo.c410 struct fwnode_handle *fwnode = dev_fwnode(dev); in intel_cbphy_fwnode_parse() local

Completed in 28 milliseconds

12345678910>>...18