Lines Matching refs:dconf
797 struct gs_device_config *dconf) in gs_make_candev() argument
889 if (le32_to_cpu(dconf->sw_version) > 1) in gs_make_candev()
919 struct gs_device_config *dconf; in gs_usb_probe() local
946 dconf = kmalloc(sizeof(*dconf), GFP_KERNEL); in gs_usb_probe()
947 if (!dconf) in gs_usb_probe()
957 dconf, in gs_usb_probe()
958 sizeof(*dconf), in gs_usb_probe()
963 kfree(dconf); in gs_usb_probe()
967 icount = dconf->icount + 1; in gs_usb_probe()
974 kfree(dconf); in gs_usb_probe()
980 kfree(dconf); in gs_usb_probe()
992 dev->canch[i] = gs_make_candev(i, intf, dconf); in gs_usb_probe()
1003 kfree(dconf); in gs_usb_probe()
1010 kfree(dconf); in gs_usb_probe()