Home
last modified time | relevance | path

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

12

/linux/drivers/video/backlight/
H A Dwm831x_bl.c29 int power_up = !data->current_brightness && brightness; in wm831x_backlight_set() local
33 if (power_up) { in wm831x_backlight_set()
67 if (power_up) { in wm831x_backlight_set()
83 if (power_up || power_down) { in wm831x_backlight_set()
/linux/drivers/net/wireless/ath/ath11k/
H A Dhif.h20 int (*power_up)(struct ath11k_base *ab); member
71 if (!ab->hif.ops->power_up) in ath11k_hif_power_up()
74 return ab->hif.ops->power_up(ab); in ath11k_hif_power_up()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.h80 bool power_up);
88 bool power_up);
H A Ddce110_hwseq.c710 bool power_up) in dce110_edp_wait_for_hpd_ready() argument
717 uint32_t timeout = power_up ? in dce110_edp_wait_for_hpd_ready()
726 if (!power_up) in dce110_edp_wait_for_hpd_ready()
729 * instead, we will check the SW timer in power_up(). in dce110_edp_wait_for_hpd_ready()
762 if (!(detected ^ power_up)) { in dce110_edp_wait_for_hpd_ready()
783 bool power_up) in dce110_edp_power_control() argument
799 if (power_up != in dce110_edp_power_control()
814 "%s: transition: power_up=%d current_ts=%llu edp_poweroff=%llu edp_poweron=%llu time_since_edp_poweroff_ms=%llu time_since_edp_poweron_ms=%llu", in dce110_edp_power_control()
816 power_up, in dce110_edp_power_control()
824 if (power_up) { in dce110_edp_power_control()
[all...]
/linux/drivers/usb/chipidea/
H A Dotg_fsm.c344 if (ci->fsm.power_up) in b_data_pls_tmout()
345 ci->fsm.power_up = 0; in b_data_pls_tmout()
483 fsm->power_up = 0; in ci_otg_drv_vbus()
611 (ci->fsm.power_up)) { in ci_otg_fsm_work()
624 ci->fsm.power_up = 0; in ci_otg_fsm_work()
808 ci->fsm.power_up = 1; in ci_hdrc_otg_fsm_init()
/linux/drivers/hid/i2c-hid/
H A Di2c-hid.h27 * @power_up: do sequencing to power up the device.
32 int (*power_up)(struct i2chid_ops *ops); member
H A Di2c-hid-of-goodix.c88 ihid_goodix->ops.power_up = goodix_i2c_hid_power_up; in i2c_hid_of_goodix_probe()
H A Di2c-hid-of.c91 ihid_of->ops.power_up = i2c_hid_of_power_up; in i2c_hid_of_probe()
H A Di2c-hid-of-elan.c105 ihid_elan->ops.power_up = elan_i2c_hid_power_up; in i2c_hid_of_elan_probe()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.h179 bool power_up);
182 bool power_up);
/linux/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_dp_trace.h58 bool power_up);
/linux/drivers/gpu/drm/i915/display/
H A Dintel_lvds.c166 pps->delays.power_up = REG_FIELD_GET(PANEL_POWER_UP_DELAY_MASK, val); in intel_lvds_pps_get_hw_state()
187 pps->delays.power_up == 0 && in intel_lvds_pps_get_hw_state()
195 pps->delays.power_up = 40 * 10; in intel_lvds_pps_get_hw_state()
202 drm_dbg(display->drm, "LVDS PPS:power_up %d power_down %d power_cycle %d backlight_on %d backlight_off %d " in intel_lvds_pps_get_hw_state()
204 pps->delays.power_up, pps->delays.power_down, in intel_lvds_pps_get_hw_state()
224 REG_FIELD_PREP(PANEL_POWER_UP_DELAY_MASK, pps->delays.power_up) | in intel_lvds_pps_init_hw()
H A Dintel_pps.c1399 seq->power_up = REG_FIELD_GET(PANEL_POWER_UP_DELAY_MASK, pp_on); in intel_pps_readout_hw_state()
1425 "%s power_up %d backlight_on %d backlight_off %d power_down %d power_cycle %d\n", in intel_pps_dump_state()
1426 state_name, seq->power_up, seq->backlight_on, in intel_pps_dump_state()
1439 if (hw.power_up != sw->power_up || in intel_pps_verify_state()
1452 return delays->power_up || delays->backlight_on || delays->backlight_off || in pps_delays_valid()
1518 spec->power_up = msecs_to_pps_units(10 + 200); /* T1+T3 */ in pps_init_delays_spec()
1548 assign_final(power_up); in pps_init_delays()
1555 intel_dp->pps.panel_power_up_delay = pps_units_to_msecs(final->power_up); in pps_init_delays()
1629 pp_on = REG_FIELD_PREP(PANEL_POWER_UP_DELAY_MASK, seq->power_up) | in pps_init_registers()
[all...]
/linux/drivers/net/wireless/ath/ath10k/
H A Dhif.h53 * desired so, call power_down() and power_up()
83 int (*power_up)(struct ath10k *ar, enum ath10k_firmware_mode fw_mode); member
186 return ar->hif.ops->power_up(ar, fw_mode); in ath10k_hif_power_up()
/linux/drivers/staging/media/atomisp/i2c/
H A Datomisp-gc2235.c404 static int power_up(struct v4l2_subdev *sd) in power_up() function
486 ret = power_up(sd); in gc2235_s_power()
508 power_up(sd); in startup()
654 ret = power_up(sd); in gc2235_s_config()
H A Datomisp-ov2722.c509 static int power_up(struct v4l2_subdev *sd) in power_up() function
595 ret = power_up(sd); in ov2722_s_power()
675 ret = power_up(sd); in ov2722_set_fmt()
790 ret = power_up(sd); in ov2722_s_config()
/linux/sound/pci/ac97/
H A Dac97_codec.c589 ac97->power_up &= ~(1 << (reg>>1)); in snd_ac97_put_volsw()
591 ac97->power_up |= 1 << (reg>>1); in snd_ac97_put_volsw()
2454 ac97->power_up |= (1 << i); in snd_ac97_update_power()
2456 ac97->power_up &= ~(1 << i); in snd_ac97_update_power()
2481 unsigned int power_up, bits; in update_power_regs() local
2484 power_up = (1 << PWIDX_FRONT) | (1 << PWIDX_ADC); in update_power_regs()
2485 power_up |= (1 << PWIDX_MIC); in update_power_regs()
2487 power_up |= (1 << PWIDX_SURR); in update_power_regs()
2489 power_up |= (1 << PWIDX_CLFE); in update_power_regs()
2492 power_up in update_power_regs()
[all...]
/linux/drivers/gpu/drm/gma500/
H A Dpower.c116 dev_priv->ops->power_up(dev); in gma_resume_display()
H A Dpsb_device.c291 .power_up = psb_power_up,
/linux/drivers/pci/controller/
H A Dpcie-mediatek-gen3.c150 * @power_up: pcie power_up callback
155 int (*power_up)(struct mtk_gen3_pcie *pcie); member
1135 err = pcie->soc->power_up(pcie); in mtk_pcie_setup()
1302 err = pcie->soc->power_up(pcie); in mtk_pcie_resume_noirq()
1323 .power_up = mtk_pcie_power_up,
1331 .power_up = mtk_pcie_en7581_power_up,
/linux/drivers/usb/common/
H A Dusb-otg-fsm.c351 else if ((fsm->b_bus_req || fsm->adp_change || fsm->power_up) && in otg_statemachine()
386 fsm->a_srp_det || fsm->adp_change || fsm->power_up)) in otg_statemachine()
/linux/include/linux/usb/
H A Dotg-fsm.h57 * @power_up: TRUE when the OTG device first powers up its USB system and
128 int power_up; member
/linux/drivers/dma/sh/
H A Dshdma-base.c77 bool power_up; in shdma_tx_submit() local
81 power_up = list_empty(&schan->ld_queue); in shdma_tx_submit()
111 if (power_up) { in shdma_tx_submit()
/linux/include/sound/
H A Dac97_codec.h278 unsigned int power_up; /* power states */ member
/linux/drivers/net/wireless/realtek/rtw89/
H A Dpci_be.c70 static void _patch_pcie_power_wake_be(struct rtw89_dev *rtwdev, bool power_up) in _patch_pcie_power_wake_be() argument
72 if (power_up) in _patch_pcie_power_wake_be()

12