Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hid/i2c-hid/
Di2c-hid-core.c584 static void i2c_hid_find_max_report(struct hid_device *hid, unsigned int type, in i2c_hid_find_max_report() function
798 i2c_hid_find_max_report(hid, HID_INPUT_REPORT, &bufsize); in i2c_hid_start()
799 i2c_hid_find_max_report(hid, HID_OUTPUT_REPORT, &bufsize); in i2c_hid_start()
800 i2c_hid_find_max_report(hid, HID_FEATURE_REPORT, &bufsize); in i2c_hid_start()