Home
last modified time | relevance | path

Searched refs:hid_hw_request (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/hid/
H A Dhid-lgff.c78 hid_hw_request(hid, report, HID_REQ_SET_REPORT); in hid_lgff_play()
93 hid_hw_request(hid, report, HID_REQ_SET_REPORT); in hid_lgff_play()
113 hid_hw_request(hid, report, HID_REQ_SET_REPORT); in hid_lgff_set_autocenter()
H A Dhid-lg2ff.c45 hid_hw_request(hid, lg2ff->report, HID_REQ_SET_REPORT); in play_effect()
90 hid_hw_request(hid, report, HID_REQ_SET_REPORT); in lg2ff_init()
H A Dhid-lg3ff.c78 hid_hw_request(hid, report, HID_REQ_SET_REPORT); in hid_lg3ff_play()
104 hid_hw_request(hid, report, HID_REQ_SET_REPORT); in hid_lg3ff_set_autocenter()
H A Dhid-picolcd.h135 #define hid_hw_request(a, b, c) \ macro
138 hid_hw_request(a, b, c); \
H A Dhid-picolcd_lcd.c39 hid_hw_request(data->hdev, report, HID_REQ_SET_REPORT); in picolcd_set_contrast()
H A Dhid-picolcd_backlight.c37 hid_hw_request(data->hdev, report, HID_REQ_SET_REPORT); in picolcd_set_brightness()
H A Dhid-picolcd_fb.c134 hid_hw_request(data->hdev, report1, HID_REQ_SET_REPORT); in picolcd_fb_send_tile()
135 hid_hw_request(data->hdev, report2, HID_REQ_SET_REPORT); in picolcd_fb_send_tile()
205 hid_hw_request(data->hdev, report, HID_REQ_SET_REPORT); in picolcd_fb_reset()
H A Dhid-picolcd_core.c103 hid_hw_request(data->hdev, report, HID_REQ_SET_REPORT); in picolcd_send_and_wait()
237 hid_hw_request(hdev, report, HID_REQ_SET_REPORT); in picolcd_reset()
289 hid_hw_request(data->hdev, report, HID_REQ_SET_REPORT); in picolcd_operation_mode_store()
H A Dhid-sensor-hub.c228 hid_hw_request(hsdev->hdev, report, HID_REQ_SET_REPORT); in sensor_hub_set_feature()
263 hid_hw_request(hsdev->hdev, report, HID_REQ_GET_REPORT); in sensor_hub_get_feature()
327 hid_hw_request(hsdev->hdev, report, HID_REQ_GET_REPORT); in sensor_hub_input_attr_read_values()
375 hid_hw_request(hsdev->hdev, report, HID_REQ_GET_REPORT); in sensor_hub_input_attr_get_raw_value()
H A Dhid-picolcd_leds.c46 hid_hw_request(data->hdev, report, HID_REQ_SET_REPORT); in picolcd_leds_set()
H A Dhid-ntrig.c118 hid_hw_request(hdev, report, HID_REQ_GET_REPORT); in ntrig_get_mode()
137 hid_hw_request(hdev, report, HID_REQ_GET_REPORT); in ntrig_set_mode()
940 hid_hw_request(hdev, report, HID_REQ_GET_REPORT); in ntrig_probe()
H A Dhid-kye.c570 hid_hw_request(hdev, report, HID_REQ_SET_REPORT); in kye_tablet_enable()
H A Dhid-prodikeys.c293 hid_hw_request(hdev, report, HID_REQ_SET_REPORT); in pcmidi_submit_output_report()
H A Dhid-core.c2527 void hid_hw_request(struct hid_device *hdev, in hid_hw_request() function
2535 EXPORT_SYMBOL_GPL(hid_hw_request);
H A Dhid-logitech-dj.c1293 hid_hw_request(hdev, report, HID_REQ_SET_REPORT); in logi_dj_recv_send_report()
H A Dhid-multitouch.c1906 hid_hw_request(hdev, rep, HID_REQ_SET_REPORT); in mt_set_modes()
/linux/tools/testing/selftests/hid/progs/
H A Dhid.c334 .hid_hw_request = (void *)hid_test_filter_raw_request,
374 .hid_hw_request = (void *)hid_test_hidraw_raw_request,
401 .hid_hw_request = (void *)hid_test_infinite_loop_raw_request,
H A Dhid_bpf_helpers.h95 int (*hid_hw_request)(struct hid_bpf_ctx *ctx, unsigned char reportnum, member
/linux/drivers/hid/bpf/
H A Dhid_bpf_struct_ops.c47 case offsetof(struct hid_bpf_ops, hid_hw_request): in hid_bpf_ops_check_member()
294 .hid_hw_request = __hid_bpf_hw_request,
H A Dhid_bpf_dispatch.c111 if (!e->hid_hw_request) in dispatch_hid_bpf_raw_requests()
114 ret = e->hid_hw_request(&ctx_kern.ctx, reportnum, rtype, reqtype, source); in dispatch_hid_bpf_raw_requests()
/linux/include/linux/
H A Dhid_bpf.h158 int (*hid_hw_request)(struct hid_bpf_ctx *ctx, unsigned char reportnum, member
H A Dhid.h1216 void hid_hw_request(struct hid_device *hdev,
/linux/drivers/hid/usbhid/
H A Dhiddev.c707 hid_hw_request(hid, report, HID_REQ_GET_REPORT); in hiddev_ioctl()
726 hid_hw_request(hid, report, HID_REQ_SET_REPORT); in hiddev_ioctl()