Home
last modified time | relevance | path

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

12

/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/gpu/drm/i915/display/
H A Dintel_lvds.c167 pps->delays.power_up = REG_FIELD_GET(PANEL_POWER_UP_DELAY_MASK, val); in intel_lvds_pps_get_hw_state()
188 pps->delays.power_up == 0 && in intel_lvds_pps_get_hw_state()
196 pps->delays.power_up = 40 * 10; in intel_lvds_pps_get_hw_state()
205 pps->delays.power_up, pps->delays.power_down, in intel_lvds_pps_get_hw_state()
225 REG_FIELD_PREP(PANEL_POWER_UP_DELAY_MASK, pps->delays.power_up) | in intel_lvds_pps_init_hw()
H A Dintel_display_types.h315 u16 power_up; /* eDP: T1+T3, LVDS: T1+T2 */ member
/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,
/linux/drivers/staging/media/atomisp/i2c/
H A Datomisp-gc2235.c404 static int power_up(struct v4l2_subdev *sd) in power_up() function
486 ret = power_up(sd); in gc2235_s_power()
508 power_up(sd); in gc2235_startup()
654 ret = power_up(sd); in gc2235_s_config()
H A Datomisp-ov2722.c509 static int power_up(struct v4l2_subdev *sd) in power_up() function
595 ret = power_up(sd); in ov2722_s_power()
675 ret = power_up(sd); in ov2722_set_fmt()
790 ret = power_up(sd); in ov2722_s_config()
/linux/sound/pci/ac97/
H A Dac97_codec.c581 ac97->power_up &= ~(1 << (reg>>1)); in snd_ac97_put_volsw()
583 ac97->power_up |= 1 << (reg>>1); in snd_ac97_put_volsw()
2442 ac97->power_up |= (1 << i); in snd_ac97_update_power()
2444 ac97->power_up &= ~(1 << i); in snd_ac97_update_power()
2469 unsigned int power_up, bits; in update_power_regs() local
2472 power_up = (1 << PWIDX_FRONT) | (1 << PWIDX_ADC); in update_power_regs()
2473 power_up |= (1 << PWIDX_MIC); in update_power_regs()
2475 power_up |= (1 << PWIDX_SURR); in update_power_regs()
2477 power_up |= (1 << PWIDX_CLFE); in update_power_regs()
2480 power_up = ac97->power_up; in update_power_regs()
[all …]
/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()
H A Di2c-hid-core.c943 if (!ihid->ops->power_up) in i2c_hid_core_power_up()
946 return ihid->ops->power_up(ihid->ops); in i2c_hid_core_power_up()
/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,
/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/sound/soc/
H A Dsoc-dapm.c1785 bool power_up) in dapm_seq_compare()
1792 if (power_up) in dapm_seq_compare()
1803 if (power_up) in dapm_seq_compare()
1819 bool power_up) in dapm_seq_insert()
1824 if (dapm_seq_compare(new_widget, w, power_up) < 0) { in dapm_seq_check_event()
1948 struct list_head *list, int event, bool power_up) in dapm_seq_run()
1961 if (power_up) in dapm_seq_run()
1777 dapm_seq_compare(struct snd_soc_dapm_widget * a,struct snd_soc_dapm_widget * b,bool power_up) dapm_seq_compare() argument
1811 dapm_seq_insert(struct snd_soc_dapm_widget * new_widget,struct list_head * list,bool power_up) dapm_seq_insert() argument
1940 dapm_seq_run(struct snd_soc_card * card,struct list_head * list,int event,bool power_up) dapm_seq_run() argument
/linux/drivers/net/ethernet/intel/e1000e/
H A Dhw.h556 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()
H A Dich8lan.c525 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_pchlan()
612 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_ich8lan()

12