Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/usb/
Dotg-fsm.h138 int test_device; member
/Linux-v6.6/drivers/dma/
Ddmatest.c28 static char test_device[32]; variable
29 module_param_string(device, test_device, sizeof(test_device), 0644);
1098 strscpy(params->device, strim(test_device), sizeof(params->device)); in add_threaded_test()
/Linux-v6.6/drivers/usb/common/
Dusb-otg-fsm.c379 else if (!fsm->b_bus_req || !fsm->a_conn || fsm->test_device) in otg_statemachine()