Searched refs:devt (Results 1 – 6 of 6) sorted by relevance
| /include/linux/device/ |
| D | driver.h | 212 dev_t devt) in driver_find_device_by_devt() argument 214 return driver_find_device(drv, NULL, &devt, device_match_devt); in driver_find_device_by_devt()
|
| D | class.h | 149 dev_t devt) in class_find_device_by_devt() argument 151 return class_find_device(class, NULL, &devt, device_match_devt); in class_find_device_by_devt()
|
| D | bus.h | 197 dev_t devt) in bus_find_device_by_devt() argument 199 return bus_find_device(bus, NULL, &devt, device_match_devt); in bus_find_device_by_devt()
|
| /include/linux/ |
| D | device.h | 678 dev_t devt; /* dev_t, creates the sysfs "dev" */ member 1100 device_create(const struct class *cls, struct device *parent, dev_t devt, 1103 device_create_with_groups(const struct class *cls, struct device *parent, dev_t devt, 1106 void device_destroy(const struct class *cls, dev_t devt);
|
| D | blkdev.h | 924 void (*probe)(dev_t devt)); 949 void blk_request_module(dev_t devt);
|
| /include/uapi/linux/ |
| D | ublk_cmd.h | 402 struct ublk_param_devt devt; member
|