Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-logitech-hidpp.c124 struct fap { struct
140 struct fap fap; argument
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.funcindex_clientid = funcindex_clientid | LINUX_KERNEL_SW_ID; in hidpp_send_fap_command_sync()
397 memcpy(&message->fap.params, params, param_count); in hidpp_send_fap_command_sync()
[all …]