alloc_dev        2211 drivers/md/dm.c 	md = alloc_dev(minor);
alloc_dev         279 drivers/scsi/hisi_sas/hisi_sas.h 	struct hisi_sas_device *(*alloc_dev)(struct domain_device *device);
alloc_dev         767 drivers/scsi/hisi_sas/hisi_sas_main.c 	if (hisi_hba->hw->alloc_dev)
alloc_dev         768 drivers/scsi/hisi_sas/hisi_sas_main.c 		sas_dev = hisi_hba->hw->alloc_dev(device);
alloc_dev        3555 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c 	.alloc_dev = alloc_dev_quirk_v2_hw,
alloc_dev        3608 drivers/tty/synclink_gt.c 		port_array[i] = alloc_dev(adapter_num, i, pdev);
alloc_dev        3804 drivers/tty/synclinkmp.c 		port_array[port] = alloc_dev(adapter_num,port,pdev);
alloc_dev         592 drivers/usb/core/usb.c 	if (usb_hcd->driver->alloc_dev && parent &&
alloc_dev         593 drivers/usb/core/usb.c 		!usb_hcd->driver->alloc_dev(usb_hcd, dev)) {
alloc_dev        5319 drivers/usb/host/xhci.c 	.alloc_dev =		xhci_alloc_dev,
alloc_dev         341 include/linux/usb/hcd.h 	int	(*alloc_dev)(struct usb_hcd *, struct usb_device *);