Home
last modified time | relevance | path

Searched refs:reptype (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/input/rmi4/
Drmi_f54.c128 enum rmi_f54_report_type reptype) in is_f54_report_type_valid() argument
130 switch (reptype) { in is_f54_report_type_valid()
158 enum rmi_f54_report_type reptype; in rmi_f54_create_input_map() local
160 for (reptype = 1; reptype < F54_MAX_REPORT_TYPE; reptype++) { in rmi_f54_create_input_map()
161 if (!is_f54_report_type_valid(f54, reptype)) in rmi_f54_create_input_map()
164 f54->inputs[i++] = reptype; in rmi_f54_create_input_map()
237 static int rmi_f54_get_pixel_fmt(enum rmi_f54_report_type reptype, u32 *pixfmt) in rmi_f54_get_pixel_fmt() argument
241 switch (reptype) { in rmi_f54_get_pixel_fmt()
296 enum rmi_f54_report_type reptype; in rmi_f54_buffer_queue() local
301 reptype = rmi_f54_get_reptype(f54, f54->input); in rmi_f54_buffer_queue()
[all …]
/Linux-v5.4/drivers/net/wan/
Dhdlc_fr.c657 int stat_len = (lmi == LMI_CISCO) ? 6 : 3, reptype, error, no_ram, i; in fr_lmi_recv() local
706 reptype = skb->data[++i]; in fr_lmi_recv()
707 if (reptype != LMI_INTEGRITY && reptype != LMI_FULLREP) { in fr_lmi_recv()
709 reptype); in fr_lmi_recv()
761 reptype = LMI_FULLREP; in fr_lmi_recv()
767 fr_lmi_send(dev, reptype == LMI_FULLREP ? 1 : 0); in fr_lmi_recv()
778 if (reptype != LMI_FULLREP) in fr_lmi_recv()