Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/dvb-usb/
Dm920x.h66 int rep_count; member
Dm920x.c159 m->rep_count = 0; in m920x_parse_rc_state()
166 m->rep_count = 0; in m920x_parse_rc_state()
173 if (++m->rep_count > 2) in m920x_parse_rc_state()
/linux-4.4.14/drivers/staging/speakup/
Dmain.c1072 static int rep_count; in spkup_write() local
1088 if (++rep_count > 2) in spkup_write()
1091 if ((last_type & CH_RPT) && rep_count > 2) { in spkup_write()
1094 ++rep_count); in spkup_write()
1097 rep_count = 0; in spkup_write()
1100 rep_count = 0; in spkup_write()
1108 rep_count = 0; in spkup_write()
1124 rep_count = 0; in spkup_write()
1130 rep_count = 0; in spkup_write()
1136 if (in_count > 2 && rep_count > 2) { in spkup_write()
[all …]