Home
last modified time | relevance | path

Searched refs:videofieldamount (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/staging/media/easycap/
Deasycap_main.c2495 int videofieldamount; in easycap_complete() local
2579 videofieldamount = (peasycap->field_page * in easycap_complete()
2625 if (videofieldamount > in easycap_complete()
2626 peasycap->videofieldamount) { in easycap_complete()
2627 if (2 == videofieldamount - in easycap_complete()
2629 videofieldamount) { in easycap_complete()
2639 } else if (videofieldamount < in easycap_complete()
2641 videofieldamount) { in easycap_complete()
2683 videofieldamount); in easycap_complete()
2707 videofieldamount, in easycap_complete()
Deasycap.h387 int videofieldamount; member
Deasycap_ioctl.c554 peasycap->videofieldamount = in adjust_format()