Searched refs:cp_command (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/s390/char/ |
D | vmlogrdr.c | 216 static const char cp_command[] = "QUERY COMMAND RECORDING "; in vmlogrdr_get_recording_class_AB() local 221 cpcmd(cp_command, cp_response, sizeof(cp_response), NULL); in vmlogrdr_get_recording_class_AB() 247 char cp_command[80]; in vmlogrdr_recording() local 263 memset(cp_command, 0x00, sizeof(cp_command)); in vmlogrdr_recording() 265 snprintf(cp_command, sizeof(cp_command), in vmlogrdr_recording() 269 cpcmd(cp_command, cp_response, sizeof(cp_response), NULL); in vmlogrdr_recording() 272 memset(cp_command, 0x00, sizeof(cp_command)); in vmlogrdr_recording() 274 snprintf(cp_command, sizeof(cp_command), "RECORDING %s %s %s", in vmlogrdr_recording() 278 cpcmd(cp_command, cp_response, sizeof(cp_response), NULL); in vmlogrdr_recording() 295 memset(cp_command, 0x00, sizeof(cp_command)); in vmlogrdr_recording() [all …]
|
/linux-6.12.1/drivers/i2c/busses/ |
D | i2c-cpm.c | 103 int cp_command; member 175 cpm_command(cpm->cp_command, CPM_CR_CLOSE_RX_BD); in cpm_i2c_force_close() 497 cpm->cp_command = *data; in cpm_i2c_setup() 557 cpm_command(cpm->cp_command, CPM_CR_INIT_TRX); in cpm_i2c_setup()
|
/linux-6.12.1/drivers/net/ethernet/freescale/fs_enet/ |
D | fs_enet.h | 113 u32 cp_command; /* CPM page/sblock/mcn */ member
|
D | mac-scc.c | 83 return cpm_command(fpi->cp_command, op); in scc_cr_cmd()
|
D | mac-fcc.c | 77 return cpm_command(fpi->cp_command, op); in fcc_cr_cmd()
|
D | fs_enet-main.c | 878 fpi->cp_command = *data; in fs_enet_probe()
|