Searched refs:bus_find_device_by_of_node (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/include/linux/device/ |
| H A D | bus.h | 174 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-6.15/drivers/base/test/ |
| H A D | platform-device-test.c | 236 KUNIT_EXPECT_PTR_EQ(test, bus_find_device_by_of_node(&platform_bus_type, NULL), NULL); in platform_device_find_by_null_test()
|
| /linux-6.15/drivers/spmi/ |
| H A D | spmi.c | 402 struct device *dev = bus_find_device_by_of_node(&spmi_bus_type, np); in spmi_find_device_by_of_node()
|
| /linux-6.15/sound/soc/rockchip/ |
| H A D | rk3399_gru_sound.c | 486 dev = bus_find_device_by_of_node(dailink_match[i].bus_type, in rockchip_sound_codec_node_match()
|
| /linux-6.15/drivers/of/ |
| H A D | platform.c | 40 dev = bus_find_device_by_of_node(&platform_bus_type, np); in of_find_device_by_node()
|
| /linux-6.15/drivers/phy/hisilicon/ |
| H A D | phy-hi3670-pcie.c | 572 pcie_dev = bus_find_device_by_of_node(&platform_bus_type, pcie_port); in hi3670_pcie_get_resources_from_pcie()
|
| /linux-6.15/drivers/pci/ |
| H A D | of.c | 39 bus_find_device_by_of_node(&platform_bus_type, node); in pci_set_of_node()
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | wcd937x-sdw.c | 83 return bus_find_device_by_of_node(&sdw_bus_type, np); in wcd937x_sdw_device_get()
|
| H A D | wcd938x-sdw.c | 87 return bus_find_device_by_of_node(&sdw_bus_type, np); in wcd938x_sdw_device_get()
|
| H A D | wcd939x-sdw.c | 133 return bus_find_device_by_of_node(&sdw_bus_type, np); in wcd939x_sdw_device_get()
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_mipi_dsi.c | 111 dev = bus_find_device_by_of_node(&mipi_dsi_bus_type, np); in of_find_mipi_dsi_device_by_node()
|
| /linux-6.15/drivers/spi/ |
| H A D | spi.c | 4763 struct device *dev = bus_find_device_by_of_node(&spi_bus_type, node); in of_find_spi_device_by_node()
|