Home
last modified time | relevance | path

Searched refs:power_up (Results 1 – 18 of 18) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.h76 bool power_up);
84 bool power_up);
H A Ddce110_hw_sequencer.c711 bool power_up) in dce110_edp_wait_for_hpd_ready() argument
718 uint32_t timeout = power_up ? in dce110_edp_wait_for_hpd_ready()
727 if (!power_up) in dce110_edp_wait_for_hpd_ready()
765 if (!(detected ^ power_up)) { in dce110_edp_wait_for_hpd_ready()
786 bool power_up) in dce110_edp_power_control() argument
802 if (power_up != in dce110_edp_power_control()
819 power_up, in dce110_edp_power_control()
827 if (power_up) { in dce110_edp_power_control()
864 __func__, (power_up ? "On":"Off")); in dce110_edp_power_control()
866 cntl.action = power_up ? in dce110_edp_power_control()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/link/accessories/
H A Dlink_dp_trace.c149 bool power_up) in dp_trace_set_edp_power_timestamp() argument
151 if (!power_up) in dp_trace_set_edp_power_timestamp()
H A Dlink_dp_trace.h58 bool power_up);
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.h169 bool power_up);
172 bool power_up);
/openbsd/sys/dev/pci/
H A Digc_hw.h247 void (*power_up)(struct igc_hw *); member
H A Digc_phy.c39 phy->ops.power_up = igc_null_phy_generic; in igc_init_phy_ops_generic()
H A Digc_i225.c145 phy->ops.power_up = igc_power_up_phy_copper; in igc_init_phy_params_i225()
H A Dif_qwx_pci.c776 sc->ops.power_up = qwx_pci_power_up; in qwx_pci_attach()
H A Dif_qwz_pci.c714 sc->ops.power_up = qwz_pci_power_up; in qwz_pci_attach()
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/
H A Dlink.h332 bool power_up);
H A Dhw_sequencer.h184 void (*edp_wait_for_hpd_ready)(struct dc_link *link, bool power_up);
/openbsd/sys/dev/pci/drm/include/drm/display/
H A Ddrm_dp_mst_helper.h906 struct drm_dp_mst_port *port, bool power_up);
/openbsd/sys/dev/pci/drm/display/
H A Ddrm_dp_mst_topology.c1207 int port_num, bool power_up) in build_power_updown_phy() argument
1211 if (power_up) in build_power_updown_phy()
3180 struct drm_dp_mst_port *port, bool power_up) in drm_dp_send_power_updown_phy() argument
3196 build_power_updown_phy(txmsg, port->port_num, power_up); in drm_dp_send_power_updown_phy()
/openbsd/sys/dev/ic/
H A Dqwxvar.h456 int (*power_up)(struct qwx_softc *); member
H A Dqwzvar.h458 int (*power_up)(struct qwz_softc *); member
H A Dqwz.c18008 error = sc->ops.power_up(sc); in qwz_core_init()
H A Dqwx.c19957 error = sc->ops.power_up(sc); in qwx_core_init()