Home
last modified time | relevance | path

Searched defs:fwnode (Results 176 - 200 of 436) sorted by relevance

12345678910>>...18

/kernel/linux/linux-6.6/drivers/leds/
H A Dleds-sc27xx-bltc.c48 struct fwnode_handle *fwnode; member
/kernel/linux/linux-6.6/net/ethernet/
H A Deth.c574 static int fwnode_get_mac_addr(struct fwnode_handle *fwnode, in fwnode_get_mac_addr() argument
610 int fwnode_get_mac_address(struct fwnode_handle *fwnode, char *addr) in fwnode_get_mac_address() argument
/kernel/linux/linux-6.6/sound/soc/intel/boards/
H A Dbytcht_es8316.c472 struct fwnode_handle *fwnode; in snd_byt_cht_es8316_mc_probe() local
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dpwm.h500 static inline struct pwm_device *devm_fwnode_pwm_get(struct device *dev, struct fwnode_handle *fwnode, in devm_fwnode_pwm_get() argument
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H A Dtypec.h256 struct fwnode_handle *fwnode; member
/kernel/linux/linux-5.10/drivers/base/
H A Dproperty.c46 bool fwnode_property_present(const struct fwnode_handle *fwnode, in fwnode_property_present() argument
229 static int fwnode_property_read_int_array(const struct fwnode_handle *fwnode, in fwnode_property_read_int_array() argument
265 fwnode_property_read_u8_array(const struct fwnode_handle *fwnode, const char *propname, u8 *val, size_t nval) fwnode_property_read_u8_array() argument
291 fwnode_property_read_u16_array(const struct fwnode_handle *fwnode, const char *propname, u16 *val, size_t nval) fwnode_property_read_u16_array() argument
317 fwnode_property_read_u32_array(const struct fwnode_handle *fwnode, const char *propname, u32 *val, size_t nval) fwnode_property_read_u32_array() argument
343 fwnode_property_read_u64_array(const struct fwnode_handle *fwnode, const char *propname, u64 *val, size_t nval) fwnode_property_read_u64_array() argument
369 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
401 fwnode_property_read_string(const struct fwnode_handle *fwnode, const char *propname, const char **val) fwnode_property_read_string() argument
425 fwnode_property_match_string(const struct fwnode_handle *fwnode, const char *propname, const char *string) fwnode_property_match_string() argument
477 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
498 fwnode_find_reference(const struct fwnode_handle *fwnode, const char *name, unsigned int index) fwnode_find_reference() argument
521 struct fwnode_handle *fwnode = dev_fwnode(dev); device_remove_properties() local
548 struct fwnode_handle *fwnode; device_add_properties() local
565 fwnode_get_name(const struct fwnode_handle *fwnode) fwnode_get_name() argument
578 fwnode_get_name_prefix(const struct fwnode_handle *fwnode) fwnode_get_name_prefix() argument
590 fwnode_get_parent(const struct fwnode_handle *fwnode) fwnode_get_parent() argument
607 fwnode_get_next_parent(struct fwnode_handle *fwnode) fwnode_get_next_parent() argument
623 fwnode_count_parents(const struct fwnode_handle *fwnode) fwnode_count_parents() argument
649 fwnode_get_nth_parent(struct fwnode_handle *fwnode, unsigned int depth) fwnode_get_nth_parent() argument
669 fwnode_get_next_child_node(const struct fwnode_handle *fwnode, struct fwnode_handle *child) fwnode_get_next_child_node() argument
683 fwnode_get_next_available_child_node(const struct fwnode_handle *fwnode, struct fwnode_handle *child) fwnode_get_next_available_child_node() argument
711 struct fwnode_handle *fwnode = NULL, *next; device_get_next_child_node() local
737 fwnode_get_named_child_node(const struct fwnode_handle *fwnode, const char *childname) fwnode_get_named_child_node() argument
762 fwnode_handle_get(struct fwnode_handle *fwnode) fwnode_handle_get() argument
779 fwnode_handle_put(struct fwnode_handle *fwnode) fwnode_handle_put() argument
789 fwnode_device_is_available(const struct fwnode_handle *fwnode) fwnode_device_is_available() argument
848 fwnode_get_phy_mode(struct fwnode_handle *fwnode) fwnode_get_phy_mode() argument
882 fwnode_get_mac_addr(struct fwnode_handle *fwnode, const char *name, char *addr, int alen) fwnode_get_mac_addr() argument
916 fwnode_get_mac_address(struct fwnode_handle *fwnode, char *addr, int alen) fwnode_get_mac_address() argument
952 fwnode_irq_get(struct fwnode_handle *fwnode, unsigned int index) fwnode_irq_get() argument
978 fwnode_graph_get_next_endpoint(const struct fwnode_handle *fwnode, struct fwnode_handle *prev) fwnode_graph_get_next_endpoint() argument
1012 fwnode_graph_get_remote_port_parent(const struct fwnode_handle *fwnode) fwnode_graph_get_remote_port_parent() argument
1032 fwnode_graph_get_remote_port(const struct fwnode_handle *fwnode) fwnode_graph_get_remote_port() argument
1045 fwnode_graph_get_remote_endpoint(const struct fwnode_handle *fwnode) fwnode_graph_get_remote_endpoint() argument
1061 fwnode_graph_get_remote_node(const struct fwnode_handle *fwnode, u32 port_id, u32 endpoint_id) fwnode_graph_get_remote_node() argument
1110 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
1173 fwnode_graph_parse_endpoint(const struct fwnode_handle *fwnode, struct fwnode_endpoint *endpoint) fwnode_graph_parse_endpoint() argument
1189 fwnode_graph_devcon_match(struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match) fwnode_graph_devcon_match() argument
1214 fwnode_devcon_match(struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match) fwnode_devcon_match() argument
1246 fwnode_connection_find_match(struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match) fwnode_connection_find_match() argument
[all...]
H A Dswnode.c17 struct fwnode_handle fwnode; member
36 bool is_software_node(const struct fwnode_handle *fwnode) in is_software_node() argument
74 const struct software_node *to_software_node(const struct fwnode_handle *fwnode) in to_software_node() argument
350 static struct fwnode_handle *software_node_get(struct fwnode_handle *fwnode) in software_node_get() argument
359 software_node_put(struct fwnode_handle *fwnode) software_node_put() argument
366 software_node_property_present(const struct fwnode_handle *fwnode, const char *propname) software_node_property_present() argument
374 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
385 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
396 software_node_get_name(const struct fwnode_handle *fwnode) software_node_get_name() argument
407 software_node_get_name_prefix(const struct fwnode_handle *fwnode) software_node_get_name_prefix() argument
428 software_node_get_parent(const struct fwnode_handle *fwnode) software_node_get_parent() argument
439 software_node_get_next_child(const struct fwnode_handle *fwnode, struct fwnode_handle *child) software_node_get_next_child() argument
461 software_node_get_named_child_node(const struct fwnode_handle *fwnode, const char *childname) software_node_get_named_child_node() argument
480 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
845 fwnode_remove_software_node(struct fwnode_handle *fwnode) fwnode_remove_software_node() argument
858 struct fwnode_handle *fwnode = dev_fwnode(dev); software_node_notify() local
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H A Dpci_root.c742 static void acpi_pci_root_remap_iospace(struct fwnode_handle *fwnode, in acpi_pci_root_remap_iospace() argument
/kernel/linux/linux-5.10/drivers/extcon/
H A Dextcon-axp288.c328 struct fwnode_handle *fwnode; in axp288_extcon_find_role_sw() local
/kernel/linux/linux-5.10/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/arch/powerpc/include/asm/
H A Dpci-bridge.h137 struct fwnode_handle *fwnode; member
/kernel/linux/linux-5.10/drivers/input/rmi4/
H A Drmi_driver.c1015 struct fwnode_handle *fwnode = rmi_dev->xport->dev->fwnode; in rmi_probe_interrupts() local
/kernel/linux/linux-5.10/drivers/leds/
H A Dleds-lm3601x.c416 struct fwnode_handle *fwnode; in lm3601x_probe() local
322 lm3601x_register_leds(struct lm3601x_led *led, struct fwnode_handle *fwnode) lm3601x_register_leds() argument
357 lm3601x_parse_node(struct lm3601x_led *led, struct fwnode_handle **fwnode) lm3601x_parse_node() argument
/kernel/linux/linux-5.10/drivers/media/platform/rcar-vin/
H A Drcar-vin.h279 struct fwnode_handle *fwnode; member
/kernel/linux/linux-5.10/drivers/media/mc/
H A Dmc-entity.c368 media_entity_get_fwnode_pad(struct media_entity *entity, struct fwnode_handle *fwnode, unsigned long direction_flags) media_entity_get_fwnode_pad() argument
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-platform.c40 coresight_find_device_by_fwnode(struct fwnode_handle *fwnode) in coresight_find_device_by_fwnode() argument
845 struct fwnode_handle *fwnode = dev_fwnode(dev); in coresight_get_platform_data() local
[all...]
/kernel/linux/linux-5.10/drivers/phy/intel/
H A Dphy-intel-lgm-combo.c410 struct fwnode_handle *fwnode = dev_fwnode(dev); in intel_cbphy_fwnode_parse() local
/kernel/linux/linux-5.10/drivers/soundwire/
H A Dbus.c35 sdw_bus_master_add(struct sdw_bus *bus, struct device *parent, struct fwnode_handle *fwnode) sdw_bus_master_add() argument
/kernel/linux/linux-5.10/drivers/usb/typec/ucsi/
H A Ducsi.c1013 struct fwnode_handle *fwnode; in ucsi_find_fwnode() local
/kernel/linux/linux-5.10/drivers/usb/typec/
H A Dtps6598x.c473 struct fwnode_handle *fwnode; in tps6598x_probe() local
/kernel/linux/linux-5.10/include/linux/
H A Dpwm.h524 devm_fwnode_pwm_get(struct device *dev, struct fwnode_handle *fwnode, in devm_fwnode_pwm_get() argument
H A Dproperty.h179 fwnode_property_read_bool(const struct fwnode_handle *fwnode, const char *propname) fwnode_property_read_bool() argument
185 fwnode_property_read_u8(const struct fwnode_handle *fwnode, const char *propname, u8 *val) fwnode_property_read_u8() argument
191 fwnode_property_read_u16(const struct fwnode_handle *fwnode, const char *propname, u16 *val) fwnode_property_read_u16() argument
197 fwnode_property_read_u32(const struct fwnode_handle *fwnode, const char *propname, u32 *val) fwnode_property_read_u32() argument
203 fwnode_property_read_u64(const struct fwnode_handle *fwnode, const char *propname, u64 *val) fwnode_property_read_u64() argument
209 fwnode_property_count_u8(const struct fwnode_handle *fwnode, const char *propname) fwnode_property_count_u8() argument
215 fwnode_property_count_u16(const struct fwnode_handle *fwnode, const char *propname) fwnode_property_count_u16() argument
221 fwnode_property_count_u32(const struct fwnode_handle *fwnode, const char *propname) fwnode_property_count_u32() argument
227 fwnode_property_count_u64(const struct fwnode_handle *fwnode, const char *propname) fwnode_property_count_u64() argument
234 fwnode_property_string_array_count(const struct fwnode_handle *fwnode, const char *propname) fwnode_property_string_array_count() argument
405 fwnode_graph_is_endpoint(struct fwnode_handle *fwnode) fwnode_graph_is_endpoint() argument
[all...]
H A Dirqdomain.h64 struct fwnode_handle *fwnode; member
171 struct fwnode_handle *fwnode; member
290 is_fwnode_irqchip(struct fwnode_handle *fwnode) is_fwnode_irqchip() argument
299 irq_find_matching_fwnode(struct fwnode_handle *fwnode, enum irq_domain_bus_token bus_token) irq_find_matching_fwnode() argument
362 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
370 irq_domain_create_tree(struct fwnode_handle *fwnode, const struct irq_domain_ops *ops, void *host_data) irq_domain_create_tree() argument
606 irq_find_matching_fwnode( struct fwnode_handle *fwnode, enum irq_domain_bus_token bus_token) irq_find_matching_fwnode() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c129 static int v4l2_fwnode_endpoint_parse_csi2_bus(struct fwnode_handle *fwnode, in v4l2_fwnode_endpoint_parse_csi2_bus() argument
273 v4l2_fwnode_endpoint_parse_parallel_bus(struct fwnode_handle *fwnode, struct v4l2_fwnode_endpoint *vep, enum v4l2_mbus_type bus_type) v4l2_fwnode_endpoint_parse_parallel_bus() argument
379 v4l2_fwnode_endpoint_parse_csi1_bus(struct fwnode_handle *fwnode, struct v4l2_fwnode_endpoint *vep, enum v4l2_mbus_type bus_type) v4l2_fwnode_endpoint_parse_csi1_bus() argument
412 __v4l2_fwnode_endpoint_parse(struct fwnode_handle *fwnode, struct v4l2_fwnode_endpoint *vep) __v4l2_fwnode_endpoint_parse() argument
500 v4l2_fwnode_endpoint_parse(struct fwnode_handle *fwnode, struct v4l2_fwnode_endpoint *vep) v4l2_fwnode_endpoint_parse() argument
523 v4l2_fwnode_endpoint_alloc_parse(struct fwnode_handle *fwnode, struct v4l2_fwnode_endpoint *vep) v4l2_fwnode_endpoint_alloc_parse() argument
564 v4l2_fwnode_parse_link(struct fwnode_handle *fwnode, struct v4l2_fwnode_link *link) v4l2_fwnode_parse_link() argument
634 v4l2_fwnode_connector_parse_analog(struct fwnode_handle *fwnode, struct v4l2_fwnode_connector *vc) v4l2_fwnode_connector_parse_analog() argument
666 v4l2_fwnode_get_connector_type(struct fwnode_handle *fwnode) v4l2_fwnode_get_connector_type() argument
682 v4l2_fwnode_connector_parse(struct fwnode_handle *fwnode, struct v4l2_fwnode_connector *connector) v4l2_fwnode_connector_parse() argument
734 v4l2_fwnode_connector_add_link(struct fwnode_handle *fwnode, struct v4l2_fwnode_connector *connector) v4l2_fwnode_connector_add_link() argument
776 struct fwnode_handle *fwnode = dev_fwnode(dev); v4l2_fwnode_device_parse() local
883 struct fwnode_handle *fwnode; __v4l2_async_notifier_parse_fwnode_ep() local
1168 v4l2_fwnode_reference_get_int_prop(struct fwnode_handle *fwnode, const char *prop, unsigned int index, const char * const *props, unsigned int nprops) v4l2_fwnode_reference_get_int_prop() argument
1258 struct fwnode_handle *fwnode; v4l2_fwnode_reference_parse_int_props() local
[all...]
/kernel/linux/linux-5.10/drivers/pwm/
H A Dcore.c909 static struct pwm_device *acpi_pwm_get(struct fwnode_handle *fwnode) in acpi_pwm_get() argument
1217 devm_fwnode_pwm_get(struct device *dev, struct fwnode_handle *fwnode, const char *con_id) devm_fwnode_pwm_get() argument
[all...]

Completed in 26 milliseconds

12345678910>>...18