Home
last modified time | relevance | path

Searched refs:info_str (Results 1 – 4 of 4) sorted by relevance

/linux/scripts/
H A Ddecode_stacktrace.sh285 local info_str=""
287 info_str=${words[$last]}
328 echo "${spaces[$last]}${symbol}${module:+ ${module}}${info_str:+ ${info_str}}"
/linux/drivers/gpu/drm/ast/
H A Dast_drv.c66 static const char * const info_str[] = { in __ast_device_set_tx_chip() local
73 drm_info(&ast->base, "Using %s\n", info_str[tx_chip]); in __ast_device_set_tx_chip()
/linux/drivers/scsi/
H A Dnsp32.h572 char info_str[100]; member
H A Dnsp32.c2698 snprintf(data->info_str, sizeof(data->info_str), in nsp32_detect()
2803 return data->info_str; in nsp32_info()