Searched refs:devt (Results 1 – 6 of 6) sorted by relevance
/include/linux/device/ |
A D | driver.h | 207 dev_t devt) in driver_find_device_by_devt() argument 209 return driver_find_device(drv, NULL, &devt, device_match_devt); in driver_find_device_by_devt()
|
A D | bus.h | 198 dev_t devt) in bus_find_device_by_devt() argument 200 return bus_find_device(bus, NULL, &devt, device_match_devt); in bus_find_device_by_devt()
|
A D | class.h | 141 dev_t devt) in class_find_device_by_devt() argument 143 return class_find_device(class, NULL, &devt, device_match_devt); in class_find_device_by_devt()
|
/include/linux/ |
A D | device.h | 655 dev_t devt; /* dev_t, creates the sysfs "dev" */ member 1141 device_create(const struct class *cls, struct device *parent, dev_t devt, 1144 device_create_with_groups(const struct class *cls, struct device *parent, dev_t devt, 1147 void device_destroy(const struct class *cls, dev_t devt);
|
A D | blkdev.h | 970 void (*probe)(dev_t devt)); 995 void blk_request_module(dev_t devt);
|
/include/uapi/linux/ |
A D | ublk_cmd.h | 621 struct ublk_param_devt devt; member
|
Completed in 28 milliseconds