Searched refs:hidpp_report (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/hid/ |
H A D | hid-logitech-hidpp.c | 82 struct hidpp_report { struct 134 struct hidpp_report *hidpp_report) __hidpp_send_report() 138 switch (hidpp_report->report_id) { __hidpp_send_report() 153 hidpp_report->device_index = 0xff; __hidpp_send_report() 155 ret = hid_hw_raw_request(hdev, hidpp_report->report_id, __hidpp_send_report() 156 (u8 *)hidpp_report, fields_count, HID_OUTPUT_REPORT, __hidpp_send_report() 171 struct hidpp_report *message, hidpp_send_message_sync() 172 struct hidpp_report *response) hidpp_send_message_sync() 191 memset(response, 0, sizeof(struct hidpp_report)); hidpp_send_message_sync() 198 memset(response, 0, sizeof(struct hidpp_report)); hidpp_send_message_sync() 224 struct hidpp_report *response) hidpp_send_fap_command_sync() 226 struct hidpp_report *message; hidpp_send_fap_command_sync() 232 message = kzalloc(sizeof(struct hidpp_report), GFP_KERNEL); hidpp_send_fap_command_sync() 247 struct hidpp_report *response) hidpp_send_rap_command_sync() 249 struct hidpp_report *message; hidpp_send_rap_command_sync() 259 message = kzalloc(sizeof(struct hidpp_report), GFP_KERNEL); hidpp_send_rap_command_sync() 279 static inline bool hidpp_match_answer(struct hidpp_report *question, hidpp_match_answer() 280 struct hidpp_report *answer) hidpp_match_answer() 286 static inline bool hidpp_match_error(struct hidpp_report *question, hidpp_match_error() 287 struct hidpp_report *answer) hidpp_match_error() 295 static inline bool hidpp_report_is_connect_event(struct hidpp_report *report) hidpp_report_is_connect_event() 342 struct hidpp_report response; hidpp_get_unifying_name() 387 struct hidpp_report response; hidpp_root_get_feature() 406 struct hidpp_report response; hidpp_root_get_protocol_version() 462 struct hidpp_report response; hidpp_devicenametype_get_count() 484 struct hidpp_report response; hidpp_devicenametype_get_device_name() 601 struct hidpp_report response; hidpp_touchpad_get_raw_info() 632 struct hidpp_report response; hidpp_touchpad_set_raw_report_state() 829 struct hidpp_report *report = (struct hidpp_report *)data; wtp_raw_event() 968 struct hidpp_report *question = hidpp->send_receive_buf; hidpp_raw_hidpp_event() 969 struct hidpp_report *answer = hidpp->send_receive_buf; hidpp_raw_hidpp_event() 970 struct hidpp_report *report = (struct hidpp_report *)data; hidpp_raw_hidpp_event() 133 __hidpp_send_report(struct hid_device *hdev, struct hidpp_report *hidpp_report) __hidpp_send_report() argument
|
Completed in 45 milliseconds