Searched refs:cp_command (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/s390/char/ |
D | vmlogrdr.c | 217 static const char cp_command[] = "QUERY COMMAND RECORDING "; in vmlogrdr_get_recording_class_AB() local 222 cpcmd(cp_command, cp_response, sizeof(cp_response), NULL); in vmlogrdr_get_recording_class_AB() 248 char cp_command[80]; in vmlogrdr_recording() local 264 memset(cp_command, 0x00, sizeof(cp_command)); in vmlogrdr_recording() 266 snprintf(cp_command, sizeof(cp_command), in vmlogrdr_recording() 270 cpcmd(cp_command, cp_response, sizeof(cp_response), NULL); in vmlogrdr_recording() 273 memset(cp_command, 0x00, sizeof(cp_command)); in vmlogrdr_recording() 275 snprintf(cp_command, sizeof(cp_command), "RECORDING %s %s %s", in vmlogrdr_recording() 279 cpcmd(cp_command, cp_response, sizeof(cp_response), NULL); in vmlogrdr_recording() 296 memset(cp_command, 0x00, sizeof(cp_command)); in vmlogrdr_recording() [all …]
|
/linux-6.1.9/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.1.9/include/linux/ |
D | fs_enet_pd.h | 122 u32 cp_command; /* CPM page/sblock/mcn */ member
|
/linux-6.1.9/drivers/net/ethernet/freescale/fs_enet/ |
D | mac-scc.c | 88 return cpm_command(fpi->cp_command, op); in scc_cr_cmd()
|
D | mac-fcc.c | 83 return cpm_command(fpi->cp_command, op); in fcc_cr_cmd()
|
D | fs_enet-main.c | 934 fpi->cp_command = *data; in fs_enet_probe()
|