/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
H A D | cw1200_spi.c | 301 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()
|
H A D | cw1200_sdio.c | 204 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/ |
H A D | cw1200_spi.c | 301 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()
|
H A D | cw1200_sdio.c | 204 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()
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | net-cw1200.h | 18 int powerup; /* GPIO to POWERUP signal (0 disables) */ member 34 int powerup; /* GPIO to POWERUP signal (0 disables) */ member 51 .powerup = GPIO_RF_POWERUP,
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | net-cw1200.h | 18 int powerup; /* GPIO to POWERUP signal (0 disables) */ member 34 int powerup; /* GPIO to POWERUP signal (0 disables) */ member 51 .powerup = GPIO_RF_POWERUP,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/hdmi/ |
H A D | hdmi_phy.c | 95 if (!phy || !phy->cfg->powerup) in msm_hdmi_phy_powerup() 98 phy->cfg->powerup(phy, pixclock); in msm_hdmi_phy_powerup()
|
H A D | hdmi_phy_8x74.c | 38 .powerup = hdmi_phy_8x74_powerup,
|
H A D | hdmi_phy_8960.c | 45 .powerup = hdmi_phy_8960_powerup,
|
H A D | hdmi_phy_8x60.c | 135 .powerup = hdmi_phy_8x60_powerup,
|
H A D | hdmi.h | 145 void (*powerup)(struct hdmi_phy *phy, unsigned long int pixclock); member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/hdmi/ |
H A D | hdmi_phy_8x74.c | 38 .powerup = hdmi_phy_8x74_powerup,
|
H A D | hdmi_phy_8960.c | 45 .powerup = hdmi_phy_8960_powerup,
|
H A D | hdmi_phy.c | 103 if (!phy || !phy->cfg->powerup) in msm_hdmi_phy_powerup() 106 phy->cfg->powerup(phy, pixclock); in msm_hdmi_phy_powerup()
|
H A D | hdmi_phy_8x60.c | 127 .powerup = hdmi_phy_8x60_powerup,
|
H A D | hdmi.h | 146 void (*powerup)(struct hdmi_phy *phy, unsigned long int pixclock); member
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | ac97_codec.h | 327 int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup); 330 int powerup) in snd_ac97_update_power() 329 snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup) snd_ac97_update_power() argument
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | ac97_codec.h | 327 int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup); 330 int powerup) in snd_ac97_update_power() 329 snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup) snd_ac97_update_power() argument
|
/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | messages.c | 420 int avs_ipc_set_dx(struct avs_dev *adev, u32 core_mask, bool powerup) in avs_ipc_set_dx() argument 428 dx.dx_mask = powerup ? core_mask : 0; in avs_ipc_set_dx()
|
H A D | messages.h | 330 int avs_ipc_set_dx(struct avs_dev *adev, u32 core_mask, bool powerup);
|
/kernel/linux/linux-5.10/sound/pci/ac97/ |
H A D | ac97_codec.c | 2365 * @powerup: non-zero when power up the part 2371 int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup) in snd_ac97_update_power() argument 2384 if (powerup) in snd_ac97_update_power() 2393 if (ac97_is_power_save_mode(ac97) && !powerup) in snd_ac97_update_power()
|
/kernel/linux/linux-6.6/sound/pci/ac97/ |
H A D | ac97_codec.c | 2431 * @powerup: non-zero when power up the part 2437 int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup) in snd_ac97_update_power() argument 2450 if (powerup) in snd_ac97_update_power() 2459 if (ac97_is_power_save_mode(ac97) && !powerup) in snd_ac97_update_power()
|