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
/linux/include/linux/usb/
H A Dhcd.h331 int (*alloc_dev)(struct usb_hcd *, struct usb_device *); member
/linux/drivers/md/
H A Ddm.c2281 static struct mapped_device *alloc_dev(int minor) in alloc_dev() function
2542 md = alloc_dev(minor); in dm_create()
/linux/drivers/usb/host/
H A Dxhci.c5582 .alloc_dev = xhci_alloc_dev,