Searched refs:powerup (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/net/wireless/st/cw1200/ |
D | cw1200_sdio.c | 210 if (pdata->powerup) { in cw1200_sdio_on() 211 gpio_request(pdata->powerup, "cw1200_wlan_powerup"); in cw1200_sdio_on() 212 gpio_direction_output(pdata->powerup, 0); in cw1200_sdio_on() 214 if (pdata->reset || pdata->powerup) in cw1200_sdio_on() 235 if (pdata->powerup) { in cw1200_sdio_on() 236 gpio_set_value(pdata->powerup, 1); in cw1200_sdio_on()
|
D | cw1200_spi.c | 305 if (pdata->powerup) { in cw1200_spi_on() 306 gpio_request(pdata->powerup, "cw1200_wlan_powerup"); in cw1200_spi_on() 307 gpio_direction_output(pdata->powerup, 0); in cw1200_spi_on() 309 if (pdata->reset || pdata->powerup) in cw1200_spi_on() 330 if (pdata->powerup) { in cw1200_spi_on() 331 gpio_set_value(pdata->powerup, 1); in cw1200_spi_on()
|
/Linux-v5.4/include/linux/platform_data/ |
D | net-cw1200.h | 18 int powerup; /* GPIO to POWERUP signal (0 disables) */ member 34 int powerup; /* GPIO to POWERUP signal (0 disables) */ member
|
/Linux-v5.4/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_phy.c | 99 if (!phy || !phy->cfg->powerup) in msm_hdmi_phy_powerup() 102 phy->cfg->powerup(phy, pixclock); in msm_hdmi_phy_powerup()
|
D | hdmi_phy_8x74.c | 38 .powerup = hdmi_phy_8x74_powerup,
|
D | hdmi_phy_8960.c | 45 .powerup = hdmi_phy_8960_powerup,
|
D | hdmi_phy_8x60.c | 127 .powerup = hdmi_phy_8x60_powerup,
|
D | hdmi.h | 146 void (*powerup)(struct hdmi_phy *phy, unsigned long int pixclock); member
|
/Linux-v5.4/include/sound/ |
D | ac97_codec.h | 326 int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup); 329 int powerup) in snd_ac97_update_power() argument
|
/Linux-v5.4/sound/pci/ac97/ |
D | ac97_codec.c | 2370 int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup) in snd_ac97_update_power() argument 2383 if (powerup) in snd_ac97_update_power() 2392 if (ac97_is_power_save_mode(ac97) && !powerup) in snd_ac97_update_power()
|