Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/st/cw1200/
A Dcw1200_sdio.c204 if (pdata->powerup) { in cw1200_sdio_on()
205 gpio_request(pdata->powerup, "cw1200_wlan_powerup"); in cw1200_sdio_on()
206 gpio_direction_output(pdata->powerup, 0); in cw1200_sdio_on()
208 if (pdata->reset || pdata->powerup) in cw1200_sdio_on()
229 if (pdata->powerup) { in cw1200_sdio_on()
230 gpio_set_value(pdata->powerup, 1); in cw1200_sdio_on()
A Dcw1200_spi.c301 if (pdata->powerup) { in cw1200_spi_on()
302 gpio_request(pdata->powerup, "cw1200_wlan_powerup"); in cw1200_spi_on()
303 gpio_direction_output(pdata->powerup, 0); in cw1200_spi_on()
305 if (pdata->reset || pdata->powerup) in cw1200_spi_on()
326 if (pdata->powerup) { in cw1200_spi_on()
327 gpio_set_value(pdata->powerup, 1); in cw1200_spi_on()
/linux/include/linux/platform_data/
A Dnet-cw1200.h18 int powerup; /* GPIO to POWERUP signal (0 disables) */ member
34 int powerup; /* GPIO to POWERUP signal (0 disables) */ member
/linux/drivers/gpu/drm/msm/hdmi/
A Dhdmi_phy.c94 if (!phy || !phy->cfg->powerup) in msm_hdmi_phy_powerup()
97 phy->cfg->powerup(phy, pixclock); in msm_hdmi_phy_powerup()
A Dhdmi_phy_8x74.c38 .powerup = hdmi_phy_8x74_powerup,
A Dhdmi_phy_8960.c45 .powerup = hdmi_phy_8960_powerup,
A Dhdmi_phy_8x60.c127 .powerup = hdmi_phy_8x60_powerup,
A Dhdmi.h148 void (*powerup)(struct hdmi_phy *phy, unsigned long int pixclock); member
/linux/include/sound/
A Dac97_codec.h327 int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup);
330 int powerup) in snd_ac97_update_power() argument
/linux/Documentation/ABI/testing/
A Dsysfs-driver-w1_therm176 temperature reads 85.00 (powerup value) or 127.94
/linux/Documentation/w1/slaves/
A Dw1_therm.rst127 conversion and temperature reads 85.00 (powerup value) or 127.94 (insufficient
/linux/sound/pci/ac97/
A Dac97_codec.c2438 int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup) in snd_ac97_update_power() argument
2451 if (powerup) in snd_ac97_update_power()
2460 if (ac97_is_power_save_mode(ac97) && !powerup) in snd_ac97_update_power()

Completed in 20 milliseconds