Searched refs:ssp_dbg (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/iio/common/ssp_sensors/ |
D | ssp.h | 18 #define ssp_dbg(format, ...) pr_info("[SSP] "format, ##__VA_ARGS__) macro 20 #define ssp_dbg(format, ...) macro
|
D | ssp_spi.c | 138 ssp_dbg("[SSP]: MSG From MCU-invalid debug length(%d/%d)\n", in ssp_print_mcu_debug() 143 ssp_dbg("[SSP]: MSG From MCU - %s\n", &data_frame[*data_index]); in ssp_print_mcu_debug() 471 ssp_dbg("%s - command 0x%x %d\n", __func__, command, arg); in ssp_command() 503 ssp_dbg("%s - Inst = 0x%x, Sensor Type = 0x%x, data = %u\n", in ssp_send_instruction()
|