Searched refs:SIXAXIS_REPORT_0xF2_SIZE (Results 1 – 1 of 1) sorted by relevance
465 #define SIXAXIS_REPORT_0xF2_SIZE 17 macro1137 max(SIXAXIS_REPORT_0xF2_SIZE, SIXAXIS_REPORT_0xF5_SIZE); in sixaxis_set_operational_usb()1145 ret = hid_hw_raw_request(hdev, 0xf2, buf, SIXAXIS_REPORT_0xF2_SIZE, in sixaxis_set_operational_usb()1797 buf = kmalloc(SIXAXIS_REPORT_0xF2_SIZE, GFP_KERNEL); in sony_check_add()1807 SIXAXIS_REPORT_0xF2_SIZE, HID_FEATURE_REPORT, in sony_check_add()1810 if (ret != SIXAXIS_REPORT_0xF2_SIZE) { in sony_check_add()