Home | History | Annotate | Download | only in dev

Lines Matching defs:a24_this

106 dmode_t *a24_this;
1498 if (!a24_this) {
1503 a24_this = &a2024_mode;
1505 memset(a24_this, 0, sizeof(dmode_t));
1508 a24_this->name = "ntsc: A2024 15 kHz";
1509 a24_this->nominal_size.width = 1024;
1510 a24_this->nominal_size.height = 800;
1517 a24_this->data = a24_this_data;
1519 a24_this->get_monitor = cc_get_monitor;
1520 a24_this->alloc_view = cc_alloc_view;
1521 a24_this->get_current_view = cc_get_current_view;
1568 LIST_INSERT_HEAD(&MDATA(cc_monitor)->modes, a24_this, link);
1570 return (a24_this);
1764 cc_load_mode(a24_this);