Searched refs:alloc_dev (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/usb/core/
H A Dusb.c659 if (usb_hcd->driver->alloc_dev && parent &&
660 !usb_hcd->driver->alloc_dev(usb_hcd, dev)) {
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas.h315 struct hisi_sas_device *(*alloc_dev)(struct domain_device *device); member in struct:hisi_sas_hw
H A Dhisi_sas_main.c834 if (hisi_hba->hw->alloc_dev)
835 sas_dev = hisi_hba->hw->alloc_dev(device);
H A Dhisi_sas_v2_hw.c3598 .alloc_dev = alloc_dev_quirk_v2_hw,
/linux-master/include/linux/usb/
H A Dhcd.h331 int (*alloc_dev)(struct usb_hcd *, struct usb_device *); member in struct:hc_driver
/linux-master/drivers/md/
H A Ddm.c2063 static struct mapped_device *alloc_dev(int minor) function
2313 md = alloc_dev(minor);
/linux-master/drivers/tty/
H A Dsynclink_gt.c3475 static struct slgt_info *alloc_dev(int adapter_num, int port_num, struct pci_dev *pdev) function
3529 port_array[i] = alloc_dev(adapter_num, i, pdev);
/linux-master/drivers/usb/host/
H A Dxhci.c5359 .alloc_dev = xhci_alloc_dev,

Completed in 149 milliseconds