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