Searched refs:mode_bytes (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/dev/hid/ |
| H A D | bcm5974.c | 544 uint8_t mode_bytes[BCM5974_USB_REPORT_LEN]; in bcm5974_set_device_mode_usb() local 555 ucr.ucr_data = mode_bytes; in bcm5974_set_device_mode_usb() 571 mode_bytes[0] = on ? BCM5974_USB_MODE_RAW : BCM5974_USB_MODE_HID; in bcm5974_set_device_mode_usb() 587 uint8_t mode_bytes[BCM5974_HID_REPORT_LEN] = { in bcm5974_set_device_mode_hid() local 594 err = hid_get_report(sc->sc_dev, mode_bytes, BCM5974_HID_REPORT_LEN, in bcm5974_set_device_mode_hid() 607 mode_bytes[1] = on ? BCM5974_HID_MODE_RAW : BCM5974_HID_MODE_HID; in bcm5974_set_device_mode_hid() 609 return (hid_set_report(sc->sc_dev, mode_bytes, BCM5974_HID_REPORT_LEN, in bcm5974_set_device_mode_hid()
|
| /freebsd-14.2/sys/dev/usb/input/ |
| H A D | wsp.c | 662 uint8_t mode_bytes[8]; in wsp_set_device_mode() local 670 mode_bytes, params->tp->um_size, params->tp->iface_index, in wsp_set_device_mode() 686 mode_bytes[params->tp->um_switch_idx] = in wsp_set_device_mode() 690 mode_bytes, params->tp->um_size, params->tp->iface_index, in wsp_set_device_mode()
|