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

/linux-master/drivers/hid/
H A Dhid-asus.c68 #define BATTERY_REPORT_SIZE (1 + 8) macro
662 (size == BATTERY_REPORT_SIZE))
673 buf = kmalloc(BATTERY_REPORT_SIZE, GFP_KERNEL);
679 buf, BATTERY_REPORT_SIZE,
682 if (ret == BATTERY_REPORT_SIZE)
683 ret = asus_parse_battery(drvdata, buf, BATTERY_REPORT_SIZE);

Completed in 112 milliseconds