Searched defs:mode_data (Results 1 – 3 of 3) sorted by relevance
50 struct mode_data struct52 struct mode_data *next; /* next this class - arbitrary order */ argument63 struct mode_data *component; /* mode of components */ argument64 struct mode_data *wider; /* next wider mode */ argument66 struct mode_data *contained; /* Pointer to list of modes that have argument68 struct mode_data *next_cont; /* Next mode in that list. */ argument70 struct mode_data *complex; /* complex type with mode as component. */ argument83 static struct mode_data *modes[MAX_MODE_CLASS]; argument
50 struct mode_data struct52 struct mode_data *next; /* next this class - arbitrary order */ argument63 struct mode_data *component; /* mode of components */ argument64 struct mode_data *wider; /* next wider mode */ argument66 struct mode_data *contained; /* Pointer to list of modes that have argument68 struct mode_data *next_cont; /* Next mode in that list. */ argument70 struct mode_data *complex; /* complex type with mode as component. */ argument84 static struct mode_data *modes[MAX_MODE_CLASS]; argument
272 struct mustek_mode_select_data mode_data; in mustek_trigger_scanner() local