Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/backlight/
Dwm831x_bl.c33 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-4.4.14/drivers/usb/chipidea/
Dotg_fsm.c328 if (ci->fsm.power_up) in b_data_pls_tmout()
329 ci->fsm.power_up = 0; in b_data_pls_tmout()
463 fsm->power_up = 0; in ci_otg_drv_vbus()
578 (ci->fsm.power_up)) { in ci_otg_fsm_work()
591 ci->fsm.power_up = 0; in ci_otg_fsm_work()
775 ci->fsm.power_up = 1; in ci_hdrc_otg_fsm_init()
Ddebug.c247 seq_printf(s, "power_up: %d\n", fsm->power_up); in ci_otg_show()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dhif.h82 int (*power_up)(struct ath10k *ar); member
160 return ar->hif.ops->power_up(ar); in ath10k_hif_power_up()
Dpci.c2504 .power_up = ath10k_pci_hif_power_up,
/linux-4.4.14/sound/pci/ac97/
Dac97_codec.c605 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-4.4.14/drivers/usb/common/
Dusb-otg-fsm.c267 else if ((fsm->b_bus_req || fsm->adp_change || fsm->power_up) && in otg_statemachine()
302 fsm->a_srp_det || fsm->adp_change || fsm->power_up)) in otg_statemachine()
/linux-4.4.14/drivers/mfd/
Dsi476x-cmd.c1437 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-4.4.14/include/linux/usb/
Dotg-fsm.h67 int power_up; member
/linux-4.4.14/drivers/usb/phy/
Dphy-isp1301-omap.c261 static void power_up(struct isp1301 *isp) in power_up() function
1255 power_up(isp); in isp1301_otg_enable()
1301 power_up(isp); in isp1301_set_host()
1369 power_up(isp); in isp1301_set_peripheral()
/linux-4.4.14/drivers/gpu/drm/gma500/
Dpower.c106 dev_priv->ops->power_up(dev); in gma_resume_display()
Dpsb_device.c358 .power_up = psb_power_up,
Dmdfld_device.c550 .power_up = mdfld_power_up,
Doaktrail_device.c572 .power_up = oaktrail_power_up,
Dcdv_device.c623 .power_up = cdv_power_up,
Dpsb_drv.h654 int (*power_up)(struct drm_device *dev); member
/linux-4.4.14/drivers/dma/sh/
Dshdma-base.c80 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-4.4.14/drivers/staging/olpc_dcon/
Dolpc_dcon.c125 power_up: in dcon_bus_stabilize()
149 goto power_up; /* argh, stupid hardware.. */ in dcon_bus_stabilize()
/linux-4.4.14/include/sound/
Dac97_codec.h528 unsigned int power_up; /* power states */ member
/linux-4.4.14/sound/soc/
Dsoc-dapm.c1308 bool power_up) in dapm_seq_compare() argument
1312 if (power_up) in dapm_seq_compare()
1320 if (power_up) in dapm_seq_compare()
1336 bool power_up) in dapm_seq_insert() argument
1341 if (dapm_seq_compare(new_widget, w, power_up) < 0) { in dapm_seq_insert()
1461 struct list_head *list, int event, bool power_up) in dapm_seq_run() argument
1473 if (power_up) in dapm_seq_run()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dhw.h518 void (*power_up)(struct e1000_hw *); member
D80003es2lan.c65 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_80003es2lan()
D82571.c77 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82571()
Dich8lan.c455 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_pchlan()
530 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_ich8lan()
Dnetdev.c3780 if (adapter->hw.phy.ops.power_up) in e1000e_power_up_phy()
3781 adapter->hw.phy.ops.power_up(&adapter->hw); in e1000e_power_up_phy()
/linux-4.4.14/sound/pci/hda/
Dpatch_realtek.c2725 static void alc269vb_toggle_power_output(struct hda_codec *codec, int power_up) in alc269vb_toggle_power_output() argument
2727 alc_update_coef_idx(codec, 0x04, 1 << 11, power_up ? (1 << 11) : 0); in alc269vb_toggle_power_output()