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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dw9966.c158 static inline void w9966_set_state(struct w9966 *cam, int mask, int val) function
175 w9966_set_state(cam, W9966_STATE_CLAIMED, W9966_STATE_CLAIMED);
184 w9966_set_state(cam, W9966_STATE_CLAIMED, 0);
823 w9966_set_state(cam, W9966_STATE_PDEV, W9966_STATE_PDEV);
848 w9966_set_state(cam, W9966_STATE_VDEV, W9966_STATE_VDEV);
863 w9966_set_state(cam, W9966_STATE_VDEV, 0);
876 w9966_set_state(cam, W9966_STATE_PDEV, 0);

Completed in 44 milliseconds