Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/core/
H A Dusb.c667 if (usb_hcd->driver->alloc_dev && parent && in usb_alloc_dev()
668 !usb_hcd->driver->alloc_dev(usb_hcd, dev)) { in usb_alloc_dev()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dusb.c659 if (usb_hcd->driver->alloc_dev && parent && in usb_alloc_dev()
660 !usb_hcd->driver->alloc_dev(usb_hcd, dev)) { in usb_alloc_dev()
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H A Dhisi_sas.h319 struct hisi_sas_device *(*alloc_dev)(struct domain_device *device); member
H A Dhisi_sas_main.c774 if (hisi_hba->hw->alloc_dev) in hisi_sas_dev_found()
775 sas_dev = hisi_hba->hw->alloc_dev(device); in hisi_sas_dev_found()
H A Dhisi_sas_v2_hw.c3569 .alloc_dev = alloc_dev_quirk_v2_hw,
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H A Dhisi_sas.h315 struct hisi_sas_device *(*alloc_dev)(struct domain_device *device); member
H A Dhisi_sas_main.c834 if (hisi_hba->hw->alloc_dev) in hisi_sas_dev_found()
835 sas_dev = hisi_hba->hw->alloc_dev(device); in hisi_sas_dev_found()
H A Dhisi_sas_v2_hw.c3598 .alloc_dev = alloc_dev_quirk_v2_hw,
/kernel/linux/linux-5.10/include/linux/usb/
H A Dhcd.h344 int (*alloc_dev)(struct usb_hcd *, struct usb_device *); member
/kernel/linux/linux-6.6/include/linux/usb/
H A Dhcd.h331 int (*alloc_dev)(struct usb_hcd *, struct usb_device *); member
/kernel/linux/linux-5.10/drivers/md/
H A Ddm.c1491 * rather than when the device is created in alloc_dev(). in __send_empty_flush()
1822 static struct mapped_device *alloc_dev(int minor) in alloc_dev() function
2095 md = alloc_dev(minor); in dm_create()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm.c2027 static struct mapped_device *alloc_dev(int minor) in alloc_dev() function
2276 md = alloc_dev(minor); in dm_create()
/kernel/linux/linux-5.10/drivers/tty/
H A Dsynclinkmp.c3719 static SLMP_INFO *alloc_dev(int adapter_num, int port_num, struct pci_dev *pdev) in alloc_dev() function
3801 port_array[port] = alloc_dev(adapter_num,port,pdev); in device_init()
H A Dsynclink_gt.c3499 static struct slgt_info *alloc_dev(int adapter_num, int port_num, struct pci_dev *pdev) in alloc_dev() function
3556 port_array[i] = alloc_dev(adapter_num, i, pdev); in device_init()
/kernel/linux/linux-6.6/drivers/tty/
H A Dsynclink_gt.c3475 static struct slgt_info *alloc_dev(int adapter_num, int port_num, struct pci_dev *pdev) in alloc_dev() function
3529 port_array[i] = alloc_dev(adapter_num, i, pdev); in device_init()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.c5413 .alloc_dev = xhci_alloc_dev,
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci.c5300 .alloc_dev = xhci_alloc_dev,

Completed in 73 milliseconds