Home
last modified time | relevance | path

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

/linux/drivers/usb/chipidea/
H A Dotg_fsm.c344 if (ci->fsm.power_up) in b_data_pls_tmout()
345 ci->fsm.power_up = 0; in b_data_pls_tmout()
483 fsm->power_up = 0; in ci_otg_drv_vbus()
611 (ci->fsm.power_up)) { in ci_otg_fsm_work()
624 ci->fsm.power_up = 0; in ci_otg_fsm_work()
807 ci->fsm.power_up = 1; in ci_hdrc_otg_fsm_init()
H A Ddebug.c214 seq_printf(s, "power_up: %d\n", fsm->power_up); in ci_otg_show()
/linux/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_dp_trace.c148 bool power_up) in dp_trace_set_edp_power_timestamp() argument
150 if (!power_up) in dp_trace_set_edp_power_timestamp()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhif.h83 int (*power_up)(struct ath10k *ar, enum ath10k_firmware_mode fw_mode); member
186 return ar->hif.ops->power_up(ar, fw_mode); in ath10k_hif_power_up()
H A Dsdio.c2131 .power_up = ath10k_sdio_hif_power_up,
H A Dpci.c3087 .power_up = ath10k_pci_hif_power_up,
/linux/drivers/pci/controller/
H A Dpcie-mediatek-gen3.c159 int (*power_up)(struct mtk_gen3_pcie *pcie); member
1148 err = pcie->soc->power_up(pcie); in mtk_pcie_setup()
1315 err = pcie->soc->power_up(pcie); in mtk_pcie_resume_noirq()
1336 .power_up = mtk_pcie_power_up,
1344 .power_up = mtk_pcie_power_up,
1353 .power_up = mtk_pcie_en7581_power_up,
/linux/drivers/hid/i2c-hid/
H A Di2c-hid-of-goodix.c88 ihid_goodix->ops.power_up = goodix_i2c_hid_power_up; in i2c_hid_of_goodix_probe()
/linux/drivers/gpu/drm/gma500/
H A Dpower.c116 dev_priv->ops->power_up(dev); in gma_resume_display()
H A Dpsb_device.c291 .power_up = psb_power_up,
H A Doaktrail_device.c502 .power_up = oaktrail_power_up,
H A Dpsb_drv.h575 int (*power_up)(struct drm_device *dev); member
/linux/drivers/mfd/
H A Dsi476x-cmd.c1426 int (*power_up)(struct si476x_core *, member
1445 .power_up = si476x_core_cmd_power_up_a10,
1454 .power_up = si476x_core_cmd_power_up_a20,
1463 .power_up = si476x_core_cmd_power_up_a20,
1478 return si476x_cmds_vtable[core->revision].power_up(core, args); in si476x_core_cmd_power_up()
/linux/drivers/usb/common/
H A Dusb-otg-fsm.c351 else if ((fsm->b_bus_req || fsm->adp_change || fsm->power_up) && in otg_statemachine()
386 fsm->a_srp_det || fsm->adp_change || fsm->power_up)) in otg_statemachine()
/linux/include/linux/usb/
H A Dotg-fsm.h128 int power_up; member
/linux/drivers/dma/sh/
H A Dshdma-base.c77 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/include/sound/
H A Dac97_codec.h278 unsigned int power_up; /* power states */ member
/linux/drivers/net/ethernet/intel/e1000e/
H A Dhw.h558 void (*power_up)(struct e1000_hw *); member
H A D80003es2lan.c47 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_80003es2lan()
H A D82571.c59 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82571()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h314 u16 power_up; /* eDP: T1+T3, LVDS: T1+T2 */ member
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h997 void (*edp_wait_for_hpd_ready)(struct dc_link *link, bool power_up);
/linux/sound/hda/codecs/realtek/
H A Dalc269.c209 static void alc269vb_toggle_power_output(struct hda_codec *codec, int power_up) in alc269vb_toggle_power_output() argument
211 alc_update_coef_idx(codec, 0x04, 1 << 11, power_up ? (1 << 11) : 0); in alc269vb_toggle_power_output()