Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
A Dusb.c637 if (usb_hcd->driver->alloc_dev && parent && in usb_alloc_dev()
638 !usb_hcd->driver->alloc_dev(usb_hcd, dev)) { in usb_alloc_dev()
/linux/drivers/scsi/hisi_sas/
A Dhisi_sas.h320 struct hisi_sas_device *(*alloc_dev)(struct domain_device *device); member
A Dhisi_sas_main.c781 if (hisi_hba->hw->alloc_dev) in hisi_sas_dev_found()
782 sas_dev = hisi_hba->hw->alloc_dev(device); in hisi_sas_dev_found()
A Dhisi_sas_v2_hw.c3595 .alloc_dev = alloc_dev_quirk_v2_hw,
/linux/include/linux/usb/
A Dhcd.h341 int (*alloc_dev)(struct usb_hcd *, struct usb_device *); member
/linux/drivers/md/
A Ddm.c1717 static struct mapped_device *alloc_dev(int minor) in alloc_dev() function
1985 md = alloc_dev(minor); in dm_create()
/linux/drivers/tty/
A Dsynclink_gt.c3487 static struct slgt_info *alloc_dev(int adapter_num, int port_num, struct pci_dev *pdev) in alloc_dev() function
3542 port_array[i] = alloc_dev(adapter_num, i, pdev); in device_init()
/linux/drivers/usb/host/
A Dxhci.c5406 .alloc_dev = xhci_alloc_dev,

Completed in 62 milliseconds