Home
last modified time | relevance | path

Searched refs:bus_find_device_by_devt (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/device/
H A Dbus.h193 static inline struct device *bus_find_device_by_devt(const struct bus_type *bus, in bus_find_device_by_devt() function
/openbmc/linux/drivers/hwtracing/intel_th/
H A Dcore.c812 dev = bus_find_device_by_devt(&intel_th_bus, inode->i_rdev); in intel_th_output_open()
/openbmc/linux/drivers/usb/core/
H A Ddevio.c1023 dev = bus_find_device_by_devt(&usb_bus_type, devt); in usbdev_lookup_by_devt()