alloc_dev
md = alloc_dev(minor);
struct hisi_sas_device *(*alloc_dev)(struct domain_device *device);
if (hisi_hba->hw->alloc_dev)
sas_dev = hisi_hba->hw->alloc_dev(device);
.alloc_dev = alloc_dev_quirk_v2_hw,
if (usb_hcd->driver->alloc_dev && parent &&
!usb_hcd->driver->alloc_dev(usb_hcd, dev)) {
.alloc_dev = xhci_alloc_dev,
int (*alloc_dev)(struct usb_hcd *, struct usb_device *);