Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/rmi4/
H A Drmi_f54.c129 enum rmi_f54_report_type reptype) in is_f54_report_type_valid()
131 switch (reptype) { in is_f54_report_type_valid()
159 enum rmi_f54_report_type reptype; in rmi_f54_create_input_map() local
161 for (reptype = 1; reptype < F54_MAX_REPORT_TYPE; reptype++) { in rmi_f54_create_input_map()
162 if (!is_f54_report_type_valid(f54, reptype)) in rmi_f54_create_input_map()
165 f54->inputs[i++] = reptype; in rmi_f54_create_input_map()
238 static int rmi_f54_get_pixel_fmt(enum rmi_f54_report_type reptype, u32 *pixfmt) in rmi_f54_get_pixel_fmt() argument
242 switch (reptype) { in rmi_f54_get_pixel_fmt()
128 is_f54_report_type_valid(struct f54_data *f54, enum rmi_f54_report_type reptype) is_f54_report_type_valid() argument
298 enum rmi_f54_report_type reptype; rmi_f54_buffer_queue() local
399 enum rmi_f54_report_type reptype; rmi_f54_vidioc_enum_input() local
418 enum rmi_f54_report_type reptype; rmi_f54_set_input() local
[all...]
/kernel/linux/linux-6.6/drivers/input/rmi4/
H A Drmi_f54.c135 enum rmi_f54_report_type reptype) in is_f54_report_type_valid()
137 switch (reptype) { in is_f54_report_type_valid()
165 enum rmi_f54_report_type reptype; in rmi_f54_create_input_map() local
167 for (reptype = 1; reptype < F54_MAX_REPORT_TYPE; reptype++) { in rmi_f54_create_input_map()
168 if (!is_f54_report_type_valid(f54, reptype)) in rmi_f54_create_input_map()
171 f54->inputs[i++] = reptype; in rmi_f54_create_input_map()
244 static int rmi_f54_get_pixel_fmt(enum rmi_f54_report_type reptype, u32 *pixfmt) in rmi_f54_get_pixel_fmt() argument
248 switch (reptype) { in rmi_f54_get_pixel_fmt()
134 is_f54_report_type_valid(struct f54_data *f54, enum rmi_f54_report_type reptype) is_f54_report_type_valid() argument
304 enum rmi_f54_report_type reptype; rmi_f54_buffer_queue() local
405 enum rmi_f54_report_type reptype; rmi_f54_vidioc_enum_input() local
424 enum rmi_f54_report_type reptype; rmi_f54_set_input() local
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-ft260.c844 #define FT260_ATTR_SHOW(name, reptype, id, type, func) \
848 struct reptype rep; \
864 #define FT260_ATTR_STORE(name, reptype, id, req, type, ctype, func) \
869 struct reptype rep; \
888 #define FT260_BYTE_ATTR_STORE(name, reptype, req) \
889 FT260_ATTR_STORE(name, reptype, FT260_SYSTEM_SETTINGS, req, \
892 #define FT260_WORD_ATTR_STORE(name, reptype, req) \
893 FT260_ATTR_STORE(name, reptype, FT260_SYSTEM_SETTINGS, req, \
/kernel/linux/linux-5.10/drivers/net/wan/
H A Dhdlc_fr.c666 int stat_len = (lmi == LMI_CISCO) ? 6 : 3, reptype, error, no_ram, i; in fr_lmi_recv() local
715 reptype = skb->data[++i]; in fr_lmi_recv()
716 if (reptype != LMI_INTEGRITY && reptype != LMI_FULLREP) { in fr_lmi_recv()
718 reptype); in fr_lmi_recv()
770 reptype = LMI_FULLREP; in fr_lmi_recv()
776 fr_lmi_send(dev, reptype == LMI_FULLREP ? 1 : 0); in fr_lmi_recv()
787 if (reptype != LMI_FULLREP) in fr_lmi_recv()
/kernel/linux/linux-6.6/drivers/net/wan/
H A Dhdlc_fr.c640 int stat_len = (lmi == LMI_CISCO) ? 6 : 3, reptype, error, no_ram, i; in fr_lmi_recv() local
690 reptype = skb->data[++i]; in fr_lmi_recv()
691 if (reptype != LMI_INTEGRITY && reptype != LMI_FULLREP) { in fr_lmi_recv()
693 reptype); in fr_lmi_recv()
745 reptype = LMI_FULLREP; in fr_lmi_recv()
751 fr_lmi_send(dev, reptype == LMI_FULLREP ? 1 : 0); in fr_lmi_recv()
762 if (reptype != LMI_FULLREP) in fr_lmi_recv()

Completed in 7 milliseconds