Searched refs:power_up (Results 1 – 22 of 22) sorted by relevance
/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()
|
/drivers/usb/chipidea/ |
D | otg_fsm.c | 346 if (ci->fsm.power_up) in b_data_pls_tmout() 347 ci->fsm.power_up = 0; in b_data_pls_tmout() 482 fsm->power_up = 0; in ci_otg_drv_vbus() 607 (ci->fsm.power_up)) { in ci_otg_fsm_work() 620 ci->fsm.power_up = 0; in ci_otg_fsm_work() 804 ci->fsm.power_up = 1; in ci_hdrc_otg_fsm_init()
|
D | debug.c | 246 seq_printf(s, "power_up: %d\n", fsm->power_up); in ci_otg_show()
|
/drivers/net/wireless/ath/ath10k/ |
D | hif.h | 82 int (*power_up)(struct ath10k *ar); member 164 return ar->hif.ops->power_up(ar); in ath10k_hif_power_up()
|
D | ahb.c | 735 .power_up = ath10k_ahb_hif_power_up,
|
D | pci.c | 2748 .power_up = ath10k_pci_hif_power_up,
|
/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()
|
/drivers/usb/common/ |
D | usb-otg-fsm.c | 353 else if ((fsm->b_bus_req || fsm->adp_change || fsm->power_up) && in otg_statemachine() 388 fsm->a_srp_det || fsm->adp_change || fsm->power_up)) in otg_statemachine()
|
/drivers/usb/phy/ |
D | phy-isp1301-omap.c | 261 static void __maybe_unused 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()
|
/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()
|
/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()
|
/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 | 625 .power_up = cdv_power_up,
|
D | psb_drv.h | 658 int (*power_up)(struct drm_device *dev); member
|
/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 523 void (*power_up)(struct e1000_hw *); member
|
D | 80003es2lan.c | 65 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_80003es2lan()
|
D | 82571.c | 77 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82571()
|
D | ich8lan.c | 455 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()
|
D | netdev.c | 3785 if (adapter->hw.phy.ops.power_up) in e1000e_power_up_phy() 3786 adapter->hw.phy.ops.power_up(&adapter->hw); in e1000e_power_up_phy()
|