Home
last modified time | relevance | path

Searched refs:rp_conn_type (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/pci/
Dradeonfb.c1809 sc->sc_ports[i].rp_conn_type = RADEON_CONN_NONE; in radeonfb_getconnectors()
1877 sc->sc_ports[port].rp_conn_type = in radeonfb_getconnectors()
1905 sc->sc_ports[0].rp_conn_type = RADEON_CONN_DVI_I; in radeonfb_getconnectors()
1911 sc->sc_ports[1].rp_conn_type = RADEON_CONN_NONE; in radeonfb_getconnectors()
1918 sc->sc_ports[0].rp_conn_type = RADEON_CONN_DVI_I; in radeonfb_getconnectors()
1924 sc->sc_ports[1].rp_conn_type = RADEON_CONN_NONE; in radeonfb_getconnectors()
1932 sc->sc_ports[0].rp_conn_type = RADEON_CONN_DVI_D; in radeonfb_getconnectors()
1939 sc->sc_ports[1].rp_conn_type = RADEON_CONN_CRT; in radeonfb_getconnectors()
1947 sc->sc_ports[0].rp_conn_type = RADEON_CONN_DVI_D; in radeonfb_getconnectors()
1954 sc->sc_ports[1].rp_conn_type = RADEON_CONN_CRT; in radeonfb_getconnectors()
[all …]
Dradeonfbvar.h79 int rp_conn_type; member