Searched refs:SIXAXIS_REPORT_0xF2_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-sony.c465 #define SIXAXIS_REPORT_0xF2_SIZE 17 macro
1137 max(SIXAXIS_REPORT_0xF2_SIZE, SIXAXIS_REPORT_0xF5_SIZE);
1145 ret = hid_hw_raw_request(hdev, 0xf2, buf, SIXAXIS_REPORT_0xF2_SIZE,
1797 buf = kmalloc(SIXAXIS_REPORT_0xF2_SIZE, GFP_KERNEL);
1807 SIXAXIS_REPORT_0xF2_SIZE, HID_FEATURE_REPORT,
1810 if (ret != SIXAXIS_REPORT_0xF2_SIZE) {

Completed in 93 milliseconds