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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dvino.c1433 static void vino_update_line_size(struct vino_channel_settings *vcs) argument
1435 unsigned int w = vcs->clipping.right - vcs->clipping.left;
1436 unsigned int d = vcs->decimation;
1437 unsigned int bpp = vino_data_formats[vcs->data_format].bpp;
1441 "line_size = %d\n", w, d, vcs->line_size);
1447 vcs->clipping.right = vcs->clipping.left + w;
1448 vcs->line_size = lsize;
1451 "line_size = %d\n", w, d, vcs
1455 vino_set_clipping(struct vino_channel_settings *vcs, unsigned int x, unsigned int y, unsigned int w, unsigned int h) argument
1505 vino_set_default_clipping(struct vino_channel_settings *vcs) argument
1512 vino_set_scaling(struct vino_channel_settings *vcs, unsigned int w, unsigned int h) argument
1542 vino_set_default_scaling(struct vino_channel_settings *vcs) argument
1549 vino_set_framerate(struct vino_channel_settings *vcs, unsigned int fps) argument
1621 vino_set_default_framerate(struct vino_channel_settings *vcs) argument
1631 vino_dma_setup(struct vino_channel_settings *vcs, struct vino_framebuffer *fb) argument
1775 vino_dma_start(struct vino_channel_settings *vcs) argument
1786 vino_dma_stop(struct vino_channel_settings *vcs) argument
1802 vino_clear_interrupt(struct vino_channel_settings *vcs) argument
1819 vino_capture(struct vino_channel_settings *vcs, struct vino_framebuffer *fb) argument
1849 vino_capture_enqueue(struct vino_channel_settings *vcs, unsigned int index) argument
1872 vino_capture_next(struct vino_channel_settings *vcs, int start) argument
1935 vino_is_capturing(struct vino_channel_settings *vcs) argument
1950 vino_wait_for_frame(struct vino_channel_settings *vcs) argument
1999 vino_check_buffer(struct vino_channel_settings *vcs, struct vino_framebuffer *fb) argument
2039 vino_capture_stop(struct vino_channel_settings *vcs) argument
2094 vino_skip_frame(struct vino_channel_settings *vcs) argument
2116 vino_frame_done(struct vino_channel_settings *vcs) argument
2145 struct vino_channel_settings *vcs; local
2404 vino_is_input_owner(struct vino_channel_settings *vcs) argument
2417 vino_acquire_input(struct vino_channel_settings *vcs) argument
2505 vino_set_input(struct vino_channel_settings *vcs, int input) argument
2638 vino_release_input(struct vino_channel_settings *vcs) argument
2673 vino_set_data_norm(struct vino_channel_settings *vcs, unsigned int data_norm, unsigned long *flags) argument
2740 vino_enum_data_norm(struct vino_channel_settings *vcs, __u32 index) argument
2768 vino_enum_input(struct vino_channel_settings *vcs, __u32 index) argument
2808 vino_find_input_index(struct vino_channel_settings *vcs) argument
2860 vino_v4l2_enuminput(struct vino_channel_settings *vcs, struct v4l2_input *i) argument
2889 vino_v4l2_g_input(struct vino_channel_settings *vcs, unsigned int *i) argument
2912 vino_v4l2_s_input(struct vino_channel_settings *vcs, unsigned int *i) argument
2925 vino_v4l2_enumstd(struct vino_channel_settings *vcs, struct v4l2_standard *s) argument
2955 vino_v4l2_querystd(struct vino_channel_settings *vcs, v4l2_std_id *std) argument
2993 vino_v4l2_g_std(struct vino_channel_settings *vcs, v4l2_std_id *std) argument
3008 vino_v4l2_s_std(struct vino_channel_settings *vcs, v4l2_std_id *std) argument
3062 vino_v4l2_enum_fmt(struct vino_channel_settings *vcs, struct v4l2_fmtdesc *fd) argument
3091 vino_v4l2_try_fmt(struct vino_channel_settings *vcs, struct v4l2_format *f) argument
3146 vino_v4l2_g_fmt(struct vino_channel_settings *vcs, struct v4l2_format *f) argument
3185 vino_v4l2_s_fmt(struct vino_channel_settings *vcs, struct v4l2_format *f) argument
3238 vino_v4l2_cropcap(struct vino_channel_settings *vcs, struct v4l2_cropcap *ccap) argument
3270 vino_v4l2_g_crop(struct vino_channel_settings *vcs, struct v4l2_crop *c) argument
3294 vino_v4l2_s_crop(struct vino_channel_settings *vcs, struct v4l2_crop *c) argument
3316 vino_v4l2_g_parm(struct vino_channel_settings *vcs, struct v4l2_streamparm *sp) argument
3345 vino_v4l2_s_parm(struct vino_channel_settings *vcs, struct v4l2_streamparm *sp) argument
3378 vino_v4l2_reqbufs(struct vino_channel_settings *vcs, struct v4l2_requestbuffers *rb) argument
3422 vino_v4l2_get_buffer_status(struct vino_channel_settings *vcs, struct vino_framebuffer *fb, struct v4l2_buffer *b) argument
3460 vino_v4l2_querybuf(struct vino_channel_settings *vcs, struct v4l2_buffer *b) argument
3495 vino_v4l2_qbuf(struct vino_channel_settings *vcs, struct v4l2_buffer *b) argument
3533 vino_v4l2_dqbuf(struct vino_channel_settings *vcs, struct v4l2_buffer *b, unsigned int nonblocking) argument
3608 vino_v4l2_streamon(struct vino_channel_settings *vcs) argument
3646 vino_v4l2_streamoff(struct vino_channel_settings *vcs) argument
3660 vino_v4l2_queryctrl(struct vino_channel_settings *vcs, struct v4l2_queryctrl *queryctrl) argument
3709 vino_v4l2_g_ctrl(struct vino_channel_settings *vcs, struct v4l2_control *control) argument
3782 vino_v4l2_s_ctrl(struct vino_channel_settings *vcs, struct v4l2_control *control) argument
3876 struct vino_channel_settings *vcs = video_get_drvdata(dev); local
3908 struct vino_channel_settings *vcs = video_get_drvdata(dev); local
3952 struct vino_channel_settings *vcs = video_get_drvdata(dev); local
4058 struct vino_channel_settings *vcs = video_get_drvdata(dev); local
4099 struct vino_channel_settings *vcs = video_get_drvdata(dev); local
4207 struct vino_channel_settings *vcs = video_get_drvdata(dev); local
4384 vino_init_channel_settings(struct vino_channel_settings *vcs, unsigned int channel, const char *name) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/bootfloppy/
H A Dmkdevs.sh54 mknod vcs$i b 7 $i
56 ln -s vcs0 vcs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dgetty.c284 #warning Debian /dev/vcs[a]NN hack is deprecated and will be removed
295 /* vcs,vcsa to root.sys 600 */
297 char *vcs, *vcsa; local
299 vcs = xstrdup(tty);
301 strcpy(vcs, "vcs");
302 strcpy(vcs + 3, tty + 3);
308 chown(vcs, 0, id);
309 chmod(vcs, 0600);
311 chmod(vcs, 060
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Didt77252.c552 vc = card->vcs[i];
864 vc = card->vcs[0];
1050 vc = card->vcs[VPCI2VC(card, vpi, vci)];
1300 vc = card->vcs[VPCI2VC(card, vpi, vci)];
1461 vc = card->vcs[conn & 0x1fff];
1478 vc = card->vcs[conn & 0x1fff];
1504 vc = card->vcs[VPCI2VC(card, vpi, vci)];
2447 if (!card->vcs[index]) {
2448 card->vcs[index] = kzalloc(sizeof(struct vc_map), GFP_KERNEL);
2449 if (!card->vcs[inde
[all...]
H A Didt77252.h393 struct vc_map **vcs; /* Open Connections */ member in struct:idt77252_dev

Completed in 128 milliseconds