Searched refs:hid_field_extract (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/hid/ |
| H A D | hid-nintendo.c | 1056 x_max_above = hid_field_extract(ctlr->hdev, (raw_cal + 0), 0, in joycon_read_stick_calibration() 1058 y_max_above = hid_field_extract(ctlr->hdev, (raw_cal + 1), 4, in joycon_read_stick_calibration() 1060 cal_x->center = hid_field_extract(ctlr->hdev, (raw_cal + 3), 0, in joycon_read_stick_calibration() 1064 x_min_below = hid_field_extract(ctlr->hdev, (raw_cal + 6), 0, in joycon_read_stick_calibration() 1066 y_min_below = hid_field_extract(ctlr->hdev, (raw_cal + 7), 4, in joycon_read_stick_calibration() 1073 x_min_below = hid_field_extract(ctlr->hdev, (raw_cal + 3), 0, in joycon_read_stick_calibration() 1075 y_min_below = hid_field_extract(ctlr->hdev, (raw_cal + 4), 4, in joycon_read_stick_calibration() 1077 x_max_above = hid_field_extract(ctlr->hdev, (raw_cal + 6), 0, in joycon_read_stick_calibration() 1079 y_max_above = hid_field_extract(ctlr->hdev, (raw_cal + 7), 4, in joycon_read_stick_calibration() 1626 raw_x = hid_field_extract(ctlr->hdev, rep->left_stick, 0, 12); in joycon_report_left_stick() [all …]
|
| H A D | hid-google-hammer.c | 463 u32 value = hid_field_extract(hdev, buf+1, in hammer_get_folded_state()
|
| H A D | hid-core.c | 1403 u32 hid_field_extract(const struct hid_device *hid, u8 *report, in hid_field_extract() function 1414 EXPORT_SYMBOL_GPL(hid_field_extract); 1597 snto32(hid_field_extract(hid, data, offset + n * size, in hid_input_fetch_field() 1599 hid_field_extract(hid, data, offset + n * size, size); in hid_input_fetch_field()
|
| H A D | hid-logitech-hidpp.c | 3274 v = sign_extend32(hid_field_extract(hdev, data + 3, 0, 12), 11); in m560_raw_event() 3277 v = sign_extend32(hid_field_extract(hdev, data + 3, 12, 12), 11); in m560_raw_event()
|
| H A D | wacom_sys.c | 134 value = hid_field_extract(hdev, raw_data+1, offset + j * size, size); in wacom_wac_pen_serial_enforce()
|
| /linux-6.15/drivers/hid/surface-hid/ |
| H A D | surface_kbd.c | 181 return !!hid_field_extract(hid, buf + 1, size, offset); in skbd_get_caps_led_value()
|
| /linux-6.15/include/linux/ |
| H A D | hid.h | 984 __u32 hid_field_extract(const struct hid_device *hid, __u8 *report,
|