Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysfsutils/sysfsutils-2.1.0/
H A Dseparatebuild.patch46 test_device.c test_driver.c test_module.c test_utils.c \
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dotg-fsm.h151 int test_device; member
/OK3568_Linux_fs/kernel/drivers/dma/
H A Ddmatest.c28 static char test_device[32]; variable
29 module_param_string(device, test_device, sizeof(test_device),
1096 strlcpy(params->device, strim(test_device), sizeof(params->device)); in add_threaded_test()
/OK3568_Linux_fs/kernel/drivers/usb/common/
H A Dusb-otg-fsm.c379 else if (!fsm->b_bus_req || !fsm->a_conn || fsm->test_device) in otg_statemachine()