Searched refs:report_list (Results 26 - 40 of 40) sorted by relevance

12

/linux-master/drivers/hid/
H A Dhid-logitech-dj.c1794 if (list_empty(&rep_enum->report_list))
1802 list_for_each_entry(rep, &rep_enum->report_list, list) {
1815 rep = list_first_entry(&rep_enum->report_list, struct hid_report, list);
H A Dhid-picolcd_core.c55 struct list_head *feature_report_list = &hdev->report_enum[dir].report_list;
H A Dhid-kye.c522 list = &hdev->report_enum[HID_FEATURE_REPORT].report_list;
H A Dhid-prodikeys.c267 &hdev->report_enum[HID_OUTPUT_REPORT].report_list, list) {
H A Dwacom_sys.c518 list_for_each_entry(hreport, &rep_enum->report_list, list) {
533 list_for_each_entry(hreport, &rep_enum->report_list, list) {
2222 list_for_each_entry(report, &report_enum->report_list, list) {
H A Dhid-multitouch.c1543 list_for_each_entry(rep, &rep_enum->report_list, list) {
1669 &hdev->report_enum[HID_INPUT_REPORT].report_list,
H A Dhid-sensor-custom.c538 list_for_each_entry(report, &report_enum->report_list, list) {
H A Dhid-lg-g15.c773 list_for_each_entry(rep, &rep_enum->report_list, list) {
H A Dhid-logitech-hidpp.c4373 struct list_head *report_list; local
4376 report_list = &hdev->report_enum[HID_INPUT_REPORT].report_list;
4377 report = list_first_entry_or_null(report_list, struct hid_report, list);
H A Dhid-steam.c984 return !list_empty(&rep_enum->report_list);
H A Dhid-apple.c732 list_for_each_entry(report, &hdev->report_enum[HID_INPUT_REPORT].report_list, list) {
H A Dhid-lenovo.c1223 list_for_each_entry(rep, &rep_enum->report_list, list) {
/linux-master/drivers/hid/usbhid/
H A Dhid-pidff.c819 &hid->report_enum[report_type].report_list, list) {
1238 if (list_empty(&hid->report_enum[HID_OUTPUT_REPORT].report_list)) {
/linux-master/include/linux/
H A Dhid.h547 struct list_head report_list; member in struct:hid_report_enum
/linux-master/drivers/hid/i2c-hid/
H A Di2c-hid-core.c575 list_for_each_entry(report, &hid->report_enum[type].report_list, list) {

Completed in 245 milliseconds

12