Home
last modified time | relevance | path

Searched refs:test0 (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/staging/comedi/drivers/tests/
Dexample_test.c45 void test0(void) in test0() function
56 (unittest_fptr)test0, in unittest_enter()
/Linux-v5.4/Documentation/devicetree/bindings/mux/
Dadi,adgs1408.txt46 channels = "out_a0", "out_a1", "test0", "test1",
/Linux-v5.4/drivers/usb/dwc3/
Dgadget.c1319 bool test0; in dwc3_gadget_start_isoc_quirk() local
1366 test0 = (dep->start_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
1163 test0 = UNI_N_CLOCK_STOPPED_USB0; in core99_usb_enable()
1167 test0 = UNI_N_CLOCK_STOPPED_USB1; in core99_usb_enable()
1171 test0 = UNI_N_CLOCK_STOPPED_USB2; in core99_usb_enable()
1184 } while ((status0 & test0) | (status1 & test1)); in core99_usb_enable()
/Linux-v5.4/arch/alpha/kernel/
Dsmc37c669.c521 unsigned test0 : 1; /* Reserved - set to 0 */ member