Home
last modified time | relevance | path

Searched refs:bus_find_device_by_name (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/base/
Dbus.c188 dev = bus_find_device_by_name(bus, NULL, buf); in unbind_store()
215 dev = bus_find_device_by_name(bus, NULL, buf); in bind_store()
260 dev = bus_find_device_by_name(bus, NULL, buf); in store_drivers_probe()
372 struct device *bus_find_device_by_name(struct bus_type *bus, in bus_find_device_by_name() function
377 EXPORT_SYMBOL_GPL(bus_find_device_by_name);
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_drv.c297 d = bus_find_device_by_name(&platform_bus_type, NULL, in armada_drm_probe()
/linux-4.4.14/drivers/mfd/
Dmfd-core.c338 dev = bus_find_device_by_name(&platform_bus_type, NULL, cell); in mfd_clone_cell()
/linux-4.4.14/arch/x86/platform/olpc/
Dolpc-xo1-sci.c244 struct device *rtc = bus_find_device_by_name( in xo1_sci_intr()
/linux-4.4.14/drivers/net/phy/
Dphy_device.c514 d = bus_find_device_by_name(&mdio_bus_type, NULL, bus_id); in phy_connect()
710 d = bus_find_device_by_name(bus, NULL, bus_id); in phy_attach()
/linux-4.4.14/arch/arm/mach-davinci/
Ddevices-da8xx.c339 dev = bus_find_device_by_name(&platform_bus_type, NULL, "davinci-wdt"); in da8xx_restart()
/linux-4.4.14/drivers/staging/fbtft/
Dfbtft_device.c1331 dev = bus_find_device_by_name(&spi_bus_type, NULL, str); in fbtft_device_spi_delete()
/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_drv.c1113 dev = bus_find_device_by_name(&platform_bus_type, in msm_pdev_probe()
/linux-4.4.14/include/linux/
Ddevice.h157 struct device *bus_find_device_by_name(struct bus_type *bus,
/linux-4.4.14/arch/powerpc/kernel/
Dvio.c1641 found = bus_find_device_by_name(&vio_bus_type, NULL, name); in vio_find_name()