Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/drivers/video/backlight/
A Dwm831x_bl.c30 int power_up = !data->current_brightness && brightness; in wm831x_backlight_set() local
34 if (power_up) { in wm831x_backlight_set()
68 if (power_up) { in wm831x_backlight_set()
84 if (power_up || power_down) { in wm831x_backlight_set()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_hw_sequencer.h78 bool power_up);
86 bool power_up);
A Ddce110_hw_sequencer.c714 bool power_up) in dce110_edp_wait_for_hpd_ready() argument
721 uint32_t timeout = power_up ? in dce110_edp_wait_for_hpd_ready()
730 if (!power_up) in dce110_edp_wait_for_hpd_ready()
768 if (!(detected ^ power_up)) { in dce110_edp_wait_for_hpd_ready()
788 bool power_up) in dce110_edp_power_control() argument
804 if (power_up != in dce110_edp_power_control()
821 power_up, in dce110_edp_power_control()
829 if (power_up) { in dce110_edp_power_control()
866 __func__, (power_up ? "On":"Off")); in dce110_edp_power_control()
868 cntl.action = power_up ? in dce110_edp_power_control()
[all …]
/linux-6.3-rc2/drivers/usb/chipidea/
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()
484 fsm->power_up = 0; in ci_otg_drv_vbus()
612 (ci->fsm.power_up)) { in ci_otg_fsm_work()
625 ci->fsm.power_up = 0; in ci_otg_fsm_work()
809 ci->fsm.power_up = 1; in ci_hdrc_otg_fsm_init()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/accessories/
A Dlink_dp_trace.c150 bool power_up) in link_dp_trace_set_edp_power_timestamp() argument
152 if (!power_up) in link_dp_trace_set_edp_power_timestamp()
/linux-6.3-rc2/drivers/net/wireless/ath/ath12k/
A Dhif.h19 int (*power_up)(struct ath12k_base *sc); member
136 return ab->hif.ops->power_up(ab); in ath12k_hif_power_up()
/linux-6.3-rc2/drivers/accel/ivpu/
A Divpu_hw.h13 int (*power_up)(struct ivpu_device *vdev); member
73 return vdev->hw->ops->power_up(vdev); in ivpu_hw_power_up()
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/
A Dhif.h19 int (*power_up)(struct ath11k_base *sc); member
69 return sc->hif.ops->power_up(sc); in ath11k_hif_power_up()
/linux-6.3-rc2/drivers/staging/sm750fb/
A Dddk750_dvi.h22 typedef void (*PFN_DVICTRL_SETPOWER)(unsigned char power_up);
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_hw_sequencer.h169 bool power_up);
172 bool power_up);
/linux-6.3-rc2/drivers/hid/i2c-hid/
A Di2c-hid.h32 int (*power_up)(struct i2chid_ops *ops); member
A Di2c-hid-of-goodix.c77 ihid_goodix->ops.power_up = goodix_i2c_hid_power_up; in i2c_hid_of_goodix_probe()
A Di2c-hid-of.c82 ihid_of->ops.power_up = i2c_hid_of_power_up; in i2c_hid_of_probe()
A Di2c-hid-of-elan.c79 ihid_elan->ops.power_up = elan_i2c_hid_power_up; in i2c_hid_of_elan_probe()
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/
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.3-rc2/drivers/staging/media/atomisp/i2c/
A Datomisp-ov2722.c519 static int power_up(struct v4l2_subdev *sd) in power_up() function
613 ret = power_up(sd); in ov2722_s_power()
681 power_up(sd); in ov2722_set_fmt()
696 ret = power_up(sd); in ov2722_set_fmt()
811 ret = power_up(sd); in ov2722_s_config()
A Datomisp-gc2235.c414 static int power_up(struct v4l2_subdev *sd) in power_up() function
496 ret = power_up(sd); in gc2235_s_power()
518 power_up(sd); in startup()
664 ret = power_up(sd); in gc2235_s_config()
A Datomisp-gc0310.c546 static int power_up(struct v4l2_subdev *sd) in power_up() function
637 ret = power_up(sd); in gc0310_s_power()
702 power_up(sd); in gc0310_set_fmt()
843 ret = power_up(sd); in gc0310_s_config()
/linux-6.3-rc2/sound/pci/ac97/
A Dac97_codec.c591 ac97->power_up |= 1 << (reg>>1); in snd_ac97_put_volsw()
2452 ac97->power_up |= (1 << i); in snd_ac97_update_power()
2454 ac97->power_up &= ~(1 << i); in snd_ac97_update_power()
2480 unsigned int power_up, bits; in update_power_regs() local
2484 power_up |= (1 << PWIDX_MIC); in update_power_regs()
2486 power_up |= (1 << PWIDX_SURR); in update_power_regs()
2488 power_up |= (1 << PWIDX_CLFE); in update_power_regs()
2491 power_up = ac97->power_up; in update_power_regs()
2493 if (power_up) { in update_power_regs()
2504 if (power_up & (1 << i)) in update_power_regs()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/gma500/
A Dpower.c116 dev_priv->ops->power_up(dev); in gma_resume_display()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/
A Dlink.h106 bool power_up);
/linux-6.3-rc2/drivers/mfd/
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.3-rc2/drivers/staging/media/atomisp/include/linux/
A Datomisp_platform.h168 int (*power_up)(struct v4l2_subdev *sd, struct camera_vcm_control *vcm); member
/linux-6.3-rc2/drivers/usb/common/
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.3-rc2/include/linux/usb/
A Dotg-fsm.h128 int power_up; member

Completed in 56 milliseconds

123