Lines Matching refs:qmp_usb
1238 struct qmp_usb { struct
1645 static int qmp_usb_serdes_init(struct qmp_usb *qmp) in qmp_usb_serdes_init()
1659 struct qmp_usb *qmp = phy_get_drvdata(phy); in qmp_usb_init()
1700 struct qmp_usb *qmp = phy_get_drvdata(phy); in qmp_usb_exit()
1714 struct qmp_usb *qmp = phy_get_drvdata(phy); in qmp_usb_power_on()
1768 struct qmp_usb *qmp = phy_get_drvdata(phy); in qmp_usb_power_off()
1814 struct qmp_usb *qmp = phy_get_drvdata(phy); in qmp_usb_set_mode()
1828 static void qmp_usb_enable_autonomous_mode(struct qmp_usb *qmp) in qmp_usb_enable_autonomous_mode()
1857 static void qmp_usb_disable_autonomous_mode(struct qmp_usb *qmp) in qmp_usb_disable_autonomous_mode()
1877 struct qmp_usb *qmp = dev_get_drvdata(dev); in qmp_usb_runtime_suspend()
1896 struct qmp_usb *qmp = dev_get_drvdata(dev); in qmp_usb_runtime_resume()
1927 static int qmp_usb_vreg_init(struct qmp_usb *qmp) in qmp_usb_vreg_init()
1944 static int qmp_usb_reset_init(struct qmp_usb *qmp, in qmp_usb_reset_init()
1969 static int qmp_usb_clk_init(struct qmp_usb *qmp) in qmp_usb_clk_init()
2010 static int phy_pipe_clk_register(struct qmp_usb *qmp, struct device_node *np) in phy_pipe_clk_register()
2058 static int qmp_usb_parse_dt_legacy(struct qmp_usb *qmp, struct device_node *np) in qmp_usb_parse_dt_legacy()
2126 static int qmp_usb_parse_dt(struct qmp_usb *qmp) in qmp_usb_parse_dt()
2174 struct qmp_usb *qmp; in qmp_usb_probe()