Lines Matching refs:in_report
106 if (resp->in_report && resp->in_report->id == REPORT_EE_DATA) { in picolcd_debug_eeprom_read()
149 if (resp->in_report && resp->in_report->id == REPORT_EE_DATA) { in picolcd_debug_eeprom_write()
202 if (!resp || !resp->in_report) in _picolcd_flash_read()
204 if (resp->in_report->id == REPORT_MEMORY || in _picolcd_flash_read()
205 resp->in_report->id == REPORT_BL_READ_MEMORY) { in _picolcd_flash_read()
257 if (!resp || !resp->in_report) in _picolcd_flash_erase64()
259 if (resp->in_report->id == REPORT_MEMORY || in _picolcd_flash_erase64()
260 resp->in_report->id == REPORT_BL_ERASE_MEMORY) { in _picolcd_flash_erase64()
289 if (!resp || !resp->in_report) in _picolcd_flash_write()
291 if (resp->in_report->id == REPORT_MEMORY || in _picolcd_flash_write()
292 resp->in_report->id == REPORT_BL_WRITE_MEMORY) { in _picolcd_flash_write()