| /linux/drivers/video/backlight/ |
| A D | wm831x_bl.c | 30 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/drivers/net/wireless/ath/ath12k/ |
| A D | hif.h | 19 int (*power_up)(struct ath12k_base *ab); member 137 if (!ab->hif.ops->power_up) in ath12k_hif_power_up() 140 return ab->hif.ops->power_up(ab); in ath12k_hif_power_up()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
| A D | dce110_hwseq.h | 80 bool power_up); 88 bool power_up);
|
| A D | dce110_hwseq.c | 709 bool power_up) in dce110_edp_wait_for_hpd_ready() argument 716 uint32_t timeout = power_up ? in dce110_edp_wait_for_hpd_ready() 725 if (!power_up) in dce110_edp_wait_for_hpd_ready() 761 if (!(detected ^ power_up)) { in dce110_edp_wait_for_hpd_ready() 782 bool power_up) in dce110_edp_power_control() argument 798 if (power_up != in dce110_edp_power_control() 815 power_up, in dce110_edp_power_control() 823 if (power_up) { in dce110_edp_power_control() 860 __func__, (power_up ? "On":"Off")); in dce110_edp_power_control() 862 cntl.action = power_up ? in dce110_edp_power_control() [all …]
|
| /linux/drivers/usb/chipidea/ |
| A D | otg_fsm.c | 344 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/drivers/gpu/drm/amd/display/dc/link/accessories/ |
| A D | link_dp_trace.c | 148 bool power_up) in dp_trace_set_edp_power_timestamp() argument 150 if (!power_up) in dp_trace_set_edp_power_timestamp()
|
| A D | link_dp_trace.h | 58 bool power_up);
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| A D | hif.h | 20 int (*power_up)(struct ath11k_base *ab); member 70 return ab->hif.ops->power_up(ab); in ath11k_hif_power_up()
|
| /linux/drivers/staging/sm750fb/ |
| A D | ddk750_dvi.h | 22 typedef void (*PFN_DVICTRL_SETPOWER)(unsigned char power_up);
|
| /linux/drivers/hid/i2c-hid/ |
| A D | i2c-hid.h | 32 int (*power_up)(struct i2chid_ops *ops); member
|
| A D | i2c-hid-of-goodix.c | 88 ihid_goodix->ops.power_up = goodix_i2c_hid_power_up; in i2c_hid_of_goodix_probe()
|
| A D | i2c-hid-of.c | 91 ihid_of->ops.power_up = i2c_hid_of_power_up; in i2c_hid_of_probe()
|
| A D | i2c-hid-of-elan.c | 105 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/ |
| A D | dcn10_hwseq.h | 172 bool power_up); 175 bool power_up);
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| A D | hif.h | 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/ |
| A D | atomisp-gc2235.c | 414 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 D | atomisp-ov2722.c | 519 static int power_up(struct v4l2_subdev *sd) in power_up() function 605 ret = power_up(sd); in ov2722_s_power() 685 ret = power_up(sd); in ov2722_set_fmt() 800 ret = power_up(sd); in ov2722_s_config()
|
| /linux/sound/pci/ac97/ |
| A D | ac97_codec.c | 591 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() 2479 unsigned int power_up, bits; in update_power_regs() local 2483 power_up |= (1 << PWIDX_MIC); in update_power_regs() 2485 power_up |= (1 << PWIDX_SURR); in update_power_regs() 2487 power_up |= (1 << PWIDX_CLFE); in update_power_regs() 2490 power_up = ac97->power_up; in update_power_regs() 2492 if (power_up) { in update_power_regs() 2503 if (power_up & (1 << i)) in update_power_regs() [all …]
|
| /linux/drivers/pci/controller/ |
| A D | pcie-mediatek-gen3.c | 134 int (*power_up)(struct mtk_gen3_pcie *pcie); member 1030 err = pcie->soc->power_up(pcie); in mtk_pcie_setup() 1181 err = pcie->soc->power_up(pcie); in mtk_pcie_resume_noirq() 1202 .power_up = mtk_pcie_power_up, 1210 .power_up = mtk_pcie_en7581_power_up,
|
| /linux/drivers/gpu/drm/gma500/ |
| A D | power.c | 116 dev_priv->ops->power_up(dev); in gma_resume_display()
|
| /linux/drivers/mfd/ |
| A D | si476x-cmd.c | 1426 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/drivers/usb/common/ |
| A D | usb-otg-fsm.c | 351 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/ |
| A D | otg-fsm.h | 128 int power_up; member
|
| /linux/drivers/dma/sh/ |
| A D | shdma-base.c | 77 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/drivers/staging/olpc_dcon/ |
| A D | olpc_dcon.c | 123 power_up: in dcon_bus_stabilize() 147 goto power_up; /* argh, stupid hardware.. */ in dcon_bus_stabilize()
|