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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Ddv1394.h275 unsigned long cip_d; member in struct:dv1394_init
289 /* Q: What are cip_n and cip_d? */
310 and cip_d to the INIT ioctl.
H A Ddv1394.c337 if(video->cip_accum > (video->cip_d - video->cip_n)) {
340 video->cip_accum -= (video->cip_d - video->cip_n);
978 video->cip_d = init->cip_d != 0 ? init->cip_d : CIP_D_NTSC;
982 video->cip_d = init->cip_d != 0 ? init->cip_d : CIP_D_PAL;
1202 init.cip_d = video->cip_d;
[all...]
H A Ddv1394-private.h568 unsigned long cip_n, cip_d; member in struct:video_card

Completed in 37 milliseconds