Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/phy/ti/
Dphy-tusb1210.c31 struct tusb1210 *tusb = phy_get_drvdata(phy); in tusb1210_power_on() local
33 gpiod_set_value_cansleep(tusb->gpio_reset, 1); in tusb1210_power_on()
34 gpiod_set_value_cansleep(tusb->gpio_cs, 1); in tusb1210_power_on()
37 if (tusb->vendor_specific2) in tusb1210_power_on()
38 ulpi_write(tusb->ulpi, TUSB1210_VENDOR_SPECIFIC2, in tusb1210_power_on()
39 tusb->vendor_specific2); in tusb1210_power_on()
46 struct tusb1210 *tusb = phy_get_drvdata(phy); in tusb1210_power_off() local
48 gpiod_set_value_cansleep(tusb->gpio_reset, 0); in tusb1210_power_off()
49 gpiod_set_value_cansleep(tusb->gpio_cs, 0); in tusb1210_power_off()
56 struct tusb1210 *tusb = phy_get_drvdata(phy); in tusb1210_set_mode() local
[all …]