Searched refs:powerup (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/net/wireless/st/cw1200/ |
H A D | cw1200_spi.c | 42 struct gpio_desc *powerup; member 300 gpiod_direction_output(self->powerup, 0); in cw1200_spi_on() 301 if (self->reset || self->powerup) in cw1200_spi_on() 322 if (self->powerup) { in cw1200_spi_on() 323 gpiod_set_value(self->powerup, 1); in cw1200_spi_on() 393 self->powerup = devm_gpiod_get_optional(&func->dev, "powerup", GPIOD_OUT_LOW); in cw1200_spi_probe() 394 if (IS_ERR(self->powerup)) in cw1200_spi_probe() 395 return dev_err_probe(&func->dev, PTR_ERR(self->powerup), in cw1200_spi_probe()
|
/linux/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 | 146 void (*powerup)(struct hdmi_phy *phy, unsigned long int pixclock); member
|
/linux/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() argument
|
/linux/sound/soc/intel/avs/ |
H A D | messages.c | 356 int avs_ipc_set_dx(struct avs_dev *adev, u32 core_mask, bool powerup) in avs_ipc_set_dx() argument 363 dx.dx_mask = powerup ? core_mask : 0; in avs_ipc_set_dx()
|
H A D | messages.h | 345 int avs_ipc_set_dx(struct avs_dev *adev, u32 core_mask, bool powerup);
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-w1_therm | 176 temperature reads 85.00 (powerup value) or 127.94
|
/linux/Documentation/w1/slaves/ |
H A D | w1_therm.rst | 128 conversion and temperature reads 85.00 (powerup value) or 127.94 (insufficient
|
/linux/sound/pci/ac97/ |
H A D | ac97_codec.c | 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()
|