Home
last modified time | relevance | path

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

/linux-5.19.10/include/asm-generic/
Dmshyperv.h81 static inline u64 hv_do_rep_hypercall(u16 code, u16 rep_count, u16 varhead_size, in hv_do_rep_hypercall() argument
89 control |= (u64)rep_count << HV_HYPERCALL_REP_COMP_OFFSET; in hv_do_rep_hypercall()
102 } while (rep_comp < rep_count); in hv_do_rep_hypercall()
/linux-5.19.10/drivers/media/usb/dvb-usb/
Dm920x.h67 int rep_count; member
Dm920x.c152 m->rep_count = 0; in m920x_parse_rc_state()
159 m->rep_count = 0; in m920x_parse_rc_state()
166 if (++m->rep_count > 2) in m920x_parse_rc_state()
/linux-5.19.10/drivers/accessibility/speakup/
Dmain.c1080 static int rep_count; in spkup_write() local
1099 if (++rep_count > 2) in spkup_write()
1102 if ((last_type & CH_RPT) && rep_count > 2) { in spkup_write()
1105 ++rep_count); in spkup_write()
1108 rep_count = 0; in spkup_write()
1111 rep_count = 0; in spkup_write()
1119 rep_count = 0; in spkup_write()
1135 rep_count = 0; in spkup_write()
1141 rep_count = 0; in spkup_write()
1147 if (in_count > 2 && rep_count > 2) { in spkup_write()
[all …]