Home
last modified time | relevance | path

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

/linux-6.15/drivers/hid/
H A Dhid-logitech-hidpp.c124 struct fap { struct
140 struct fap fap; argument
142 u8 rawbytes[sizeof(struct fap)];
327 ret = response->fap.params[1]; in __do_hidpp_send_message_sync()
455 return (answer->fap.feature_index == question->fap.feature_index) && in hidpp_match_answer()
456 (answer->fap.funcindex_clientid == question->fap.funcindex_clientid); in hidpp_match_answer()
464 (answer->fap.funcindex_clientid == question->fap.feature_index) && in hidpp_match_error()
465 (answer->fap.params[0] == question->fap.funcindex_clientid); in hidpp_match_error()
944 if (response.fap.params[0] == 0) in hidpp_root_get_feature()
2139 lux = (report->fap.params[1] << 8) | report->fap.params[2]; in hidpp_solar_battery_event()
[all …]