Searched refs:GO7007_STD_NTSC (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/media/usb/go7007/
H A Dgo7007-priv.h186 enum { GO7007_STD_NTSC, GO7007_STD_PAL, GO7007_STD_OTHER } standard; enumerator in enum:go7007::__anon610
H A Dgo7007-fw.c532 aspect_ratio = go->standard == GO7007_STD_NTSC ? 3 : 2;
535 aspect_ratio = go->standard == GO7007_STD_NTSC ? 5 : 4;
607 CODE_ADD(c, go->standard == GO7007_STD_NTSC ? 2 : 1, 3);
783 aspect_ratio = go->standard == GO7007_STD_NTSC ? 3 : 2;
786 aspect_ratio = go->standard == GO7007_STD_NTSC ? 5 : 4;
H A Dgo7007-driver.c723 go->standard = GO7007_STD_NTSC;
H A Dgo7007-v4l2.c83 case GO7007_STD_NTSC:
569 go->standard = GO7007_STD_NTSC;

Completed in 357 milliseconds