brcmf_alloc
int brcmf_alloc(struct device *dev, struct brcmf_mp_device *settings);
ret = brcmf_alloc(&devinfo->pdev->dev, devinfo->settings);
err = brcmf_alloc(sdiod->dev, sdiod->settings);
ret = brcmf_alloc(devinfo->dev, devinfo->settings);
ret = brcmf_alloc(devinfo->dev, devinfo->settings);