OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:video_dev
(Results
1 - 3
of
3
) sorted by null
/external/linux-kselftest/tools/testing/selftests/media_tests/
video_device_test.c
43
char
video_dev
[256];
local
59
strncpy(
video_dev
, optarg, sizeof(
video_dev
) - 1);
60
video_dev
[sizeof(
video_dev
)-1] = '\0';
73
fd = open(
video_dev
, O_RDWR);
/external/autotest/client/common_lib/cros/manual/
video_helper.py
35
for
video_dev
in video4linux_list:
36
cmd = 'cat /sys/class/video4linux/{}/name'.format(
video_dev
)
42
return
video_dev
68
video_dev
= get_video_by_name(dut, name)
69
lsof_output = get_lsof4_video(dut,
video_dev
)
/external/u-boot/drivers/video/
ivybridge_igd.c
653
struct udevice *
video_dev
)
659
dm_pci_read_config16(
video_dev
, PCI_DEVICE_ID, ®16);
690
dm_pci_read_config8(
video_dev
, MSAC, ®8);
693
dm_pci_write_config8(
video_dev
, MSAC, reg8);
Completed in 865 milliseconds