Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/device/
H A Dbus.h191 bus_find_device_by_of_node(struct bus_type *bus, const struct device_node *np) in bus_find_device_by_of_node() function
/OK3568_Linux_fs/kernel/drivers/i2c/
H A Di2c-core-of.c136 dev = bus_find_device_by_of_node(&i2c_bus_type, node); in of_find_i2c_device_by_node()
/OK3568_Linux_fs/kernel/drivers/net/mdio/
H A Dof_mdio.c356 d = bus_find_device_by_of_node(&mdio_bus_type, np); in of_mdio_find_device()
/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drk3399_gru_sound.c464 dev = bus_find_device_by_of_node(dailink_match[i].bus_type, in rockchip_sound_codec_node_match()
/OK3568_Linux_fs/kernel/drivers/of/
H A Dplatform.c53 dev = bus_find_device_by_of_node(&platform_bus_type, np); in of_find_device_by_node()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c110 dev = bus_find_device_by_of_node(&mipi_dsi_bus_type, np); in of_find_mipi_dsi_device_by_node()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi.c4060 struct device *dev = bus_find_device_by_of_node(&spi_bus_type, node); in of_find_spi_device_by_node()