Searched defs:cardbus_dev (Results 1 – 2 of 2) sorted by relevance
55 typedef struct cardbus_dev { struct56 int cb_instance;57 boolean_t fatal_problem;58 dev_info_t *cb_dip;59 kmutex_t cb_mutex;60 cb_nexus_cb_t *cb_nex_ops;61 struct dev_ops cb_dops;62 struct dev_ops *orig_dopsp;63 struct bus_ops *orig_bopsp;64 struct cb_deviceset_props *cb_dsp;[all …]
333 int cardbus_dev, func; in cardbus_configure() local