Searched refs:powerup (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_phy_8x74.c38 .powerup = hdmi_phy_8x74_powerup,
H A Dhdmi_phy_8960.c45 .powerup = hdmi_phy_8960_powerup,
H A Dhdmi_phy.c95 if (!phy || !phy->cfg->powerup)
98 phy->cfg->powerup(phy, pixclock);
H A Dhdmi_phy_8x60.c135 .powerup = hdmi_phy_8x60_powerup,
H A Dhdmi.h145 void (*powerup)(struct hdmi_phy *phy, unsigned long int pixclock); member in struct:hdmi_phy_cfg
/linux-master/drivers/net/wireless/st/cw1200/
H A Dcw1200_spi.c42 struct gpio_desc *powerup; member in struct:hwbus_priv
300 gpiod_direction_output(self->powerup, 0);
301 if (self->reset || self->powerup)
322 if (self->powerup) {
323 gpiod_set_value(self->powerup, 1);
393 self->powerup = devm_gpiod_get_optional(&func->dev, "powerup", GPIOD_OUT_LOW);
394 if (IS_ERR(self->powerup))
395 return dev_err_probe(&func->dev, PTR_ERR(self->powerup),
396 "could not get powerup GPI
[all...]
/linux-master/include/sound/
H A Dac97_codec.h327 int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup);
330 int powerup)
329 snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup) argument
/linux-master/sound/soc/intel/avs/
H A Dmessages.c356 int avs_ipc_set_dx(struct avs_dev *adev, u32 core_mask, bool powerup) argument
363 dx.dx_mask = powerup ? core_mask : 0;
H A Dmessages.h336 int avs_ipc_set_dx(struct avs_dev *adev, u32 core_mask, bool powerup);
/linux-master/sound/pci/ac97/
H A Dac97_codec.c2431 * @powerup: non-zero when power up the part
2437 int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup) argument
2450 if (powerup)
2459 if (ac97_is_power_save_mode(ac97) && !powerup)

Completed in 175 milliseconds