Searched refs:V4L2_IN_ST_NO_POWER (Results 1 – 7 of 7) sorted by relevance
374 *status = V4L2_IN_ST_NO_POWER; in gs_g_input_status()
135 * - ``V4L2_IN_ST_NO_POWER``
895 *status |= V4L2_IN_ST_NO_POWER; in isl7998x_g_input_status()
1356 *status |= no_power(sd) ? V4L2_IN_ST_NO_POWER : 0; in adv76xx_g_input_status()
1371 *status |= V4L2_IN_ST_NO_POWER; in adv7842_g_input_status()
351 replace define V4L2_IN_ST_NO_POWER input-status
1740 #define V4L2_IN_ST_NO_POWER 0x00000001 /* Attached device is off */ macro