Searched refs:devt (Results 1 – 5 of 5) sorted by relevance
/include/linux/device/ |
D | driver.h | 214 dev_t devt) in driver_find_device_by_devt() argument 216 return driver_find_device(drv, NULL, &devt, device_match_devt); in driver_find_device_by_devt()
|
D | class.h | 171 dev_t devt) in class_find_device_by_devt() argument 173 return class_find_device(class, NULL, &devt, device_match_devt); in class_find_device_by_devt()
|
D | bus.h | 215 dev_t devt) in bus_find_device_by_devt() argument 217 return bus_find_device(bus, NULL, &devt, device_match_devt); in bus_find_device_by_devt()
|
/include/linux/ |
D | genhd.h | 275 void (*probe)(dev_t devt)); 311 void blk_request_module(dev_t devt);
|
D | device.h | 551 dev_t devt; /* dev_t, creates the sysfs "dev" */ member 909 device_create(struct class *cls, struct device *parent, dev_t devt, 912 device_create_with_groups(struct class *cls, struct device *parent, dev_t devt, 915 void device_destroy(struct class *cls, dev_t devt);
|