| /linux-4.4.14/block/ | 
| D | genhd.c | 412 int blk_alloc_devt(struct hd_struct *part, dev_t *devt)  in blk_alloc_devt()447 void blk_free_devt(dev_t devt)  in blk_free_devt()
 459 static char *bdevt_str(dev_t devt, char *buf)  in bdevt_str()
 476 void blk_register_region(dev_t devt, unsigned long range, struct module *module,  in blk_register_region()
 485 void blk_unregister_region(dev_t devt, unsigned long range)  in blk_unregister_region()
 492 static struct kobject *exact_match(dev_t devt, int *partno, void *data)  in exact_match()
 499 static int exact_lock(dev_t devt, void *data)  in exact_lock()
 586 	dev_t devt;  in add_disk()  local
 683 struct gendisk *get_gendisk(dev_t devt, int *partno)  in get_gendisk()
 894 static struct kobject *base_probe(dev_t devt, int *partno, void *data)  in base_probe()
 [all …]
 
 | 
| D | partition-generic.c | 274 	dev_t devt = MKDEV(0, 0);  in add_partition()  local
 | 
| /linux-4.4.14/drivers/char/xilinx_hwicap/ | 
| D | xilinx_hwicap.c | 603 	dev_t devt;  in hwicap_setup()  local853 	dev_t devt;  in hwicap_module_init()  local
 880 	dev_t devt = MKDEV(XHWICAP_MAJOR, XHWICAP_MINOR);  in hwicap_module_cleanup()  local
 
 | 
| D | xilinx_hwicap.h | 54 	dev_t devt;  member
 | 
| /linux-4.4.14/fs/fuse/ | 
| D | cuse.c | 75 static struct list_head *cuse_conntbl_head(dev_t devt)  in cuse_conntbl_head()113 	dev_t devt = inode->i_cdev->dev;  in cuse_open()  local
 315 	dev_t devt;  in cuse_process_init_reply()  local
 
 | 
| /linux-4.4.14/kernel/bpf/ | 
| D | inode.c | 172 		     dev_t devt)  in bpf_mkobj()205 	dev_t devt;  in bpf_obj_do_pin()  local
 
 | 
| /linux-4.4.14/drivers/base/ | 
| D | core.c | 1681 			   dev_t devt, void *drvdata,  in device_create_groups_vargs()1746 				   dev_t devt, void *drvdata, const char *fmt,  in device_create_vargs()
 1779 			     dev_t devt, void *drvdata, const char *fmt, ...)  in device_create()
 1819 					 struct device *parent, dev_t devt,  in device_create_with_groups()
 1837 	const dev_t *devt = data;  in __match_devt()  local
 1850 void device_destroy(struct class *class, dev_t devt)  in device_destroy()
 
 | 
| /linux-4.4.14/drivers/pps/ | 
| D | pps.c | 295 	dev_t devt;  in pps_register_cdev()  local
 | 
