Searched refs:w9966_set_state (Results 1 - 1 of 1) sorted by relevance

/drivers/media/video/
H A Dw9966.c157 static inline void w9966_set_state(struct w9966 *cam, int mask, int val) function
174 w9966_set_state(cam, W9966_STATE_CLAIMED, W9966_STATE_CLAIMED);
183 w9966_set_state(cam, W9966_STATE_CLAIMED, 0);
883 w9966_set_state(cam, W9966_STATE_PDEV, W9966_STATE_PDEV);
908 w9966_set_state(cam, W9966_STATE_VDEV, W9966_STATE_VDEV);
923 w9966_set_state(cam, W9966_STATE_VDEV, 0);
936 w9966_set_state(cam, W9966_STATE_PDEV, 0);

Completed in 27 milliseconds