Searched refs:powerup (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/net/wireless/cw1200/ |
D | cw1200_sdio.c | 212 if (pdata->powerup) { in cw1200_sdio_on() 213 gpio_request(pdata->powerup, "cw1200_wlan_powerup"); in cw1200_sdio_on() 214 gpio_direction_output(pdata->powerup, 0); in cw1200_sdio_on() 216 if (pdata->reset || pdata->powerup) in cw1200_sdio_on() 237 if (pdata->powerup) { in cw1200_sdio_on() 238 gpio_set_value(pdata->powerup, 1); in cw1200_sdio_on()
|
D | cw1200_spi.c | 308 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-4.1.27/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-4.1.27/drivers/gpu/drm/msm/hdmi/ |
D | hdmi.h | 121 void (*powerup)(struct hdmi_phy *phy, unsigned long int pixclock); member
|
D | hdmi_phy_8x74.c | 121 .powerup = hdmi_phy_8x74_powerup,
|
D | hdmi_phy_8x60.c | 186 .powerup = hdmi_phy_8x60_powerup,
|
D | hdmi_bridge.c | 103 phy->funcs->powerup(phy, hdmi->pixclock); in hdmi_bridge_pre_enable()
|
D | hdmi_phy_8960.c | 515 .powerup = hdmi_phy_8960_powerup,
|
/linux-4.1.27/include/sound/ |
D | ac97_codec.h | 575 int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup); 578 int powerup) in snd_ac97_update_power() argument
|
/linux-4.1.27/sound/pci/ac97/ |
D | ac97_codec.c | 2390 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()
|