Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-picolcd_debugfs.c196 resp->in_report->id == REPORT_BL_READ_MEMORY) { in _picolcd_flash_read()
229 return _picolcd_flash_read(data, REPORT_BL_READ_MEMORY, u, s, off); in picolcd_debug_flash_read()
523 case REPORT_BL_READ_MEMORY: in picolcd_debug_out_report()
786 case REPORT_BL_READ_MEMORY: in picolcd_debug_raw_event()
788 "REPORT_BL_READ_MEMORY", report->id, size-1); in picolcd_debug_raw_event()
H A Dhid-picolcd.h43 #define REPORT_BL_READ_MEMORY 0xf3 /* Bootloader: IN[36],OUT[4] */ macro