Home
last modified time | relevance | path

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

123

/linux-6.15/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-6.15/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()
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()
816 power_up, in dce110_edp_power_control()
824 if (power_up) { in dce110_edp_power_control()
861 __func__, (power_up ? "On":"Off")); in dce110_edp_power_control()
863 cntl.action = power_up ? in dce110_edp_power_control()
[all …]
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dhif.h19 int (*power_up)(struct ath12k_base *ab); member
138 if (!ab->hif.ops->power_up) in ath12k_hif_power_up()
141 return ab->hif.ops->power_up(ab); in ath12k_hif_power_up()
/linux-6.15/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-6.15/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_dp_trace.c148 bool power_up) in dp_trace_set_edp_power_timestamp() argument
150 if (!power_up) in dp_trace_set_edp_power_timestamp()
H A Dlink_dp_trace.h58 bool power_up);
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dhif.h20 int (*power_up)(struct ath11k_base *ab); member
71 return ab->hif.ops->power_up(ab); in ath11k_hif_power_up()
/linux-6.15/drivers/staging/sm750fb/
H A Dddk750_dvi.h22 typedef void (*PFN_DVICTRL_SETPOWER)(unsigned char power_up);
/linux-6.15/drivers/hid/i2c-hid/
H A Di2c-hid.h32 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-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.h172 bool power_up);
175 bool power_up);
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_lvds.c168 pps->delays.power_up = REG_FIELD_GET(PANEL_POWER_UP_DELAY_MASK, val); in intel_lvds_pps_get_hw_state()
189 pps->delays.power_up == 0 && in intel_lvds_pps_get_hw_state()
197 pps->delays.power_up = 40 * 10; in intel_lvds_pps_get_hw_state()
206 pps->delays.power_up, pps->delays.power_down, in intel_lvds_pps_get_hw_state()
226 REG_FIELD_PREP(PANEL_POWER_UP_DELAY_MASK, pps->delays.power_up) | in intel_lvds_pps_init_hw()
H A Dintel_pps.c1402 seq->power_up = REG_FIELD_GET(PANEL_POWER_UP_DELAY_MASK, pp_on); in intel_pps_readout_hw_state()
1429 state_name, seq->power_up, seq->backlight_on, in intel_pps_dump_state()
1442 if (hw.power_up != sw->power_up || in intel_pps_verify_state()
1455 return delays->power_up || delays->backlight_on || delays->backlight_off || in pps_delays_valid()
1521 spec->power_up = msecs_to_pps_units(10 + 200); /* T1+T3 */ in pps_init_delays_spec()
1551 assign_final(power_up); in pps_init_delays()
1558 intel_dp->pps.panel_power_up_delay = pps_units_to_msecs(final->power_up); in pps_init_delays()
1633 pp_on = REG_FIELD_PREP(PANEL_POWER_UP_DELAY_MASK, seq->power_up) | in pps_init_registers()
/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dhif.h83 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-6.15/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-6.15/sound/pci/ac97/
H A Dac97_codec.c591 ac97->power_up |= 1 << (reg>>1); in snd_ac97_put_volsw()
2451 ac97->power_up |= (1 << i); in snd_ac97_update_power()
2453 ac97->power_up &= ~(1 << i); in snd_ac97_update_power()
2478 unsigned int power_up, bits; in update_power_regs() local
2482 power_up |= (1 << PWIDX_MIC); in update_power_regs()
2484 power_up |= (1 << PWIDX_SURR); in update_power_regs()
2486 power_up |= (1 << PWIDX_CLFE); in update_power_regs()
2489 power_up = ac97->power_up; in update_power_regs()
2491 if (power_up) { in update_power_regs()
2502 if (power_up & (1 << i)) in update_power_regs()
[all …]
/linux-6.15/drivers/gpu/drm/gma500/
H A Dpower.c116 dev_priv->ops->power_up(dev); in gma_resume_display()
/linux-6.15/drivers/pci/controller/
H A Dpcie-mediatek-gen3.c154 int (*power_up)(struct mtk_gen3_pcie *pcie); member
1152 err = pcie->soc->power_up(pcie); in mtk_pcie_setup()
1319 err = pcie->soc->power_up(pcie); in mtk_pcie_resume_noirq()
1340 .power_up = mtk_pcie_power_up,
1348 .power_up = mtk_pcie_en7581_power_up,
/linux-6.15/drivers/mfd/
H A Dsi476x-cmd.c1426 int (*power_up)(struct si476x_core *, member
1445 .power_up = si476x_core_cmd_power_up_a10,
1454 .power_up = si476x_core_cmd_power_up_a20,
1463 .power_up = si476x_core_cmd_power_up_a20,
1478 return si476x_cmds_vtable[core->revision].power_up(core, args); in si476x_core_cmd_power_up()
/linux-6.15/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-6.15/include/linux/usb/
H A Dotg-fsm.h128 int power_up; member

123