Lines Matching refs:phy_8x16
63 struct phy_8x16 { struct
81 static int phy_8x16_regulators_enable(struct phy_8x16 *qphy) in phy_8x16_regulators_enable() argument
119 static void phy_8x16_regulators_disable(struct phy_8x16 *qphy) in phy_8x16_regulators_disable()
129 struct phy_8x16 *qphy = container_of(phy, struct phy_8x16, phy); in phy_8x16_notify_connect()
145 struct phy_8x16 *qphy = container_of(phy, struct phy_8x16, phy); in phy_8x16_notify_disconnect()
158 static int phy_8x16_vbus_on(struct phy_8x16 *qphy) in phy_8x16_vbus_on()
168 static int phy_8x16_vbus_off(struct phy_8x16 *qphy) in phy_8x16_vbus_off()
181 struct phy_8x16 *qphy = container_of(nb, struct phy_8x16, vbus_notify); in phy_8x16_vbus_notify()
193 struct phy_8x16 *qphy = container_of(phy, struct phy_8x16, phy); in phy_8x16_init()
262 static int phy_8x16_read_devicetree(struct phy_8x16 *qphy) in phy_8x16_read_devicetree()
303 struct phy_8x16 *qphy; in phy_8x16_reboot_notify()
305 qphy = container_of(this, struct phy_8x16, reboot_notify); in phy_8x16_reboot_notify()
317 struct phy_8x16 *qphy; in phy_8x16_probe()
400 struct phy_8x16 *qphy = platform_get_drvdata(pdev); in phy_8x16_remove()