Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hid/i2c-hid/
Di2c-hid-core.c588 static void i2c_hid_find_max_report(struct hid_device *hid, unsigned int type, in i2c_hid_find_max_report() function
804 i2c_hid_find_max_report(hid, HID_INPUT_REPORT, &bufsize); in i2c_hid_start()
805 i2c_hid_find_max_report(hid, HID_OUTPUT_REPORT, &bufsize); in i2c_hid_start()
806 i2c_hid_find_max_report(hid, HID_FEATURE_REPORT, &bufsize); in i2c_hid_start()