Searched refs:sproc_err (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/remoteproc/ |
D | ste_modem_rproc.c | 22 #define sproc_err(sproc, fmt, ...) \ macro 98 sproc_err(sproc, "resource table not found in fw\n"); in sproc_find_rsc_table() 110 sproc_err(sproc, "bad size of fw or resource table\n"); in sproc_find_rsc_table() 116 sproc_err(sproc, "unsupported fw ver: %d\n", table->ver); in sproc_find_rsc_table() 122 sproc_err(sproc, "non zero reserved bytes\n"); in sproc_find_rsc_table() 130 sproc_err(sproc, "resource table incomplete\n"); in sproc_find_rsc_table() 136 sproc_err(sproc, "Insufficient space for fw (%d < %zd)\n", in sproc_find_rsc_table() 159 sproc_err(sproc, "resource table not found in fw\n"); in sproc_find_loaded_rsc_table() 210 sproc_err(sproc, "Notification IDs too high:%d\n", in sproc_start() 219 sproc_err(sproc, in sproc_start() [all …]
|