Home
last modified time | relevance | path

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

/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_v2_hw.c3610 .alloc_dev = alloc_dev_quirk_v2_hw,
/linux/include/linux/usb/
H A Dhcd.h331 int (*alloc_dev)(struct usb_hcd *, struct usb_device *); member
/linux/drivers/md/
H A Ddm.c2260 static struct mapped_device *alloc_dev(int minor) in alloc_dev() function
2520 md = alloc_dev(minor); in dm_create()
/linux/drivers/tty/
H A Dsynclink_gt.c3476 static struct slgt_info *alloc_dev(int adapter_num, int port_num, struct pci_dev *pdev) in alloc_dev() function
3530 port_array[i] = alloc_dev(adapter_num, i, pdev); in device_init()
/linux/drivers/usb/host/
H A Dxhci.c5552 .alloc_dev = xhci_alloc_dev,