Home
last modified time | relevance | path

Searched refs:test_device (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/dma/
Ddmatest.c34 static char test_device[32]; variable
35 module_param_string(device, test_device, sizeof(test_device),
869 strlcpy(params->device, strim(test_device), sizeof(params->device)); in run_threaded_test()
/linux-4.4.14/include/linux/usb/
Dotg-fsm.h68 int test_device; member
/linux-4.4.14/drivers/usb/common/
Dusb-otg-fsm.c295 else if (!fsm->b_bus_req || !fsm->a_conn || fsm->test_device) in otg_statemachine()