Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_PRIORITY.c52 static void do_set_priority(enum v4l2_priority priority) in do_set_priority() function
184 do_set_priority(V4L2_PRIORITY_UNSET); in test_VIDIOC_S_PRIORITY()
185 do_set_priority(V4L2_PRIORITY_BACKGROUND); in test_VIDIOC_S_PRIORITY()
186 do_set_priority(V4L2_PRIORITY_INTERACTIVE); in test_VIDIOC_S_PRIORITY()
187 do_set_priority(V4L2_PRIORITY_RECORD); in test_VIDIOC_S_PRIORITY()
192 do_set_priority(orig_priority); in test_VIDIOC_S_PRIORITY()
224 do_set_priority(orig_priority); in test_VIDIOC_S_PRIORITY_invalid()