Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/i2c/
Di2c-core-of.c133 dev = bus_find_device_by_of_node(&i2c_bus_type, node); in of_find_i2c_device_by_node()
/Linux-v5.4/drivers/of/
Dof_mdio.c298 d = bus_find_device_by_of_node(&mdio_bus_type, phy_np); in of_phy_find_device()
Dplatform.c53 dev = bus_find_device_by_of_node(&platform_bus_type, np); in of_find_device_by_node()
/Linux-v5.4/sound/soc/rockchip/
Drk3399_gru_sound.c436 dev = bus_find_device_by_of_node(dailink_match[i].bus_type, in rockchip_sound_codec_node_match()
/Linux-v5.4/drivers/gpu/drm/
Ddrm_mipi_dsi.c108 dev = bus_find_device_by_of_node(&mipi_dsi_bus_type, np); in of_find_mipi_dsi_device_by_node()
/Linux-v5.4/drivers/nvmem/
Dcore.c86 d = bus_find_device_by_of_node(&nvmem_bus_type, nvmem_np); in of_nvmem_find()
/Linux-v5.4/include/linux/
Ddevice.h200 bus_find_device_by_of_node(struct bus_type *bus, const struct device_node *np) in bus_find_device_by_of_node() function
/Linux-v5.4/drivers/spi/
Dspi.c3661 struct device *dev = bus_find_device_by_of_node(&spi_bus_type, node); in of_find_spi_device_by_node()