Searched refs:mode_string (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/ata/pata_parport/
H A Daten.c118 char *mode_string[2] = { "4-bit", "8-bit" }; local
122 pi->port, pi->mode, mode_string[pi->mode], pi->delay);
H A Don20.c121 char *mode_string[2] = { "4-bit", "8-bit" }; local
125 pi->port, pi->mode, mode_string[pi->mode], pi->delay);
H A Dfriq.c221 char *mode_string[6] = { "4-bit", "8-bit", "EPP-8", "EPP-16", "EPP-32"}; local
225 pi->port, pi->mode, mode_string[pi->mode], pi->delay);
H A Ddstr.c209 char *mode_string[5] = { "4-bit", "8-bit", "EPP-8", "EPP-16", "EPP-32" }; local
213 pi->port, pi->mode, mode_string[pi->mode], pi->delay);
H A Dcomm.c179 char *mode_string[5] = { "4-bit", "8-bit", "EPP-8", "EPP-16", "EPP-32" }; local
183 pi->port, pi->mode, mode_string[pi->mode], pi->delay);
H A Dfit3.c162 char *mode_string[3] = { "4-bit", "8-bit", "EPP"}; local
166 pi->port, pi->mode, mode_string[pi->mode], pi->delay);
H A Depat.c317 char *mode_string[6] = local
327 ver, pi->port, pi->mode, mode_string[pi->mode], pi->delay);
H A Don26.c288 char *mode_string[5] = { "4-bit", "8-bit", "EPP-8", "EPP-16", "EPP-32" }; local
292 pi->port, pi->mode, mode_string[pi->mode], pi->delay);
H A Dbpck6.c436 char *mode_string[5] = { "4-bit", "8-bit", "EPP-8", "EPP-16", "EPP-32" }; local
440 pi->unit, pi->port, pi->mode, mode_string[pi->mode], pi->delay);
/linux-master/drivers/video/fbdev/core/
H A Dfbsysfs.c34 static int mode_string(char *buf, unsigned int offset, function
71 i = mode_string(mstr, 0, mode);
93 return mode_string(buf, 0, fb_info->mode);
136 i += mode_string(buf, i, mode);
/linux-master/tools/testing/selftests/bpf/
H A Dxskxceiver.c127 static char *mode_string(struct test_spec *test) function
146 ksft_test_result_fail("FAIL: %s %s%s\n", mode_string(test), busy_poll_string(test),
2473 ksft_test_result_pass("PASS: %s %s%s\n", mode_string(test), busy_poll_string(test),

Completed in 141 milliseconds