Searched refs:alloc_dev (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.10/drivers/usb/core/ | 
| D | usb.c | 591 	if (usb_hcd->driver->alloc_dev && parent &&  in usb_alloc_dev()592 		!usb_hcd->driver->alloc_dev(usb_hcd, dev)) {  in usb_alloc_dev()
 
 | 
| /Linux-v5.10/drivers/scsi/hisi_sas/ | 
| D | hisi_sas.h | 319 	struct hisi_sas_device *(*alloc_dev)(struct domain_device *device);  member
 | 
| D | hisi_sas_main.c | 776 	if (hisi_hba->hw->alloc_dev)  in hisi_sas_dev_found()777 		sas_dev = hisi_hba->hw->alloc_dev(device);  in hisi_sas_dev_found()
 
 | 
| D | hisi_sas_v2_hw.c | 3562 	.alloc_dev = alloc_dev_quirk_v2_hw,
 | 
| /Linux-v5.10/include/linux/usb/ | 
| D | hcd.h | 341 	int	(*alloc_dev)(struct usb_hcd *, struct usb_device *);  member
 | 
| /Linux-v5.10/drivers/md/ | 
| D | dm.c | 1766 static struct mapped_device *alloc_dev(int minor)  in alloc_dev()  function2041 	md = alloc_dev(minor);  in dm_create()
 
 | 
| /Linux-v5.10/drivers/tty/ | 
| D | synclink_gt.c | 3552 static struct slgt_info *alloc_dev(int adapter_num, int port_num, struct pci_dev *pdev)  in alloc_dev()  function3609 		port_array[i] = alloc_dev(adapter_num, i, pdev);  in device_init()
 
 | 
| D | synclinkmp.c | 3719 static SLMP_INFO *alloc_dev(int adapter_num, int port_num, struct pci_dev *pdev)  in alloc_dev()  function3801 		port_array[port] = alloc_dev(adapter_num,port,pdev);  in device_init()
 
 | 
| /Linux-v5.10/drivers/usb/host/ | 
| D | xhci.c | 5334 	.alloc_dev =		xhci_alloc_dev,
 |