Home
last modified time | relevance | path

Searched refs:bus_find_device_by_of_node (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/device/
H A Dbus.h183 bus_find_device_by_of_node(const struct bus_type *bus, const struct device_node *np) in bus_find_device_by_of_node() function
/linux/drivers/soundwire/
H A Dslave.c279 return bus_find_device_by_of_node(&sdw_bus_type, np); in of_sdw_find_device_by_node()
/linux/drivers/spmi/
H A Dspmi.c402 struct device *dev = bus_find_device_by_of_node(&spmi_bus_type, np); in spmi_find_device_by_of_node()
/linux/drivers/of/
H A Dplatform.c40 dev = bus_find_device_by_of_node(&platform_bus_type, np); in of_find_device_by_node()
/linux/drivers/pci/
H A Dof.c39 bus_find_device_by_of_node(&platform_bus_type, node); in pci_set_of_node()
/linux/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c115 dev = bus_find_device_by_of_node(&mipi_dsi_bus_type, np); in of_find_mipi_dsi_device_by_node()
/linux/drivers/spi/
H A Dspi.c4913 struct device *dev = bus_find_device_by_of_node(&spi_bus_type, node); in of_find_spi_device_by_node()