Home
last modified time | relevance | path

Searched refs:i2c_hid_find_max_report (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hid/i2c-hid/
H A Di2c-hid-core.c558 static void i2c_hid_find_max_report(struct hid_device *hid, unsigned int type, in i2c_hid_find_max_report() function
790 i2c_hid_find_max_report(hid, HID_INPUT_REPORT, &bufsize); in i2c_hid_start()
791 i2c_hid_find_max_report(hid, HID_OUTPUT_REPORT, &bufsize); in i2c_hid_start()
792 i2c_hid_find_max_report(hid, HID_FEATURE_REPORT, &bufsize); in i2c_hid_start()