Lines Matching refs:dconf
821 struct gs_device_config *dconf)
913 if (le32_to_cpu(dconf->sw_version) > 1)
943 struct gs_device_config *dconf;
970 dconf = kmalloc(sizeof(*dconf), GFP_KERNEL);
971 if (!dconf)
981 dconf,
982 sizeof(*dconf),
987 kfree(dconf);
991 icount = dconf->icount + 1;
998 kfree(dconf);
1004 kfree(dconf);
1014 dev->canch[i] = gs_make_candev(i, intf, dconf);
1025 kfree(dconf);
1032 kfree(dconf);