Home
last modified time | relevance | path

Searched refs:powerup (Results 1 – 7 of 7) sorted by relevance

/drivers/net/wireless/cw1200/
Dcw1200_sdio.c213 if (pdata->powerup) { in cw1200_sdio_on()
214 gpio_request(pdata->powerup, "cw1200_wlan_powerup"); in cw1200_sdio_on()
215 gpio_direction_output(pdata->powerup, 0); in cw1200_sdio_on()
217 if (pdata->reset || pdata->powerup) in cw1200_sdio_on()
238 if (pdata->powerup) { in cw1200_sdio_on()
239 gpio_set_value(pdata->powerup, 1); in cw1200_sdio_on()
Dcw1200_spi.c308 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()
/drivers/gpu/drm/msm/hdmi/
Dhdmi_phy_8x74.c66 .powerup = hdmi_phy_8x74_powerup,
Dhdmi.h142 void (*powerup)(struct hdmi_phy *phy, unsigned long int pixclock); member
Dhdmi_phy_8x60.c154 .powerup = hdmi_phy_8x60_powerup,
Dhdmi_bridge.c104 phy->funcs->powerup(phy, hdmi->pixclock); in hdmi_bridge_pre_enable()
Dhdmi_phy_8960.c463 .powerup = hdmi_phy_8960_powerup,