Searched refs:cb_deviceset_props (Results 1 – 4 of 4) sorted by relevance
40 struct cb_deviceset_props { struct41 struct cb_deviceset_props *next; argument
62 struct cb_deviceset_props *cb_dsp;
139 static void cardbus_add_prop(struct cb_deviceset_props *cdsp, int type,141 static void cardbus_add_stringprop(struct cb_deviceset_props *cdsp,144 static void cardbus_devprops_free(struct cb_deviceset_props *cbdp);534 struct cb_deviceset_props *cbdp, *ncbdp; in cardbus_detach()1527 cardbus_add_prop(struct cb_deviceset_props *cdsp, int type, char *name, in cardbus_add_prop()1544 cardbus_add_stringprop(struct cb_deviceset_props *cdsp, char *name, in cardbus_add_stringprop()1573 cardbus_devprops_free(struct cb_deviceset_props *cbdp) in cardbus_devprops_free()1608 struct cb_deviceset_props *cdsp; in cardbus_parse_devprop()
2895 struct cb_deviceset_props *cdsp = cbp->cb_dsp; in cardbus_probe_children()