Home
last modified time | relevance | path

Searched refs:cb_deviceset_props (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/cardbus/
H A Dcardbus_parse.h42 struct cb_deviceset_props { struct
43 struct cb_deviceset_props *next; argument
H A Dcardbus.h64 struct cb_deviceset_props *cb_dsp;
H A Dcardbus.c137 static void cardbus_add_prop(struct cb_deviceset_props *cdsp, int type,
139 static void cardbus_add_stringprop(struct cb_deviceset_props *cdsp,
142 static void cardbus_devprops_free(struct cb_deviceset_props *cbdp);
532 struct cb_deviceset_props *cbdp, *ncbdp; in cardbus_detach()
1528 cardbus_add_prop(struct cb_deviceset_props *cdsp, int type, char *name, in cardbus_add_prop()
1545 cardbus_add_stringprop(struct cb_deviceset_props *cdsp, char *name, in cardbus_add_stringprop()
1574 cardbus_devprops_free(struct cb_deviceset_props *cbdp) in cardbus_devprops_free()
1609 struct cb_deviceset_props *cdsp; in cardbus_parse_devprop()
1611 cdsp = (struct cb_deviceset_props *)kmem_zalloc(sizeof (*cdsp), in cardbus_parse_devprop()
H A Dcardbus_cfg.c2905 struct cb_deviceset_props *cdsp = cbp->cb_dsp; in cardbus_probe_children()