Lines Matching refs:dconf
794 struct gs_device_config *dconf) in gs_make_candev() argument
886 if (le32_to_cpu(dconf->sw_version) > 1) in gs_make_candev()
916 struct gs_device_config *dconf; in gs_usb_probe() local
943 dconf = kmalloc(sizeof(*dconf), GFP_KERNEL); in gs_usb_probe()
944 if (!dconf) in gs_usb_probe()
954 dconf, in gs_usb_probe()
955 sizeof(*dconf), in gs_usb_probe()
960 kfree(dconf); in gs_usb_probe()
964 icount = dconf->icount + 1; in gs_usb_probe()
971 kfree(dconf); in gs_usb_probe()
977 kfree(dconf); in gs_usb_probe()
989 dev->canch[i] = gs_make_candev(i, intf, dconf); in gs_usb_probe()
1000 kfree(dconf); in gs_usb_probe()
1007 kfree(dconf); in gs_usb_probe()