Home
last modified time | relevance | path

Searched refs:rep_count (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/speakup/
Dmain.c1049 static int rep_count; in spkup_write() local
1064 if (++rep_count > 2) in spkup_write()
1067 if ((last_type & CH_RPT) && rep_count > 2) { in spkup_write()
1070 ++rep_count); in spkup_write()
1073 rep_count = 0; in spkup_write()
1076 rep_count = 0; in spkup_write()
1084 rep_count = 0; in spkup_write()
1099 rep_count = 0; in spkup_write()
1105 rep_count = 0; in spkup_write()
1111 if (in_count > 2 && rep_count > 2) { in spkup_write()
[all …]
/drivers/media/dvb/dvb-usb/
Dm920x.h66 int rep_count; member
Dm920x.c163 m->rep_count = 0; in m920x_rc_query()
170 m->rep_count = 0; in m920x_rc_query()
177 if (++m->rep_count > 2) in m920x_rc_query()