Searched refs:set_hsync (Results 1 – 5 of 5) sorted by relevance
49 void set_hsync(SyncPolarity pol);
59 void Videomode::set_hsync(SyncPolarity pol) in set_hsync() function in kms::Videomode
146 mode.set_hsync(SyncPolarity::Positive); in videomode_from_cvt()
226 .def_property("hsync", &Videomode::hsync, &Videomode::set_hsync) in init_pykmsbase()
217 output.mode.set_hsync(h_pos_sync ? SyncPolarity::Positive : SyncPolarity::Negative); in parse_crtc()