/Linux-v4.19/drivers/video/backlight/ |
D | wm831x_bl.c | 33 int power_up = !data->current_brightness && brightness; in wm831x_backlight_set() local 37 if (power_up) { in wm831x_backlight_set() 71 if (power_up) { in wm831x_backlight_set() 87 if (power_up || power_down) { in wm831x_backlight_set()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_hw_sequencer.h | 77 bool power_up); 85 bool power_up);
|
D | dce110_hw_sequencer.c | 780 bool power_up) in hwss_edp_wait_for_hpd_ready() argument 787 uint32_t timeout = power_up ? in hwss_edp_wait_for_hpd_ready() 796 if (!power_up) in hwss_edp_wait_for_hpd_ready() 826 if (!(detected ^ power_up)) { in hwss_edp_wait_for_hpd_ready() 848 bool power_up) in hwss_edp_power_control() argument 862 if (power_up != is_panel_powered_on(hwseq)) { in hwss_edp_power_control() 864 if (power_up) { in hwss_edp_power_control() 894 __func__, (power_up ? "On":"Off")); in hwss_edp_power_control() 896 cntl.action = power_up ? in hwss_edp_power_control() 906 if (!power_up) in hwss_edp_power_control() [all …]
|
/Linux-v4.19/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-v4.19/drivers/net/wireless/ath/ath10k/ |
D | hif.h | 84 int (*power_up)(struct ath10k *ar); member 170 return ar->hif.ops->power_up(ar); in ath10k_hif_power_up()
|
/Linux-v4.19/sound/pci/ac97/ |
D | ac97_codec.c | 605 ac97->power_up &= ~(1 << (reg>>1)); in snd_ac97_put_volsw() 607 ac97->power_up |= 1 << (reg>>1); in snd_ac97_put_volsw() 2404 ac97->power_up |= (1 << i); in snd_ac97_update_power() 2406 ac97->power_up &= ~(1 << i); in snd_ac97_update_power() 2432 unsigned int power_up, bits; in update_power_regs() local 2435 power_up = (1 << PWIDX_FRONT) | (1 << PWIDX_ADC); in update_power_regs() 2436 power_up |= (1 << PWIDX_MIC); in update_power_regs() 2438 power_up |= (1 << PWIDX_SURR); in update_power_regs() 2440 power_up |= (1 << PWIDX_CLFE); in update_power_regs() 2443 power_up = ac97->power_up; in update_power_regs() [all …]
|
/Linux-v4.19/drivers/mfd/ |
D | si476x-cmd.c | 1437 int (*power_up)(struct si476x_core *, member 1456 .power_up = si476x_core_cmd_power_up_a10, 1465 .power_up = si476x_core_cmd_power_up_a20, 1474 .power_up = si476x_core_cmd_power_up_a20, 1489 return si476x_cmds_vtable[core->revision].power_up(core, args); in si476x_core_cmd_power_up()
|
/Linux-v4.19/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-v4.19/drivers/gpu/drm/amd/display/dc/inc/ |
D | hw_sequencer.h | 222 void (*edp_wait_for_hpd_ready)(struct dc_link *link, bool power_up);
|
/Linux-v4.19/include/linux/usb/ |
D | otg-fsm.h | 141 int power_up; member
|
/Linux-v4.19/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-v4.19/drivers/gpu/drm/gma500/ |
D | power.c | 106 dev_priv->ops->power_up(dev); in gma_resume_display()
|
D | psb_device.c | 360 .power_up = psb_power_up,
|
D | mdfld_device.c | 552 .power_up = mdfld_power_up,
|
D | oaktrail_device.c | 574 .power_up = oaktrail_power_up,
|
D | cdv_device.c | 627 .power_up = cdv_power_up,
|
D | psb_drv.h | 658 int (*power_up)(struct drm_device *dev); member
|
/Linux-v4.19/drivers/dma/sh/ |
D | shdma-base.c | 80 bool power_up; in shdma_tx_submit() local 84 power_up = list_empty(&schan->ld_queue); in shdma_tx_submit() 114 if (power_up) { in shdma_tx_submit()
|
/Linux-v4.19/drivers/staging/olpc_dcon/ |
D | olpc_dcon.c | 125 power_up: in dcon_bus_stabilize() 149 goto power_up; /* argh, stupid hardware.. */ in dcon_bus_stabilize()
|
/Linux-v4.19/include/sound/ |
D | ac97_codec.h | 278 unsigned int power_up; /* power states */ member
|
/Linux-v4.19/include/drm/ |
D | drm_dp_mst_helper.h | 635 struct drm_dp_mst_port *port, bool power_up);
|
/Linux-v4.19/sound/soc/ |
D | soc-dapm.c | 1394 bool power_up) in dapm_seq_compare() argument 1398 if (power_up) in dapm_seq_compare() 1406 if (power_up) in dapm_seq_compare() 1422 bool power_up) in dapm_seq_insert() argument 1427 if (dapm_seq_compare(new_widget, w, power_up) < 0) { in dapm_seq_insert() 1547 struct list_head *list, int event, bool power_up) in dapm_seq_run() argument 1559 if (power_up) in dapm_seq_run()
|
/Linux-v4.19/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 514 void (*power_up)(struct e1000_hw *); member
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_dp_mst_topology.c | 721 int port_num, bool power_up) in build_power_updown_phy() argument 725 if (power_up) in build_power_updown_phy() 1770 struct drm_dp_mst_port *port, bool power_up) in drm_dp_send_power_updown_phy() argument 1786 len = build_power_updown_phy(txmsg, port->port_num, power_up); in drm_dp_send_power_updown_phy()
|