Home
last modified time | relevance | path

Searched refs:power_up (Results 1 - 25 of 104) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/video/backlight/
H 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()
/kernel/linux/linux-6.6/drivers/video/backlight/
H 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.h78 bool power_up);
86 bool power_up);
H A Ddce110_hw_sequencer.c718 bool power_up) in dce110_edp_wait_for_hpd_ready()
726 uint32_t timeout = power_up ? in dce110_edp_wait_for_hpd_ready()
735 if (!power_up) in dce110_edp_wait_for_hpd_ready()
738 * instead, we will check the SW timer in power_up(). in dce110_edp_wait_for_hpd_ready()
773 if (!(detected ^ power_up)) { in dce110_edp_wait_for_hpd_ready()
795 bool power_up) in dce110_edp_power_control()
811 if (power_up != in dce110_edp_power_control()
826 "%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()
828 power_up, in dce110_edp_power_control()
836 if (power_up) { in dce110_edp_power_control()
716 dce110_edp_wait_for_hpd_ready( struct dc_link *link, bool power_up) dce110_edp_wait_for_hpd_ready() argument
793 dce110_edp_power_control( struct dc_link *link, bool power_up) dce110_edp_power_control() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.h76 bool power_up);
84 bool power_up);
/kernel/linux/linux-5.10/sound/soc/intel/catpt/
H A Ddevice.c80 ret = cdev->spec->power_up(cdev); in catpt_resume()
165 ret = cdev->spec->power_up(cdev); in catpt_probe_components()
315 .power_up = lpt_dsp_power_up,
330 .power_up = wpt_dsp_power_up,
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dhif.h18 int (*power_up)(struct ath11k_base *sc); member
51 return sc->hif.ops->power_up(sc); in ath11k_hif_power_up()
/kernel/linux/linux-5.10/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()
480 fsm->power_up = 0; in ci_otg_drv_vbus()
605 (ci->fsm.power_up)) { in ci_otg_fsm_work()
618 ci->fsm.power_up = 0; in ci_otg_fsm_work()
802 ci->fsm.power_up = 1; in ci_hdrc_otg_fsm_init()
/kernel/linux/linux-6.6/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()
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()
/kernel/linux/linux-6.6/drivers/accel/ivpu/
H A Divpu_hw.h13 int (*power_up)(struct ivpu_device *vdev); member
75 return vdev->hw->ops->power_up(vdev); in ivpu_hw_power_up()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_dp_trace.c149 bool power_up) in dp_trace_set_edp_power_timestamp()
151 if (!power_up) in dp_trace_set_edp_power_timestamp()
148 dp_trace_set_edp_power_timestamp(struct dc_link *link, bool power_up) dp_trace_set_edp_power_timestamp() argument
H A Dlink_dp_trace.h58 bool power_up);
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dhif.h19 int (*power_up)(struct ath11k_base *sc); member
69 return sc->hif.ops->power_up(sc); in ath11k_hif_power_up()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dhif.h19 int (*power_up)(struct ath12k_base *sc); member
136 return ab->hif.ops->power_up(ab); in ath12k_hif_power_up()
/kernel/linux/linux-6.6/drivers/staging/sm750fb/
H A Dddk750_dvi.h22 typedef void (*PFN_DVICTRL_SETPOWER)(unsigned char power_up);
/kernel/linux/linux-6.6/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.c91 ihid_of->ops.power_up = i2c_hid_of_power_up; in i2c_hid_of_probe()
H A Di2c-hid-of-elan.c87 ihid_elan->ops.power_up = elan_i2c_hid_power_up; in i2c_hid_of_elan_probe()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.h168 bool power_up);
171 bool power_up);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.h169 bool power_up);
172 bool power_up);
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/i2c/
H 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()
H 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Dpower.c116 dev_priv->ops->power_up(dev); in gma_resume_display()

Completed in 13 milliseconds

12345