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

<<1112

/linux-master/include/linux/
H A Dacpi.h66 struct fwnode_handle *fwnode; local
77 static inline void acpi_free_fwnode_static(struct fwnode_handle *fwnode) argument
815 is_acpi_node(const struct fwnode_handle *fwnode) argument
820 is_acpi_device_node(const struct fwnode_handle *fwnode) argument
825 to_acpi_device_node(const struct fwnode_handle *fwnode) argument
830 is_acpi_data_node(const struct fwnode_handle *fwnode) argument
835 to_acpi_data_node(const struct fwnode_handle *fwnode) argument
840 acpi_data_node_match(const struct fwnode_handle *fwnode, const char *name) argument
1282 acpi_node_get_property_reference( const struct fwnode_handle *fwnode, const char *name, size_t index, struct fwnode_reference_args *args) argument
1380 __acpi_node_get_property_reference(const struct fwnode_handle *fwnode, const char *name, size_t index, size_t num_args, struct fwnode_reference_args *args) argument
1388 acpi_node_get_property_reference(const struct fwnode_handle *fwnode, const char *name, size_t index, struct fwnode_reference_args *args) argument
1395 acpi_node_prop_get(const struct fwnode_handle *fwnode, const char *propname, void **valptr) argument
1403 acpi_get_next_subnode(const struct fwnode_handle *fwnode, struct fwnode_handle *child) argument
1410 acpi_graph_get_next_endpoint(const struct fwnode_handle *fwnode, struct fwnode_handle *prev) argument
1417 acpi_graph_get_remote_endpoint(const struct fwnode_handle *fwnode, struct fwnode_handle **remote, struct fwnode_handle **port, struct fwnode_handle **endpoint) argument
[all...]
H A Dpci.h2049 static inline int pci_register_io_range(struct fwnode_handle *fwnode, argument
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c2741 struct arm_smmu_device *arm_smmu_get_by_fwnode(struct fwnode_handle *fwnode) argument
/linux-master/drivers/base/
H A Dcore.c141 fwnode_links_purge_suppliers(struct fwnode_handle *fwnode) argument
157 fwnode_links_purge_consumers(struct fwnode_handle *fwnode) argument
173 fwnode_links_purge(struct fwnode_handle *fwnode) argument
179 fw_devlink_purge_absent_suppliers(struct fwnode_handle *fwnode) argument
225 __fw_devlink_pickup_dangling_consumers(struct fwnode_handle *fwnode, struct fwnode_handle *new_sup) argument
1021 fwnode_links_check_suppliers( struct fwnode_handle *fwnode) argument
1732 fw_devlink_parse_fwnode(struct fwnode_handle *fwnode) argument
1741 fw_devlink_parse_fwtree(struct fwnode_handle *fwnode) argument
1893 fwnode_init_without_drv(struct fwnode_handle *fwnode) argument
1908 fwnode_ancestor_init_without_drv(struct fwnode_handle *fwnode) argument
1964 fwnode_get_next_parent_dev(const struct fwnode_handle *fwnode) argument
2233 struct fwnode_handle *fwnode = dev->fwnode; local
2304 __fw_devlink_link_to_suppliers(struct device *dev, struct fwnode_handle *fwnode) argument
2334 struct fwnode_handle *fwnode = dev->fwnode; local
5078 fwnode_is_primary(struct fwnode_handle *fwnode) argument
5097 set_primary_fwnode(struct device *dev, struct fwnode_handle *fwnode) argument
5137 set_secondary_fwnode(struct device *dev, struct fwnode_handle *fwnode) argument
5165 device_set_node(struct device *dev, struct fwnode_handle *fwnode) argument
5184 device_match_fwnode(struct device *dev, const void *fwnode) argument
[all...]
/linux-master/net/bluetooth/
H A Dhci_sync.c3413 struct fwnode_handle *fwnode = dev_fwnode(hdev->dev.parent); local
/linux-master/drivers/media/i2c/
H A Dds90ub960.c440 struct fwnode_handle *fwnode; member in struct:ub960_rxport::__anon1043
[all...]
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c7415 struct fwnode_handle *fwnode = pdev->dev.fwnode; local
6101 mvpp2_port_copy_mac_addr(struct net_device *dev, struct mvpp2 *priv, struct fwnode_handle *fwnode, char **mac_from) argument
7675 struct fwnode_handle *fwnode = pdev->dev.fwnode; local
[all...]
H A Dmvpp2.h1198 struct fwnode_handle *fwnode; member in struct:mvpp2_port
/linux-master/drivers/pci/
H A Dpci.c4080 int pci_register_io_range(struct fwnode_handle *fwnode, phys_addr_t addr, argument
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c1151 struct fwnode_handle *fwnode; local
1205 struct fwnode_handle *fwnode; local
[all...]
/linux-master/drivers/usb/typec/tcpm/
H A Dtcpm.c7005 static int tcpm_fw_get_caps(struct tcpm_port *port, struct fwnode_handle *fwnode) argument
7188 tcpm_fw_get_snk_vdos(struct tcpm_port *port, struct fwnode_handle *fwnode) argument
[all...]
/linux-master/drivers/pinctrl/
H A Dpinctrl-ingenic.c4236 struct fwnode_handle *fwnode; local
4154 ingenic_gpio_probe(struct ingenic_pinctrl *jzpc, struct fwnode_handle *fwnode) argument
[all...]

Completed in 333 milliseconds

<<1112