/linux/drivers/ata/pata_parport/ |
H A D | aten.c | 118 char *mode_string[2] = { "4-bit", "8-bit" }; in aten_log_adapter() local 122 pi->port, pi->mode, mode_string[pi->mode], pi->delay); in aten_log_adapter()
|
H A D | on20.c | 121 char *mode_string[2] = { "4-bit", "8-bit" }; in on20_log_adapter() local 125 pi->port, pi->mode, mode_string[pi->mode], pi->delay); in on20_log_adapter()
|
H A D | comm.c | 179 char *mode_string[5] = { "4-bit", "8-bit", "EPP-8", "EPP-16", "EPP-32" }; in comm_log_adapter() local 183 pi->port, pi->mode, mode_string[pi->mode], pi->delay); in comm_log_adapter()
|
H A D | fit3.c | 162 char *mode_string[3] = { "4-bit", "8-bit", "EPP"}; in fit3_log_adapter() local 166 pi->port, pi->mode, mode_string[pi->mode], pi->delay); in fit3_log_adapter()
|
H A D | dstr.c | 209 char *mode_string[5] = { "4-bit", "8-bit", "EPP-8", "EPP-16", "EPP-32" }; in dstr_log_adapter() local 213 pi->port, pi->mode, mode_string[pi->mode], pi->delay); in dstr_log_adapter()
|
H A D | friq.c | 221 char *mode_string[6] = { "4-bit", "8-bit", "EPP-8", "EPP-16", "EPP-32"}; in friq_log_adapter() local 225 pi->port, pi->mode, mode_string[pi->mode], pi->delay); in friq_log_adapter()
|
H A D | epat.c | 317 char *mode_string[6] = in epat_log_adapter() local 327 ver, pi->port, pi->mode, mode_string[pi->mode], pi->delay); in epat_log_adapter()
|
H A D | on26.c | 288 char *mode_string[5] = { "4-bit", "8-bit", "EPP-8", "EPP-16", "EPP-32" }; in on26_log_adapter() local 292 pi->port, pi->mode, mode_string[pi->mode], pi->delay); in on26_log_adapter()
|
H A D | bpck6.c | 436 char *mode_string[5] = { "4-bit", "8-bit", "EPP-8", "EPP-16", "EPP-32" }; in bpck6_log_adapter() local 440 pi->unit, pi->port, pi->mode, mode_string[pi->mode], pi->delay); in bpck6_log_adapter()
|
/linux/drivers/video/fbdev/core/ |
H A D | fbsysfs.c | 34 static int mode_string(char *buf, unsigned int offset, in mode_string() function 71 i = mode_string(mstr, 0, mode); in store_mode() 93 return mode_string(buf, 0, fb_info->mode); in show_mode() 136 i += mode_string(buf, i, mode); in show_modes()
|
/linux/tools/testing/selftests/bpf/ |
H A D | xskxceiver.c | 128 static char *mode_string(struct test_spec *test) in mode_string() function 147 ksft_test_result_fail("FAIL: %s %s%s\n", mode_string(test), busy_poll_string(test), in report_failure() 2525 ksft_test_result_pass("PASS: %s %s%s\n", mode_string(test), busy_poll_string(test), in run_pkt_test()
|