Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/phy/ti/
Dphy-tusb1210.c33 struct tusb1210 *tusb = phy_get_drvdata(phy); in tusb1210_power_on() local
35 gpiod_set_value_cansleep(tusb->gpio_reset, 1); in tusb1210_power_on()
36 gpiod_set_value_cansleep(tusb->gpio_cs, 1); in tusb1210_power_on()
39 if (tusb->vendor_specific2) in tusb1210_power_on()
40 ulpi_write(tusb->ulpi, TUSB1210_VENDOR_SPECIFIC2, in tusb1210_power_on()
41 tusb->vendor_specific2); in tusb1210_power_on()
48 struct tusb1210 *tusb = phy_get_drvdata(phy); in tusb1210_power_off() local
50 gpiod_set_value_cansleep(tusb->gpio_reset, 0); in tusb1210_power_off()
51 gpiod_set_value_cansleep(tusb->gpio_cs, 0); in tusb1210_power_off()
58 struct tusb1210 *tusb = phy_get_drvdata(phy); in tusb1210_set_mode() local
[all …]