Home
last modified time | relevance | path

Searched refs:mode_string (Results 1 – 16 of 16) sorted by relevance

/linux-6.1.9/drivers/block/paride/
Daten.c125 { char *mode_string[2] = {"4-bit","8-bit"}; in aten_log_adapter() local
130 mode_string[pi->mode],pi->delay); in aten_log_adapter()
Don20.c116 { char *mode_string[2] = {"4-bit","8-bit"}; in on20_log_adapter() local
121 mode_string[pi->mode],pi->delay); in on20_log_adapter()
Dbpck6.c200 char *mode_string[5]= in bpck6_log_adapter() local
208 pi->unit,pi->mode,mode_string[pi->mode],pi->delay); in bpck6_log_adapter()
Dcomm.c181 { char *mode_string[5] = {"4-bit","8-bit","EPP-8","EPP-16","EPP-32"}; in comm_log_adapter() local
186 mode_string[pi->mode],pi->delay); in comm_log_adapter()
Dfit3.c174 { char *mode_string[3] = {"4-bit","8-bit","EPP"}; in fit3_log_adapter() local
179 pi->mode,mode_string[pi->mode],pi->delay); in fit3_log_adapter()
Ddstr.c195 { char *mode_string[5] = {"4-bit","8-bit","EPP-8", in dstr_log_adapter() local
201 mode_string[pi->mode],pi->delay); in dstr_log_adapter()
Dfriq.c221 { char *mode_string[6] = {"4-bit","8-bit", in friq_log_adapter() local
227 mode_string[pi->mode],pi->delay); in friq_log_adapter()
Dfrpw.c274 { char *mode_string[6] = {"4-bit","8-bit","EPP", in frpw_log_adapter() local
280 mode_string[pi->mode],pi->delay); in frpw_log_adapter()
Depia.c277 { char *mode_string[6] = {"4-bit","5/3","8-bit", in epia_log_adapter() local
283 mode_string[pi->mode],pi->delay); in epia_log_adapter()
Dkbic.c232 { char *mode_string[6] = {"4-bit","5/3","8-bit", in kbic_log_adapter() local
238 mode_string[pi->mode],pi->delay); in kbic_log_adapter()
Depat.c293 char *mode_string[6] = in epat_log_adapter() local
304 mode_string[pi->mode],pi->delay); in epat_log_adapter()
Don26.c280 { char *mode_string[5] = {"4-bit","8-bit","EPP-8", in on26_log_adapter() local
286 mode_string[pi->mode],pi->delay); in on26_log_adapter()
Dbpck.c421 { char *mode_string[5] = { "4-bit","8-bit","EPP-8", in bpck_log_adapter() local
443 pi->mode,mode_string[pi->mode],pi->delay); in bpck_log_adapter()
/linux-6.1.9/drivers/video/fbdev/core/
Dfbsysfs.c113 static int mode_string(char *buf, unsigned int offset, in mode_string() function
152 i = mode_string(mstr, 0, mode); in store_mode()
174 return mode_string(buf, 0, fb_info->mode); in show_mode()
219 i += mode_string(buf, i, mode); in show_modes()
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/
Dieee80211_wx.c24 char *mode_string; member
75 sprintf(pname, ieee80211_modes[i].mode_string, ieee80211_modes[i].mode_size); in rtl819x_translate_scan()
/linux-6.1.9/tools/testing/selftests/bpf/
Dxskxceiver.c128 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()
1825 ksft_test_result_pass("PASS: %s %s%s\n", mode_string(test), busy_poll_string(test), in run_pkt_test()