| /linux-4.4.14/drivers/net/wireless/ath/ath6kl/ | 
| D | main.c | 149 enum htc_endpoint_id ath6kl_ac2_endpoint_id(void *devt, u8 ac)  in ath6kl_ac2_endpoint_id()522 void ath6kl_ready_event(void *devt, u8 *datap, u32 sw_ver, u32 abi_ver,  in ath6kl_ready_event()
 854 void ath6kl_txpwr_rx_evt(void *devt, u8 tx_pwr)  in ath6kl_txpwr_rx_evt()
 
 | 
| D | txrx.c | 286 int ath6kl_control_tx(void *devt, struct sk_buff *skb,  in ath6kl_control_tx()530 void ath6kl_indicate_tx_activity(void *devt, u8 traffic_class, bool active)  in ath6kl_indicate_tx_activity()
 
 | 
| /linux-4.4.14/drivers/isdn/hardware/mISDN/ | 
| D | mISDNisar.c | 818 isar_pump_statev_modem(struct isar_ch *ch, u8 devt) {  in isar_pump_statev_modem()873 isar_pump_statev_fax(struct isar_ch *ch, u8 devt) {  in isar_pump_statev_fax()
 
 | 
| /linux-4.4.14/drivers/isdn/hisax/ | 
| D | isar.c | 897 isar_pump_statev_modem(struct BCState *bcs, u_char devt) {  in isar_pump_statev_modem()982 isar_pump_statev_fax(struct BCState *bcs, u_char devt) {  in isar_pump_statev_fax()
 
 | 
| /linux-4.4.14/drivers/mtd/devices/ | 
| D | block2mtd.c | 248 		dev_t devt;  in add_device()  local
 | 
| /linux-4.4.14/drivers/misc/cxl/ | 
| D | file.c | 453 static int cxl_add_chardev(struct cxl_afu *afu, dev_t devt, struct cdev *cdev,  in cxl_add_chardev()
 | 
| /linux-4.4.14/drivers/usb/gadget/function/ | 
| D | f_printer.c | 1021 	dev_t devt;  in printer_func_bind()  local1440 	dev_t devt;  in gprinter_setup()  local
 
 | 
| /linux-4.4.14/drivers/spi/ | 
| D | spidev.c | 76 	dev_t			devt;  member
 | 
| /linux-4.4.14/drivers/hwtracing/intel_th/ | 
| D | core.c | 510 	dev_t devt = (dev_t)(unsigned long)data;  in match_devt()  local
 | 
| /linux-4.4.14/drivers/tty/ | 
| D | tty_io.c | 3117 	const dev_t *devt = data;  in dev_match_devt()  local3124 	dev_t devt = tty_devnum(tty);  in tty_get_device()  local
 3284 	dev_t devt = MKDEV(driver->major, driver->minor_start) + index;  in tty_register_device_attr()  local
 
 | 
| /linux-4.4.14/drivers/nvdimm/ | 
| D | bus.c | 315 	dev_t devt = MKDEV(nvdimm_bus_major, nvdimm_bus->id);  in nvdimm_bus_create_ndctl()  local
 | 
| /linux-4.4.14/drivers/scsi/ | 
| D | sd.c | 535 static struct kobject *sd_default_probe(dev_t devt, int *partno, void *data)  in sd_default_probe()3145 	dev_t devt;  in sd_remove()  local
 
 | 
| /linux-4.4.14/drivers/firewire/ | 
| D | core-device.c | 764 struct fw_device *fw_device_get_by_devt(dev_t devt)  in fw_device_get_by_devt()
 | 
| /linux-4.4.14/drivers/net/ | 
| D | macvtap.c | 1279 	dev_t devt;  in macvtap_device_event()  local
 | 
| /linux-4.4.14/drivers/char/ | 
| D | virtio_console.c | 1395 	dev_t devt;  in add_port()  local
 | 
| /linux-4.4.14/drivers/usb/core/ | 
| D | devio.c | 860 static struct usb_device *usbdev_lookup_by_devt(dev_t devt)  in usbdev_lookup_by_devt()
 | 
| /linux-4.4.14/include/linux/ | 
| D | genhd.h | 758 	dev_t devt = MKDEV(0, 0);  in blk_lookup_devt()  local
 | 
| D | device.h | 824 	dev_t			devt;	/* dev_t, creates the sysfs "dev" */  member
 | 
| /linux-4.4.14/drivers/tty/serial/ | 
| D | serial_core.c | 2021 	dev_t devt = MKDEV(tty_drv->major, tty_drv->minor_start) +  in serial_match_port()  local
 | 
| /linux-4.4.14/drivers/usb/dwc3/ | 
| D | core.h | 995 	struct dwc3_event_devt		devt;  member
 | 
| /linux-4.4.14/arch/mips/include/asm/octeon/ | 
| D | cvmx-pciercx-defs.h | 142 		uint32_t devt:2;  member340 		uint32_t devt:2;  member
 
 | 
| D | cvmx-pci-defs.h | 204 		uint32_t devt:2;  member
 |