Lines Matching refs:dconf
818 struct gs_device_config *dconf) in gs_make_candev() argument
910 if (le32_to_cpu(dconf->sw_version) > 1) in gs_make_candev()
940 struct gs_device_config *dconf; in gs_usb_probe() local
967 dconf = kmalloc(sizeof(*dconf), GFP_KERNEL); in gs_usb_probe()
968 if (!dconf) in gs_usb_probe()
978 dconf, in gs_usb_probe()
979 sizeof(*dconf), in gs_usb_probe()
984 kfree(dconf); in gs_usb_probe()
988 icount = dconf->icount + 1; in gs_usb_probe()
995 kfree(dconf); in gs_usb_probe()
1001 kfree(dconf); in gs_usb_probe()
1011 dev->canch[i] = gs_make_candev(i, intf, dconf); in gs_usb_probe()
1022 kfree(dconf); in gs_usb_probe()
1029 kfree(dconf); in gs_usb_probe()