/linux-6.1.9/drivers/block/paride/ |
D | aten.c | 125 { char *mode_string[2] = {"4-bit","8-bit"}; in aten_log_adapter() local 130 mode_string[pi->mode],pi->delay); in aten_log_adapter()
|
D | on20.c | 116 { char *mode_string[2] = {"4-bit","8-bit"}; in on20_log_adapter() local 121 mode_string[pi->mode],pi->delay); in on20_log_adapter()
|
D | bpck6.c | 200 char *mode_string[5]= in bpck6_log_adapter() local 208 pi->unit,pi->mode,mode_string[pi->mode],pi->delay); in bpck6_log_adapter()
|
D | comm.c | 181 { 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()
|
D | fit3.c | 174 { 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()
|
D | dstr.c | 195 { 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()
|
D | friq.c | 221 { char *mode_string[6] = {"4-bit","8-bit", in friq_log_adapter() local 227 mode_string[pi->mode],pi->delay); in friq_log_adapter()
|
D | frpw.c | 274 { 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()
|
D | epia.c | 277 { 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()
|
D | kbic.c | 232 { 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()
|
D | epat.c | 293 char *mode_string[6] = in epat_log_adapter() local 304 mode_string[pi->mode],pi->delay); in epat_log_adapter()
|
D | on26.c | 280 { 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()
|
D | bpck.c | 421 { 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/ |
D | fbsysfs.c | 113 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/ |
D | ieee80211_wx.c | 24 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/ |
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() 1825 ksft_test_result_pass("PASS: %s %s%s\n", mode_string(test), busy_poll_string(test), in run_pkt_test()
|