Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/
Dvideo.c1104 if (input->status & V4L2_IN_ST_NO_POWER) in v4l2_input_to_video_input()
1135 input->status |= V4L2_IN_ST_NO_POWER; in video_input_to_v4l2_input()
/netbsd/src/sys/sys/
Dvideoio.h2518 #define V4L2_IN_ST_NO_POWER 0x00000001 /* Attached device is off */ macro