Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/ti/
H A Dphy-tusb1210.c54 struct tusb1210 { struct
100 struct tusb1210 *tusb = phy_get_drvdata(phy); in tusb1210_power_on()
115 struct tusb1210 *tusb = phy_get_drvdata(phy); in tusb1210_power_off()
125 struct tusb1210 *tusb = phy_get_drvdata(phy); in tusb1210_set_mode()
170 static void tusb1210_reset(struct tusb1210 *tusb) in tusb1210_reset()
231 static bool tusb1210_get_online(struct tusb1210 *tusb) in tusb1210_get_online()
255 struct tusb1210 *tusb = container_of(work, struct tusb1210, chg_det_work.work); in tusb1210_chg_det_work()
374 struct tusb1210 *tusb = container_of(nb, struct tusb1210, psy_nb); in tusb1210_psy_notifier()
387 struct tusb1210 *tusb = power_supply_get_drvdata(psy); in tusb1210_psy_get_prop()
489 struct tusb1210 *tusb; in tusb1210_probe()
[all …]
H A DMakefile7 obj-$(CONFIG_PHY_TUSB1210) += phy-tusb1210.o