SIXAXIS_REPORT_0xF2_SIZE 1514 drivers/hid/hid-sony.c 		max(SIXAXIS_REPORT_0xF2_SIZE, SIXAXIS_REPORT_0xF5_SIZE);
SIXAXIS_REPORT_0xF2_SIZE 1522 drivers/hid/hid-sony.c 	ret = hid_hw_raw_request(hdev, 0xf2, buf, SIXAXIS_REPORT_0xF2_SIZE,
SIXAXIS_REPORT_0xF2_SIZE 2502 drivers/hid/hid-sony.c 		buf = kmalloc(SIXAXIS_REPORT_0xF2_SIZE, GFP_KERNEL);
SIXAXIS_REPORT_0xF2_SIZE 2512 drivers/hid/hid-sony.c 				SIXAXIS_REPORT_0xF2_SIZE, HID_FEATURE_REPORT,
SIXAXIS_REPORT_0xF2_SIZE 2515 drivers/hid/hid-sony.c 		if (ret != SIXAXIS_REPORT_0xF2_SIZE) {