Lines Matching refs:dconf
794 struct gs_device_config *dconf) in gs_make_candev() argument
884 if (dconf->sw_version > 1) in gs_make_candev()
914 struct gs_device_config *dconf; in gs_usb_probe() local
941 dconf = kmalloc(sizeof(*dconf), GFP_KERNEL); in gs_usb_probe()
942 if (!dconf) in gs_usb_probe()
952 dconf, in gs_usb_probe()
953 sizeof(*dconf), in gs_usb_probe()
958 kfree(dconf); in gs_usb_probe()
962 icount = dconf->icount + 1; in gs_usb_probe()
969 kfree(dconf); in gs_usb_probe()
975 kfree(dconf); in gs_usb_probe()
987 dev->canch[i] = gs_make_candev(i, intf, dconf); in gs_usb_probe()
998 kfree(dconf); in gs_usb_probe()
1005 kfree(dconf); in gs_usb_probe()