Searched refs:powerup (Results 1 – 7 of 7) sorted by relevance
/drivers/net/wireless/st/cw1200/ |
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()
|
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()
|
/drivers/gpu/drm/msm/hdmi/ |
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()
|
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
|