Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/st/cw1200/
Dcw1200_sdio.c213 if (pdata->powerup) { in cw1200_sdio_on()
214 gpio_request(pdata->powerup, "cw1200_wlan_powerup"); in cw1200_sdio_on()
215 gpio_direction_output(pdata->powerup, 0); in cw1200_sdio_on()
217 if (pdata->reset || pdata->powerup) in cw1200_sdio_on()
238 if (pdata->powerup) { in cw1200_sdio_on()
239 gpio_set_value(pdata->powerup, 1); in cw1200_sdio_on()
Dcw1200_spi.c308 if (pdata->powerup) { in cw1200_spi_on()
309 gpio_request(pdata->powerup, "cw1200_wlan_powerup"); in cw1200_spi_on()
310 gpio_direction_output(pdata->powerup, 0); in cw1200_spi_on()
312 if (pdata->reset || pdata->powerup) in cw1200_spi_on()
333 if (pdata->powerup) { in cw1200_spi_on()
334 gpio_set_value(pdata->powerup, 1); in cw1200_spi_on()
/Linux-v4.19/include/linux/platform_data/
Dnet-cw1200.h18 int powerup; /* GPIO to POWERUP signal (0 disables) */ member
34 int powerup; /* GPIO to POWERUP signal (0 disables) */ member
/Linux-v4.19/drivers/gpu/drm/msm/hdmi/
Dhdmi_phy.c107 if (!phy || !phy->cfg->powerup) in msm_hdmi_phy_powerup()
110 phy->cfg->powerup(phy, pixclock); in msm_hdmi_phy_powerup()
Dhdmi_phy_8x74.c49 .powerup = hdmi_phy_8x74_powerup,
Dhdmi_phy_8960.c56 .powerup = hdmi_phy_8960_powerup,
Dhdmi_phy_8x60.c136 .powerup = hdmi_phy_8x60_powerup,
Dhdmi.h157 void (*powerup)(struct hdmi_phy *phy, unsigned long int pixclock); member
/Linux-v4.19/include/sound/
Dac97_codec.h326 int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup);
329 int powerup) in snd_ac97_update_power() argument
/Linux-v4.19/sound/pci/ac97/
Dac97_codec.c2390 int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup) in snd_ac97_update_power() argument
2403 if (powerup) in snd_ac97_update_power()
2412 if (ac97_is_power_save_mode(ac97) && !powerup) in snd_ac97_update_power()