no_dj_interfaces 1633 drivers/hid/hid-logitech-dj.c 	unsigned int no_dj_interfaces = 0;
no_dj_interfaces 1656 drivers/hid/hid-logitech-dj.c 	case recvr_type_dj:		no_dj_interfaces = 3; break;
no_dj_interfaces 1657 drivers/hid/hid-logitech-dj.c 	case recvr_type_hidpp:		no_dj_interfaces = 2; break;
no_dj_interfaces 1658 drivers/hid/hid-logitech-dj.c 	case recvr_type_gaming_hidpp:	no_dj_interfaces = 3; break;
no_dj_interfaces 1659 drivers/hid/hid-logitech-dj.c 	case recvr_type_mouse_only:	no_dj_interfaces = 2; break;
no_dj_interfaces 1660 drivers/hid/hid-logitech-dj.c 	case recvr_type_27mhz:		no_dj_interfaces = 2; break;
no_dj_interfaces 1661 drivers/hid/hid-logitech-dj.c 	case recvr_type_bluetooth:	no_dj_interfaces = 2; break;
no_dj_interfaces 1666 drivers/hid/hid-logitech-dj.c 							no_dj_interfaces) {