Symbol: power_up
sys/bus/mmc/mmc.c
575
mmcbr_set_power_mode(dev, power_up);
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
783
bool power_up)
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
790
uint32_t timeout = power_up ?
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
799
if (!power_up)
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
829
if (!(detected ^ power_up)) {
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
851
bool power_up)
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
865
if (power_up != is_panel_powered_on(hwseq)) {
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
867
if (power_up) {
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
897
__func__, (power_up ? "On":"Off"));
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
899
cntl.action = power_up ?
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
909
if (!power_up)
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
922
__func__, (power_up ? "On":"Off"));
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.h
79
bool power_up);
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.h
87
bool power_up);
sys/dev/drm/amd/display/dc/inc/hw_sequencer.h
224
void (*edp_wait_for_hpd_ready)(struct dc_link *link, bool power_up);
sys/dev/drm/drm_dp_mst_topology.c
1774
struct drm_dp_mst_port *port, bool power_up)
sys/dev/drm/drm_dp_mst_topology.c
1790
len = build_power_updown_phy(txmsg, port->port_num, power_up);
sys/dev/drm/drm_dp_mst_topology.c
722
int port_num, bool power_up)
sys/dev/drm/drm_dp_mst_topology.c
726
if (power_up)
sys/dev/drm/include/drm/drm_dp_mst_helper.h
635
struct drm_dp_mst_port *port, bool power_up);
sys/dev/netif/ig_hal/e1000_80003es2lan.c
100
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/netif/ig_hal/e1000_82540.c
86
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/netif/ig_hal/e1000_82541.c
106
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/netif/ig_hal/e1000_82543.c
93
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/netif/ig_hal/e1000_82571.c
114
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/netif/ig_hal/e1000_82575.c
179
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/netif/ig_hal/e1000_api.c
1367
if (hw->phy.ops.power_up)
sys/dev/netif/ig_hal/e1000_api.c
1368
hw->phy.ops.power_up(hw);
sys/dev/netif/ig_hal/e1000_hw.h
788
void (*power_up)(struct e1000_hw *);
sys/dev/netif/ig_hal/e1000_ich8lan.c
474
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/netif/ig_hal/e1000_ich8lan.c
562
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/netif/ig_hal/e1000_phy.c
96
phy->ops.power_up = e1000_null_phy_generic;