Searched refs:alloc_dev (Results 1 – 6 of 6) sorted by relevance
660 if (usb_hcd->driver->alloc_dev && parent && in usb_alloc_dev()661 !usb_hcd->driver->alloc_dev(usb_hcd, dev)) { in usb_alloc_dev()
326 struct hisi_sas_device *(*alloc_dev)(struct domain_device *device); member
866 if (hisi_hba->hw->alloc_dev) in hisi_sas_dev_found()867 sas_dev = hisi_hba->hw->alloc_dev(device); in hisi_sas_dev_found()
331 int (*alloc_dev)(struct usb_hcd *, struct usb_device *); member
3476 static struct slgt_info *alloc_dev(int adapter_num, int port_num, struct pci_dev *pdev) in alloc_dev() function3530 port_array[i] = alloc_dev(adapter_num, i, pdev); in device_init()
5591 .alloc_dev = xhci_alloc_dev,