Searched defs:rdac_controller (Results 1 – 1 of 1) sorted by relevance
151 struct rdac_controller { struct152 u8 array_id[UNIQUE_ID_LEN];153 int use_ms10;154 struct kref kref;155 struct list_head node; /* list of all controllers */156 union {159 } mode_select;160 u8 index;184 struct rdac_controller *ctlr; argument