Home
last modified time | relevance | path

Searched refs:test1 (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/tools/testing/selftests/drivers/net/netdevsim/
Ddevlink.sh72 local test1
75 check_value test1 initial true Y
79 param_set test1 false
83 check_value test1 post-set false Y
88 check_value test1 post-reload false N
/Linux-v5.4/lib/
Drandom32.c309 } test1[] = { variable
429 for (i = 0; i < ARRAY_SIZE(test1); i++) { in prandom_state_selftest()
432 prandom_seed_early(&state, test1[i].seed, false); in prandom_state_selftest()
435 if (test1[i].result != prandom_u32_state(&state)) in prandom_state_selftest()
/Linux-v5.4/drivers/gpu/drm/mgag200/
Dmgag200_main.c25 int test1, test2; in mga_probe_vram() local
46 test1 = ioread16(mem + offset); in mga_probe_vram()
52 if (test1 != 0xaa55) { in mga_probe_vram()
/Linux-v5.4/drivers/net/netdevsim/
Ddev.c90 &nsim_dev->test1); in nsim_dev_debugfs_init()
270 value.vbool = nsim_dev->test1; in nsim_devlink_set_params_init_values()
291 nsim_dev->test1 = saved_value.vbool; in nsim_devlink_param_load_driverinit_values()
678 nsim_dev->test1 = NSIM_DEV_TEST1_DEFAULT; in nsim_dev_create()
Dnetdevsim.h163 bool test1; member
/Linux-v5.4/Documentation/devicetree/bindings/mux/
Dadi,adgs1408.txt46 channels = "out_a0", "out_a1", "test0", "test1",
/Linux-v5.4/tools/perf/tests/
Dhists_cumulate.c250 static int test1(struct evsel *evsel, struct machine *machine) in test1() function
701 test1, in test__hists_cumulate()
Dhists_output.c125 static int test1(struct evsel *evsel, struct machine *machine) in test1() function
587 test1, in test__hists_output()
/Linux-v5.4/drivers/usb/dwc3/
Dgadget.c1320 bool test1; in dwc3_gadget_start_isoc_quirk() local
1367 test1 = (cmd_status == 0); in dwc3_gadget_start_isoc_quirk()
1369 if (!test0 && test1) in dwc3_gadget_start_isoc_quirk()
1371 else if (!test0 && !test1) in dwc3_gadget_start_isoc_quirk()
1373 else if (test0 && !test1) in dwc3_gadget_start_isoc_quirk()
1375 else if (test0 && test1) in dwc3_gadget_start_isoc_quirk()
/Linux-v5.4/arch/powerpc/platforms/powermac/
Dfeature.c1156 u32 test0 = 0, test1 = 0; in core99_usb_enable() local
1164 test1 = UNI_N_CLOCK_STOPPED_USB0PCI; in core99_usb_enable()
1168 test1 = UNI_N_CLOCK_STOPPED_USB1PCI; in core99_usb_enable()
1172 test1 = UNI_N_CLOCK_STOPPED_USB2PCI; in core99_usb_enable()
1184 } while ((status0 & test0) | (status1 & test1)); in core99_usb_enable()
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/
Dblkio-controller.rst63 test1 test2
78 root test1 test2 test3
/Linux-v5.4/arch/alpha/kernel/
Dsmc37c669.c522 unsigned test1 : 1; /* Reserved - set to 0 */ member
/Linux-v5.4/drivers/net/wireless/broadcom/b43legacy/
Dmain.c419 u16 test1; in b43legacy_tsf_read() local
431 test1 = b43legacy_read16(dev, B43legacy_MMIO_TSF_1); in b43legacy_tsf_read()
432 } while (v3 != test3 || v2 != test2 || v1 != test1); in b43legacy_tsf_read()