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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-snap-persistent.c300 static int read_header(struct pstore *ps, int *new_snapshot) argument
337 *new_snapshot = 1;
347 *new_snapshot = 0;
561 int r, uninitialized_var(new_snapshot);
567 r = read_header(ps, &new_snapshot);
584 if (new_snapshot) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc.h278 int pwc_try_video_mode(struct pwc_device *pdev, int width, int height, int new_fps, int new_compression, int new_snapshot);
H A Dpwc-if.c971 int pwc_try_video_mode(struct pwc_device *pdev, int width, int height, int new_fps, int new_compression, int new_snapshot) argument
980 start = ret = pwc_set_video_mode(pdev, width, height, new_fps, new_compression, new_snapshot);

Completed in 39 milliseconds