Home
last modified time | relevance | path

Searched refs:peasycap_standard (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/staging/media/easycap/
Deasycap_ioctl.c44 struct easycap_standard const *peasycap_standard; in adjust_standard() local
58 peasycap_standard = &easycap_standard[0]; in adjust_standard()
59 while (0xFFFF != peasycap_standard->mask) { in adjust_standard()
60 if (std_id == peasycap_standard->v4l2_standard.id) in adjust_standard()
62 peasycap_standard++; in adjust_standard()
64 if (0xFFFF == peasycap_standard->mask) { in adjust_standard()
65 peasycap_standard = &easycap_standard[0]; in adjust_standard()
66 while (0xFFFF != peasycap_standard->mask) { in adjust_standard()
67 if (std_id & peasycap_standard->v4l2_standard.id) in adjust_standard()
69 peasycap_standard++; in adjust_standard()
[all …]
Deasycap_main.c193 struct easycap_standard const *peasycap_standard; in reset() local
278 peasycap_standard = &easycap_standard[0]; in reset()
279 while (0xFFFF != peasycap_standard->mask) { in reset()
280 if (fmtidx == peasycap_standard->v4l2_standard.index) { in reset()
282 peasycap_standard - easycap_standard; in reset()
285 peasycap_standard++; in reset()
287 if (0xFFFF == peasycap_standard->mask) { in reset()