Searched refs:alloc_dev (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/core/ |
D | usb.c | 421 if (usb_hcd->driver->alloc_dev && parent && in usb_alloc_dev() 422 !usb_hcd->driver->alloc_dev(usb_hcd, dev)) { in usb_alloc_dev()
|
/drivers/md/ |
D | dm.c | 2096 static struct mapped_device *alloc_dev(int minor) in alloc_dev() function 2428 md = alloc_dev(minor); in dm_create()
|
/drivers/tty/ |
D | synclink_gt.c | 3593 static struct slgt_info *alloc_dev(int adapter_num, int port_num, struct pci_dev *pdev) in alloc_dev() function 3650 port_array[i] = alloc_dev(adapter_num, i, pdev); in device_init()
|
D | synclinkmp.c | 3754 static SLMP_INFO *alloc_dev(int adapter_num, int port_num, struct pci_dev *pdev) in alloc_dev() function 3837 port_array[port] = alloc_dev(adapter_num,port,pdev); in device_init()
|
/drivers/usb/host/ |
D | xhci.c | 4961 .alloc_dev = xhci_alloc_dev,
|