Searched refs:set_hsync (Results 1 – 5 of 5) sorted by relevance
46 void set_hsync(SyncPolarity pol);
142 mode.set_hsync(SyncPolarity::Positive); in videomode_from_cvt()
64 void Videomode::set_hsync(SyncPolarity pol) in set_hsync() function in kms::Videomode
258 .def_property("hsync", &Videomode::hsync, &Videomode::set_hsync) in init_pykmsbase()
214 output.mode.set_hsync(h_pos_sync ? SyncPolarity::Positive : SyncPolarity::Negative); in parse_crtc()