Lines Matching defs:keyboard
138 struct hid_device *keyboard;
495 * to hid report id 0x01, this is standard keyboard. Same thing applies to mice
502 [1] = 8, /* Standard keyboard */
535 * USB-devices for the keyboard and mouse interfaces.
546 if (djrcv_dev->keyboard &&
547 hid_compare_device_paths(hdev, djrcv_dev->keyboard, sep)) {
578 if (djrcv_dev->keyboard == hdev)
579 djrcv_dev->keyboard = NULL;
619 djrcv_dev->keyboard = hdev;
873 * created for the keyboard (instead of forwarding them to a second paired
926 case 3: /* Index 3 is always the keyboard */
1311 if (!djrcv_dev->keyboard) {
1312 hid_warn(hid, "Received REPORT_TYPE_LEDS request before the keyboard interface was enumerated\n");
1316 return hid_hw_raw_request(djrcv_dev->keyboard, 0, buf, count,
1602 * For the keyboard, we can reuse the same report by
1911 { /* Logitech MX5000 HID++ / bluetooth receiver keyboard intf. */
1919 { /* Logitech MX5500 HID++ / bluetooth receiver keyboard intf. */