| /linux/drivers/usb/chipidea/ |
| H A D | otg_fsm.c | 344 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 D | debug.c | 214 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 D | link_dp_trace.c | 148 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 D | hif.h | 83 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 D | sdio.c | 2131 .power_up = ath10k_sdio_hif_power_up,
|
| H A D | pci.c | 3087 .power_up = ath10k_pci_hif_power_up,
|
| /linux/drivers/pci/controller/ |
| H A D | pcie-mediatek-gen3.c | 159 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 D | i2c-hid-of-goodix.c | 88 ihid_goodix->ops.power_up = goodix_i2c_hid_power_up; in i2c_hid_of_goodix_probe()
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | power.c | 116 dev_priv->ops->power_up(dev); in gma_resume_display()
|
| H A D | psb_device.c | 291 .power_up = psb_power_up,
|
| H A D | oaktrail_device.c | 502 .power_up = oaktrail_power_up,
|
| H A D | psb_drv.h | 575 int (*power_up)(struct drm_device *dev); member
|
| /linux/drivers/mfd/ |
| H A D | si476x-cmd.c | 1426 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 D | usb-otg-fsm.c | 351 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 D | otg-fsm.h | 128 int power_up; member
|
| /linux/drivers/dma/sh/ |
| H A D | shdma-base.c | 77 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 D | ac97_codec.h | 278 unsigned int power_up; /* power states */ member
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | hw.h | 558 void (*power_up)(struct e1000_hw *); member
|
| H A D | 80003es2lan.c | 47 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_80003es2lan()
|
| H A D | 82571.c | 59 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82571()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_types.h | 314 u16 power_up; /* eDP: T1+T3, LVDS: T1+T2 */ member
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/ |
| H A D | hw_sequencer.h | 997 void (*edp_wait_for_hpd_ready)(struct dc_link *link, bool power_up);
|
| /linux/sound/hda/codecs/realtek/ |
| H A D | alc269.c | 209 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()
|