| /Linux-v5.4/drivers/video/backlight/ |
| 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-v5.4/drivers/gpu/drm/amd/display/dc/dce110/ |
| D | dce110_hw_sequencer.h | 78 bool power_up); 86 bool power_up);
|
| D | dce110_hw_sequencer.c | 736 bool power_up) in dce110_edp_wait_for_hpd_ready() argument 743 uint32_t timeout = power_up ? in dce110_edp_wait_for_hpd_ready() 752 if (!power_up) in dce110_edp_wait_for_hpd_ready() 782 if (!(detected ^ power_up)) { in dce110_edp_wait_for_hpd_ready() 804 bool power_up) in dce110_edp_power_control() argument 818 if (power_up != is_panel_powered_on(hwseq)) { in dce110_edp_power_control() 820 if (power_up) { in dce110_edp_power_control() 850 __func__, (power_up ? "On":"Off")); in dce110_edp_power_control() 852 cntl.action = power_up ? in dce110_edp_power_control() 862 if (!power_up) in dce110_edp_power_control() [all …]
|
| /Linux-v5.4/drivers/usb/chipidea/ |
| D | otg_fsm.c | 342 if (ci->fsm.power_up) in b_data_pls_tmout() 343 ci->fsm.power_up = 0; in b_data_pls_tmout() 478 fsm->power_up = 0; in ci_otg_drv_vbus() 603 (ci->fsm.power_up)) { in ci_otg_fsm_work() 616 ci->fsm.power_up = 0; in ci_otg_fsm_work() 800 ci->fsm.power_up = 1; in ci_hdrc_otg_fsm_init()
|
| D | debug.c | 214 seq_printf(s, "power_up: %d\n", fsm->power_up); in ci_otg_show()
|
| /Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
| D | hif.h | 81 int (*power_up)(struct ath10k *ar, enum ath10k_firmware_mode fw_mode); member 176 return ar->hif.ops->power_up(ar, fw_mode); in ath10k_hif_power_up()
|
| D | ahb.c | 722 .power_up = ath10k_ahb_hif_power_up,
|
| /Linux-v5.4/sound/pci/ac97/ |
| D | ac97_codec.c | 590 ac97->power_up &= ~(1 << (reg>>1)); in snd_ac97_put_volsw() 592 ac97->power_up |= 1 << (reg>>1); in snd_ac97_put_volsw() 2384 ac97->power_up |= (1 << i); in snd_ac97_update_power() 2386 ac97->power_up &= ~(1 << i); in snd_ac97_update_power() 2412 unsigned int power_up, bits; in update_power_regs() local 2415 power_up = (1 << PWIDX_FRONT) | (1 << PWIDX_ADC); in update_power_regs() 2416 power_up |= (1 << PWIDX_MIC); in update_power_regs() 2418 power_up |= (1 << PWIDX_SURR); in update_power_regs() 2420 power_up |= (1 << PWIDX_CLFE); in update_power_regs() 2423 power_up = ac97->power_up; in update_power_regs() [all …]
|
| /Linux-v5.4/drivers/mfd/ |
| D | si476x-cmd.c | 1428 int (*power_up)(struct si476x_core *, member 1447 .power_up = si476x_core_cmd_power_up_a10, 1456 .power_up = si476x_core_cmd_power_up_a20, 1465 .power_up = si476x_core_cmd_power_up_a20, 1480 return si476x_cmds_vtable[core->revision].power_up(core, args); in si476x_core_cmd_power_up()
|
| /Linux-v5.4/drivers/usb/common/ |
| D | usb-otg-fsm.c | 347 else if ((fsm->b_bus_req || fsm->adp_change || fsm->power_up) && in otg_statemachine() 382 fsm->a_srp_det || fsm->adp_change || fsm->power_up)) in otg_statemachine()
|
| /Linux-v5.4/include/linux/usb/ |
| D | otg-fsm.h | 141 int power_up; member
|
| /Linux-v5.4/drivers/usb/phy/ |
| D | phy-isp1301-omap.c | 248 static void __maybe_unused power_up(struct isp1301 *isp) in power_up() function 1243 power_up(isp); in isp1301_otg_enable() 1289 power_up(isp); in isp1301_set_host() 1357 power_up(isp); in isp1301_set_peripheral()
|
| /Linux-v5.4/drivers/gpu/drm/gma500/ |
| D | power.c | 106 dev_priv->ops->power_up(dev); in gma_resume_display()
|
| D | psb_device.c | 348 .power_up = psb_power_up,
|
| D | mdfld_device.c | 542 .power_up = mdfld_power_up,
|
| D | oaktrail_device.c | 564 .power_up = oaktrail_power_up,
|
| D | cdv_device.c | 616 .power_up = cdv_power_up,
|
| D | psb_drv.h | 646 int (*power_up)(struct drm_device *dev); member
|
| /Linux-v5.4/drivers/dma/sh/ |
| 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-v5.4/drivers/staging/olpc_dcon/ |
| D | olpc_dcon.c | 122 power_up: in dcon_bus_stabilize() 146 goto power_up; /* argh, stupid hardware.. */ in dcon_bus_stabilize()
|
| /Linux-v5.4/include/sound/ |
| D | ac97_codec.h | 278 unsigned int power_up; /* power states */ member
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/ |
| D | hw_sequencer.h | 276 void (*edp_wait_for_hpd_ready)(struct dc_link *link, bool power_up);
|
| /Linux-v5.4/include/drm/ |
| D | drm_dp_mst_helper.h | 668 struct drm_dp_mst_port *port, bool power_up);
|
| /Linux-v5.4/sound/soc/ |
| D | soc-dapm.c | 1453 bool power_up) in dapm_seq_compare() argument 1460 if (power_up) in dapm_seq_compare() 1471 if (power_up) in dapm_seq_compare() 1487 bool power_up) in dapm_seq_insert() argument 1492 if (dapm_seq_compare(new_widget, w, power_up) < 0) { in dapm_seq_insert() 1612 struct list_head *list, int event, bool power_up) in dapm_seq_run() argument 1624 if (power_up) in dapm_seq_run()
|
| /Linux-v5.4/drivers/net/ethernet/intel/e1000e/ |
| D | hw.h | 514 void (*power_up)(struct e1000_hw *); member
|