Lines Matching refs:in_report
97 if (resp->in_report && resp->in_report->id == REPORT_EE_DATA) { in picolcd_debug_eeprom_read()
140 if (resp->in_report && resp->in_report->id == REPORT_EE_DATA) { in picolcd_debug_eeprom_write()
193 if (!resp || !resp->in_report) in _picolcd_flash_read()
195 if (resp->in_report->id == REPORT_MEMORY || in _picolcd_flash_read()
196 resp->in_report->id == REPORT_BL_READ_MEMORY) { in _picolcd_flash_read()
248 if (!resp || !resp->in_report) in _picolcd_flash_erase64()
250 if (resp->in_report->id == REPORT_MEMORY || in _picolcd_flash_erase64()
251 resp->in_report->id == REPORT_BL_ERASE_MEMORY) { in _picolcd_flash_erase64()
280 if (!resp || !resp->in_report) in _picolcd_flash_write()
282 if (resp->in_report->id == REPORT_MEMORY || in _picolcd_flash_write()
283 resp->in_report->id == REPORT_BL_WRITE_MEMORY) { in _picolcd_flash_write()