Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/device/
Dbus.h209 static inline struct device *bus_find_device_by_devt(struct bus_type *bus, in bus_find_device_by_devt() function
/Linux-v5.10/drivers/hwtracing/intel_th/
Dcore.c795 dev = bus_find_device_by_devt(&intel_th_bus, inode->i_rdev); in intel_th_output_open()
/Linux-v5.10/drivers/usb/core/
Ddevio.c1001 dev = bus_find_device_by_devt(&usb_bus_type, devt); in usbdev_lookup_by_devt()