Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwtracing/intel_th/
Dcore.c799 dev = bus_find_device_by_devt(&intel_th_bus, inode->i_rdev); in intel_th_output_open()
/Linux-v5.4/include/linux/
Ddevice.h223 static inline struct device *bus_find_device_by_devt(struct bus_type *bus, in bus_find_device_by_devt() function
/Linux-v5.4/drivers/usb/core/
Ddevio.c979 dev = bus_find_device_by_devt(&usb_bus_type, devt); in usbdev_lookup_by_devt()