fap               129 drivers/hid/hid-logitech-hidpp.c 		struct fap fap;
fap               131 drivers/hid/hid-logitech-hidpp.c 		u8 rawbytes[sizeof(struct fap)];
fap               297 drivers/hid/hid-logitech-hidpp.c 			response->fap.feature_index == HIDPP20_ERROR) {
fap               298 drivers/hid/hid-logitech-hidpp.c 		ret = response->fap.params[1];
fap               316 drivers/hid/hid-logitech-hidpp.c 	if (param_count > sizeof(message->fap.params))
fap               327 drivers/hid/hid-logitech-hidpp.c 	message->fap.feature_index = feat_index;
fap               328 drivers/hid/hid-logitech-hidpp.c 	message->fap.funcindex_clientid = funcindex_clientid;
fap               329 drivers/hid/hid-logitech-hidpp.c 	memcpy(&message->fap.params, params, param_count);
fap               383 drivers/hid/hid-logitech-hidpp.c 	return (answer->fap.feature_index == question->fap.feature_index) &&
fap               384 drivers/hid/hid-logitech-hidpp.c 	   (answer->fap.funcindex_clientid == question->fap.funcindex_clientid);
fap               391 drivers/hid/hid-logitech-hidpp.c 	    (answer->fap.feature_index == HIDPP20_ERROR)) &&
fap               392 drivers/hid/hid-logitech-hidpp.c 	    (answer->fap.funcindex_clientid == question->fap.feature_index) &&
fap               393 drivers/hid/hid-logitech-hidpp.c 	    (answer->fap.params[0] == question->fap.funcindex_clientid);
fap               849 drivers/hid/hid-logitech-hidpp.c 	if (response.fap.params[0] == 0)
fap               852 drivers/hid/hid-logitech-hidpp.c 	*feature_index = response.fap.params[0];
fap               853 drivers/hid/hid-logitech-hidpp.c 	*feature_type = response.fap.params[1];
fap               931 drivers/hid/hid-logitech-hidpp.c 	*nameLength = response.fap.params[0];
fap               973 drivers/hid/hid-logitech-hidpp.c 		device_name[i] = response.fap.params[i];
fap              1100 drivers/hid/hid-logitech-hidpp.c 	u8 *params = (u8 *)response.fap.params;
fap              1128 drivers/hid/hid-logitech-hidpp.c 	u8 *params = (u8 *)response.fap.params;
fap              1197 drivers/hid/hid-logitech-hidpp.c 	if (report->fap.feature_index != hidpp->battery.feature_index ||
fap              1198 drivers/hid/hid-logitech-hidpp.c 	    report->fap.funcindex_clientid != EVENT_BATTERY_LEVEL_STATUS_BROADCAST)
fap              1201 drivers/hid/hid-logitech-hidpp.c 	status = hidpp20_batterylevel_map_status_capacity(report->fap.params,
fap              1309 drivers/hid/hid-logitech-hidpp.c 	*multiplier = response.fap.params[1];
fap              1341 drivers/hid/hid-logitech-hidpp.c 	*multiplier = response.fap.params[0];
fap              1424 drivers/hid/hid-logitech-hidpp.c 	function = report->fap.funcindex_clientid;
fap              1427 drivers/hid/hid-logitech-hidpp.c 	if (report->fap.feature_index != hidpp->battery.solar_feature_index ||
fap              1433 drivers/hid/hid-logitech-hidpp.c 	capacity = report->fap.params[0];
fap              1437 drivers/hid/hid-logitech-hidpp.c 		lux = (report->fap.params[1] << 8) | report->fap.params[2];
fap              1492 drivers/hid/hid-logitech-hidpp.c 	u8 *params = (u8 *)response.fap.params;
fap              1562 drivers/hid/hid-logitech-hidpp.c 	u8 *params = (u8 *)response.fap.params;
fap              1784 drivers/hid/hid-logitech-hidpp.c 		slot = response.fap.params[0];
fap              2353 drivers/hid/hid-logitech-hidpp.c 		if ((report->fap.feature_index != wd->mt_feature_index) ||
fap              2354 drivers/hid/hid-logitech-hidpp.c 		    (report->fap.funcindex_clientid != EVENT_TOUCHPAD_RAW_XY))
fap              2701 drivers/hid/hid-logitech-hidpp.c 		data->slot_autocenter = response.fap.params[0];
fap              2734 drivers/hid/hid-logitech-hidpp.c 	data->num_effects = response.fap.params[0] - HIDPP_FF_RESERVED_SLOTS;
fap              2753 drivers/hid/hid-logitech-hidpp.c 		900 : get_unaligned_be16(&response.fap.params[0]);
fap              2764 drivers/hid/hid-logitech-hidpp.c 		0xffff : get_unaligned_be16(&response.fap.params[0]);