picolcd_out_report   26 drivers/hid/hid-picolcd_backlight.c 	struct hid_report *report = picolcd_out_report(REPORT_BRIGHTNESS, data->hdev);
picolcd_out_report   73 drivers/hid/hid-picolcd_core.c 	struct hid_report *report = picolcd_out_report(report_id, hdev);
picolcd_out_report  219 drivers/hid/hid-picolcd_core.c 	struct hid_report *report = picolcd_out_report(REPORT_RESET, hdev);
picolcd_out_report  274 drivers/hid/hid-picolcd_core.c 			report = picolcd_out_report(REPORT_EXIT_FLASHER, data->hdev);
picolcd_out_report  277 drivers/hid/hid-picolcd_core.c 			report = picolcd_out_report(REPORT_EXIT_KEYBOARD, data->hdev);
picolcd_out_report  484 drivers/hid/hid-picolcd_core.c 	error = picolcd_init_lcd(data, picolcd_out_report(REPORT_CONTRAST, hdev));
picolcd_out_report  489 drivers/hid/hid-picolcd_core.c 	error = picolcd_init_backlight(data, picolcd_out_report(REPORT_BRIGHTNESS, hdev));
picolcd_out_report  494 drivers/hid/hid-picolcd_core.c 	error = picolcd_init_leds(data, picolcd_out_report(REPORT_LED_STATE, hdev));
picolcd_out_report  498 drivers/hid/hid-picolcd_core.c 	picolcd_init_devfs(data, picolcd_out_report(REPORT_EE_READ, hdev),
picolcd_out_report  499 drivers/hid/hid-picolcd_core.c 			picolcd_out_report(REPORT_EE_WRITE, hdev),
picolcd_out_report  500 drivers/hid/hid-picolcd_core.c 			picolcd_out_report(REPORT_READ_MEMORY, hdev),
picolcd_out_report  501 drivers/hid/hid-picolcd_core.c 			picolcd_out_report(REPORT_WRITE_MEMORY, hdev),
picolcd_out_report  502 drivers/hid/hid-picolcd_core.c 			picolcd_out_report(REPORT_RESET, hdev));
picolcd_out_report  517 drivers/hid/hid-picolcd_core.c 			picolcd_out_report(REPORT_BL_READ_MEMORY, hdev),
picolcd_out_report  518 drivers/hid/hid-picolcd_core.c 			picolcd_out_report(REPORT_BL_WRITE_MEMORY, hdev), NULL);
picolcd_out_report   98 drivers/hid/hid-picolcd_fb.c 	report1 = picolcd_out_report(REPORT_LCD_CMD_DATA, data->hdev);
picolcd_out_report  101 drivers/hid/hid-picolcd_fb.c 	report2 = picolcd_out_report(REPORT_LCD_DATA, data->hdev);
picolcd_out_report  187 drivers/hid/hid-picolcd_fb.c 	struct hid_report *report = picolcd_out_report(REPORT_LCD_CMD, data->hdev);
picolcd_out_report   29 drivers/hid/hid-picolcd_lcd.c 	struct hid_report *report = picolcd_out_report(REPORT_CONTRAST, data->hdev);
picolcd_out_report   39 drivers/hid/hid-picolcd_leds.c 	report = picolcd_out_report(REPORT_LED_STATE, data->hdev);