Searched refs:rep_count (Results 1 - 5 of 5) sorted by relevance

/drivers/media/usb/dvb-usb/
H A Dm920x.h66 int rep_count; member in struct:m920x_state
H A Dm920x.c159 m->rep_count = 0;
166 m->rep_count = 0;
173 if (++m->rep_count > 2)
/drivers/staging/speakup/
H A Dmain.c1068 static int rep_count; local
1084 if (++rep_count > 2)
1087 if ((last_type & CH_RPT) && rep_count > 2) {
1090 ++rep_count); local
1093 rep_count = 0;
1096 rep_count = 0;
1104 rep_count = 0;
1119 rep_count = 0;
1125 rep_count = 0;
1131 if (in_count > 2 && rep_count >
1134 synth_printf(spk_msg_get(MSG_REPEAT_DESC2), ++rep_count); local
[all...]
/drivers/net/wireless/iwlwifi/mvm/
H A Dfw-api-scan.h392 * @rep_count: repetition count for each scheduled scan iteration.
411 __le32 rep_count; member in struct:iwl_scan_offload_cmd
H A Dscan.c714 scan->rep_count = cpu_to_le32(1);

Completed in 195 milliseconds