Home
last modified time | relevance | path

Searched refs:test_port (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dusb-hcd-uhci-test.c20 static void test_port(int port) in test_port() function
32 test_port(1); in test_port_1()
37 test_port(2); in test_port_2()
/openbmc/linux/drivers/ata/pata_parport/
H A Dpata_parport.h68 int (*test_port)(struct pi_adapter *pi); member
H A Don26.c308 .test_port = on26_test_port,
H A Dpata_parport.c431 if (pi->proto->test_port) { in pi_probe_unit()
433 max = pi->proto->test_port(pi); in pi_probe_unit()
H A Dbpck.c498 .test_port = bpck_test_port,
H A Dbpck6.c455 .test_port = bpck6_test_port,