Home
last modified time | relevance | path

Searched refs:alloc_dev (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/usb/core/
H A Dusb.c660 if (usb_hcd->driver->alloc_dev && parent && in usb_alloc_dev()
661 !usb_hcd->driver->alloc_dev(usb_hcd, dev)) { in usb_alloc_dev()
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas.h326 struct hisi_sas_device *(*alloc_dev)(struct domain_device *device); member
H A Dhisi_sas_main.c866 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()
/linux/drivers/tty/
H A Dsynclink_gt.c
/linux/drivers/usb/host/
H A Dxhci.c5601 .alloc_dev = xhci_alloc_dev,