question          380 drivers/hid/hid-logitech-hidpp.c static inline bool hidpp_match_answer(struct hidpp_report *question,
question          383 drivers/hid/hid-logitech-hidpp.c 	return (answer->fap.feature_index == question->fap.feature_index) &&
question          384 drivers/hid/hid-logitech-hidpp.c 	   (answer->fap.funcindex_clientid == question->fap.funcindex_clientid);
question          387 drivers/hid/hid-logitech-hidpp.c static inline bool hidpp_match_error(struct hidpp_report *question,
question          392 drivers/hid/hid-logitech-hidpp.c 	    (answer->fap.funcindex_clientid == question->fap.feature_index) &&
question          393 drivers/hid/hid-logitech-hidpp.c 	    (answer->fap.params[0] == question->fap.funcindex_clientid);
question         3065 drivers/hid/hid-logitech-hidpp.c 	struct hidpp_report *question = hidpp->send_receive_buf;
question         3079 drivers/hid/hid-logitech-hidpp.c 		if (hidpp_match_answer(question, report) ||
question         3080 drivers/hid/hid-logitech-hidpp.c 				hidpp_match_error(question, report)) {