Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/phy/motorola/
Dphy-mapphone-mdm6600.c92 struct gpio_desc *ctrl_gpios[PHY_MDM6600_NR_CTRL_LINES]; member
109 struct gpio_desc *enable_gpio = ddata->ctrl_gpios[PHY_MDM6600_ENABLE]; in phy_mdm6600_init()
122 struct gpio_desc *enable_gpio = ddata->ctrl_gpios[PHY_MDM6600_ENABLE]; in phy_mdm6600_power_on()
135 struct gpio_desc *enable_gpio = ddata->ctrl_gpios[PHY_MDM6600_ENABLE]; in phy_mdm6600_power_off()
290 struct gpio_desc **gpio = &ddata->ctrl_gpios[i]; in phy_mdm6600_init_lines()
347 reset_gpio = ddata->ctrl_gpios[PHY_MDM6600_RESET]; in phy_mdm6600_device_power_on()
348 power_gpio = ddata->ctrl_gpios[PHY_MDM6600_POWER]; in phy_mdm6600_device_power_on()
423 ddata->ctrl_gpios[PHY_MDM6600_RESET]; in phy_mdm6600_device_power_off()
592 struct gpio_desc *reset_gpio = ddata->ctrl_gpios[PHY_MDM6600_RESET]; in phy_mdm6600_remove()