Searched refs:power_up (Results 1 - 21 of 21) sorted by relevance

/drivers/video/backlight/
H A Dwm831x_bl.c33 int power_up = !data->current_brightness && brightness; local
37 if (power_up) {
71 if (power_up) {
87 if (power_up || power_down) {
/drivers/net/wireless/ath/ath10k/
H A Dhif.h59 * desired so, call power_down() and power_up() */
84 int (*power_up)(struct ath10k *ar); member in struct:ath10k_hif_ops
156 return ar->hif.ops->power_up(ar);
H A Dpci.c1932 .power_up = ath10k_pci_hif_power_up,
/drivers/usb/common/
H A Dusb-otg-fsm.c267 else if ((fsm->b_bus_req || fsm->adp_change || fsm->power_up) &&
302 fsm->a_srp_det || fsm->adp_change || fsm->power_up))
/drivers/usb/chipidea/
H A Dotg_fsm.c353 if (ci->fsm.power_up)
354 ci->fsm.power_up = 0;
481 fsm->power_up = 0;
599 (ci->fsm.power_up))
605 ci->fsm.power_up = 0;
795 ci->fsm.power_up = 1;
H A Ddebug.c238 seq_printf(s, "power_up: %d\n", fsm->power_up);
/drivers/gpu/drm/gma500/
H A Dpower.c106 dev_priv->ops->power_up(dev);
H A Dpsb_device.c358 .power_up = psb_power_up,
H A Dmdfld_device.c550 .power_up = mdfld_power_up,
H A Dcdv_device.c623 .power_up = cdv_power_up,
H A Doaktrail_device.c572 .power_up = oaktrail_power_up,
H A Dpsb_drv.h651 int (*power_up)(struct drm_device *dev); member in struct:psb_ops
/drivers/mfd/
H A Dsi476x-cmd.c1437 int (*power_up)(struct si476x_core *, member in struct:__anon2569
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);
/drivers/staging/olpc_dcon/
H A Dolpc_dcon.c128 power_up:
152 goto power_up; /* argh, stupid hardware.. */
/drivers/usb/phy/
H A Dphy-isp1301-omap.c261 static void power_up(struct isp1301 *isp) function
1256 power_up(isp);
1302 power_up(isp);
1370 power_up(isp);
/drivers/dma/sh/
H A Dshdma-base.c80 bool power_up; local
84 power_up = list_empty(&schan->ld_queue);
114 if (power_up) {
/drivers/net/ethernet/intel/e1000e/
H A Dhw.h512 void (*power_up)(struct e1000_hw *); member in struct:e1000_phy_operations
H A D80003es2lan.c65 phy->ops.power_up = e1000_power_up_phy_copper;
H A D82571.c77 phy->ops.power_up = e1000_power_up_phy_copper;
H A Dich8lan.c443 phy->ops.power_up = e1000_power_up_phy_copper;
517 phy->ops.power_up = e1000_power_up_phy_copper;
H A Dnetdev.c3752 if (adapter->hw.phy.ops.power_up)
3753 adapter->hw.phy.ops.power_up(&adapter->hw);

Completed in 190 milliseconds