Searched refs:alloc_dev (Results 1 – 7 of 7) sorted by relevance
713 if (usb_hcd->driver->alloc_dev && parent && in usb_alloc_dev()714 !usb_hcd->driver->alloc_dev(usb_hcd, dev)) { in usb_alloc_dev()
320 struct hisi_sas_device *(*alloc_dev)(struct domain_device *device); member
767 if (hisi_hba->hw->alloc_dev) in hisi_sas_dev_found()768 sas_dev = hisi_hba->hw->alloc_dev(device); in hisi_sas_dev_found()
3611 .alloc_dev = alloc_dev_quirk_v2_hw,
1734 static struct mapped_device *alloc_dev(int minor) in alloc_dev() function2016 md = alloc_dev(minor); in dm_create()
3489 static struct slgt_info *alloc_dev(int adapter_num, int port_num, struct pci_dev *pdev) in alloc_dev() function3544 port_array[i] = alloc_dev(adapter_num, i, pdev); in device_init()
5469 .alloc_dev = xhci_alloc_dev,