Lines Matching defs:hdl_this
112 dmode_t *hdl_this;
1244 if (!hdl_this) {
1247 hdl_this = &hires_dlace_mode;
1249 memset(hdl_this, 0, sizeof(dmode_t));
1252 hdl_this->name = "ntsc: hires double interlace";
1253 hdl_this->nominal_size.width = 640;
1254 hdl_this->nominal_size.height = 800;
1261 hdl_this->data = hdl_this_data;
1263 hdl_this->get_monitor = cc_get_monitor;
1264 hdl_this->alloc_view = cc_alloc_view;
1265 hdl_this->get_current_view = cc_get_current_view;
1311 LIST_INSERT_HEAD(&MDATA(cc_monitor)->modes, hdl_this, link);
1313 return (hdl_this);
1490 cc_load_mode(hdl_this);