Home
last modified time | relevance | path

Searched refs:hid_field_extract (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dhid-nintendo.c768 x_max_above = hid_field_extract(ctlr->hdev, (raw_cal + 0), 0, in joycon_read_stick_calibration()
770 y_max_above = hid_field_extract(ctlr->hdev, (raw_cal + 1), 4, in joycon_read_stick_calibration()
776 x_min_below = hid_field_extract(ctlr->hdev, (raw_cal + 6), 0, in joycon_read_stick_calibration()
778 y_min_below = hid_field_extract(ctlr->hdev, (raw_cal + 7), 4, in joycon_read_stick_calibration()
785 x_min_below = hid_field_extract(ctlr->hdev, (raw_cal + 3), 0, in joycon_read_stick_calibration()
787 y_min_below = hid_field_extract(ctlr->hdev, (raw_cal + 4), 4, in joycon_read_stick_calibration()
789 x_max_above = hid_field_extract(ctlr->hdev, (raw_cal + 6), 0, in joycon_read_stick_calibration()
791 y_max_above = hid_field_extract(ctlr->hdev, (raw_cal + 7), 4, in joycon_read_stick_calibration()
1333 raw_x = hid_field_extract(ctlr->hdev, rep->left_stick, 0, 12); in joycon_parse_report()
1334 raw_y = hid_field_extract(ctlr->hdev, in joycon_parse_report()
[all …]
H A Dhid-google-hammer.c486 u32 value = hid_field_extract(hdev, buf+1, in hammer_get_folded_state()
H A Dhid-core.c1391 u32 hid_field_extract(const struct hid_device *hid, u8 *report, in hid_field_extract() function
1402 EXPORT_SYMBOL_GPL(hid_field_extract);
1585 snto32(hid_field_extract(hid, data, offset + n * size, in hid_input_fetch_field()
1587 hid_field_extract(hid, data, offset + n * size, size); in hid_input_fetch_field()
H A Dhid-logitech-hidpp.c3302 v = hid_snto32(hid_field_extract(hdev, data+3, 0, 12), 12); in m560_raw_event()
3305 v = hid_snto32(hid_field_extract(hdev, data+3, 12, 12), 12); in m560_raw_event()
H A Dwacom_sys.c116 value = hid_field_extract(hdev, raw_data+1, offset + j * size, size); in wacom_wac_pen_serial_enforce()
/openbmc/linux/drivers/hid/surface-hid/
H A Dsurface_kbd.c181 return !!hid_field_extract(hid, buf + 1, size, offset); in skbd_get_caps_led_value()
/openbmc/linux/include/linux/
H A Dhid.h976 __u32 hid_field_extract(const struct hid_device *hid, __u8 *report,