Home
last modified time | relevance | path

Searched refs:fap (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-logitech-hidpp.c124 struct fap { struct
140 struct fap fap; member
142 u8 rawbytes[sizeof(struct fap)];
327 response->fap.feature_index == HIDPP20_ERROR) { in __do_hidpp_send_message_sync()
328 ret = response->fap.params[1]; in __do_hidpp_send_message_sync()
379 if (param_count > sizeof(message->fap.params)) { in hidpp_send_fap_command_sync()
383 (unsigned long long) sizeof(message->fap.params)); in hidpp_send_fap_command_sync()
395 message->fap.feature_index = feat_index; in hidpp_send_fap_command_sync()
396 message->fap in hidpp_send_fap_command_sync()
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-logitech-hidpp.c113 struct fap { struct
129 struct fap fap; member
131 u8 rawbytes[sizeof(struct fap)];
303 response->fap.feature_index == HIDPP20_ERROR) { in hidpp_send_message_sync()
304 ret = response->fap.params[1]; in hidpp_send_message_sync()
322 if (param_count > sizeof(message->fap.params)) in hidpp_send_fap_command_sync()
333 message->fap.feature_index = feat_index; in hidpp_send_fap_command_sync()
334 message->fap.funcindex_clientid = funcindex_clientid; in hidpp_send_fap_command_sync()
335 memcpy(&message->fap in hidpp_send_fap_command_sync()
[all...]

Completed in 7 milliseconds