Home | History | Annotate | Download | only in dev

Lines Matching refs:h_this

143 dmode_t *h_this;
836 if (!h_this) {
839 h_this = &hires_mode;
841 memset(h_this, 0, sizeof(dmode_t));
844 h_this->name = "ntsc: hires";
845 h_this->nominal_size.width = 640;
846 h_this->nominal_size.height = 200;
853 h_this->data = h_this_data;
855 h_this->get_monitor = cc_get_monitor;
856 h_this->alloc_view = cc_alloc_view;
857 h_this->get_current_view = cc_get_current_view;
889 LIST_INSERT_HEAD(&MDATA(cc_monitor)->modes, h_this, link);
891 return (h_this);
1011 cc_load_mode(h_this);