Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/device/
H A Dbus.h170 bus_find_device_by_of_node(const struct bus_type *bus, const struct device_node *np) in bus_find_device_by_of_node() function
/openbmc/linux/drivers/spmi/
H A Dspmi.c399 struct device *dev = bus_find_device_by_of_node(&spmi_bus_type, np); in spmi_device_from_of()
/openbmc/linux/sound/soc/rockchip/
H A Drk3399_gru_sound.c488 dev = bus_find_device_by_of_node(dailink_match[i].bus_type, in rockchip_sound_codec_node_match()
/openbmc/linux/drivers/of/
H A Dplatform.c49 dev = bus_find_device_by_of_node(&platform_bus_type, np); in of_find_device_by_node()
/openbmc/linux/drivers/phy/hisilicon/
H A Dphy-hi3670-pcie.c567 pcie_dev = bus_find_device_by_of_node(&platform_bus_type, pcie_port); in hi3670_pcie_get_resources_from_pcie()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c111 dev = bus_find_device_by_of_node(&mipi_dsi_bus_type, np); in of_find_mipi_dsi_device_by_node()
/openbmc/linux/sound/soc/codecs/
H A Dwcd938x-sdw.c87 return bus_find_device_by_of_node(&sdw_bus_type, np); in wcd938x_sdw_device_get()
/openbmc/linux/drivers/spi/
H A Dspi.c4471 struct device *dev = bus_find_device_by_of_node(&spi_bus_type, node); in of_find_spi_device_by_node()