Lines Matching refs:in_report
96 if (resp->in_report && resp->in_report->id == REPORT_EE_DATA) { in picolcd_debug_eeprom_read()
139 if (resp->in_report && resp->in_report->id == REPORT_EE_DATA) { in picolcd_debug_eeprom_write()
192 if (!resp || !resp->in_report) in _picolcd_flash_read()
194 if (resp->in_report->id == REPORT_MEMORY || in _picolcd_flash_read()
195 resp->in_report->id == REPORT_BL_READ_MEMORY) { in _picolcd_flash_read()
247 if (!resp || !resp->in_report) in _picolcd_flash_erase64()
249 if (resp->in_report->id == REPORT_MEMORY || in _picolcd_flash_erase64()
250 resp->in_report->id == REPORT_BL_ERASE_MEMORY) { in _picolcd_flash_erase64()
279 if (!resp || !resp->in_report) in _picolcd_flash_write()
281 if (resp->in_report->id == REPORT_MEMORY || in _picolcd_flash_write()
282 resp->in_report->id == REPORT_BL_WRITE_MEMORY) { in _picolcd_flash_write()