Searched refs:REPORT_BRIGHTNESS (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-picolcd_backlight.c | 26 struct hid_report *report = picolcd_out_report(REPORT_BRIGHTNESS, data->hdev); in picolcd_set_brightness()
|
H A D | hid-picolcd.h | 28 #define REPORT_BRIGHTNESS 0x91 /* LCD: OUT[1] */ macro
|
H A D | hid-picolcd_core.c | 489 error = picolcd_init_backlight(data, picolcd_out_report(REPORT_BRIGHTNESS, hdev)); in picolcd_probe_lcd()
|
H A D | hid-picolcd_debugfs.c | 423 case REPORT_BRIGHTNESS: in picolcd_debug_out_report() 426 "REPORT_BRIGHTNESS", report->id, raw_size-1); in picolcd_debug_out_report()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-picolcd_backlight.c | 26 struct hid_report *report = picolcd_out_report(REPORT_BRIGHTNESS, data->hdev); in picolcd_set_brightness()
|
H A D | hid-picolcd.h | 28 #define REPORT_BRIGHTNESS 0x91 /* LCD: OUT[1] */ macro
|
H A D | hid-picolcd_core.c | 488 error = picolcd_init_backlight(data, picolcd_out_report(REPORT_BRIGHTNESS, hdev)); in picolcd_probe_lcd()
|
H A D | hid-picolcd_debugfs.c | 423 case REPORT_BRIGHTNESS: in picolcd_debug_out_report() 426 "REPORT_BRIGHTNESS", report->id, raw_size-1); in picolcd_debug_out_report()
|
Completed in 7 milliseconds