reptype           128 drivers/input/rmi4/rmi_f54.c 				     enum rmi_f54_report_type reptype)
reptype           130 drivers/input/rmi4/rmi_f54.c 	switch (reptype) {
reptype           158 drivers/input/rmi4/rmi_f54.c 	enum rmi_f54_report_type reptype;
reptype           160 drivers/input/rmi4/rmi_f54.c 	for (reptype = 1; reptype < F54_MAX_REPORT_TYPE; reptype++) {
reptype           161 drivers/input/rmi4/rmi_f54.c 		if (!is_f54_report_type_valid(f54, reptype))
reptype           164 drivers/input/rmi4/rmi_f54.c 		f54->inputs[i++] = reptype;
reptype           237 drivers/input/rmi4/rmi_f54.c static int rmi_f54_get_pixel_fmt(enum rmi_f54_report_type reptype, u32 *pixfmt)
reptype           241 drivers/input/rmi4/rmi_f54.c 	switch (reptype) {
reptype           296 drivers/input/rmi4/rmi_f54.c 	enum rmi_f54_report_type reptype;
reptype           301 drivers/input/rmi4/rmi_f54.c 	reptype = rmi_f54_get_reptype(f54, f54->input);
reptype           302 drivers/input/rmi4/rmi_f54.c 	if (reptype == F54_REPORT_NONE) {
reptype           312 drivers/input/rmi4/rmi_f54.c 	ret = rmi_f54_request_report(f54->fn, reptype);
reptype           386 drivers/input/rmi4/rmi_f54.c 	enum rmi_f54_report_type reptype;
reptype           388 drivers/input/rmi4/rmi_f54.c 	reptype = rmi_f54_get_reptype(f54, i->index);
reptype           389 drivers/input/rmi4/rmi_f54.c 	if (reptype == F54_REPORT_NONE)
reptype           394 drivers/input/rmi4/rmi_f54.c 	strlcpy(i->name, rmi_f54_report_type_names[reptype], sizeof(i->name));
reptype           405 drivers/input/rmi4/rmi_f54.c 	enum rmi_f54_report_type reptype;
reptype           408 drivers/input/rmi4/rmi_f54.c 	reptype = rmi_f54_get_reptype(f54, i);
reptype           409 drivers/input/rmi4/rmi_f54.c 	if (reptype == F54_REPORT_NONE)
reptype           412 drivers/input/rmi4/rmi_f54.c 	ret = rmi_f54_get_pixel_fmt(reptype, &f->pixelformat);
reptype           657 drivers/net/wan/hdlc_fr.c 	int stat_len = (lmi == LMI_CISCO) ? 6 : 3, reptype, error, no_ram, i;
reptype           706 drivers/net/wan/hdlc_fr.c 	reptype = skb->data[++i];
reptype           707 drivers/net/wan/hdlc_fr.c 	if (reptype != LMI_INTEGRITY && reptype != LMI_FULLREP) {
reptype           709 drivers/net/wan/hdlc_fr.c 			    reptype);
reptype           761 drivers/net/wan/hdlc_fr.c 			reptype = LMI_FULLREP;
reptype           767 drivers/net/wan/hdlc_fr.c 		fr_lmi_send(dev, reptype == LMI_FULLREP ? 1 : 0);
reptype           778 drivers/net/wan/hdlc_fr.c 	if (reptype != LMI_FULLREP)