Lines Matching defs:phy_mdm6600
90 struct phy_mdm6600 {
110 struct phy_mdm6600 *ddata = phy_get_drvdata(x);
123 struct phy_mdm6600 *ddata = phy_get_drvdata(x);
140 struct phy_mdm6600 *ddata = phy_get_drvdata(x);
174 static void phy_mdm6600_cmd(struct phy_mdm6600 *ddata, int val)
191 struct phy_mdm6600 *ddata;
196 ddata = container_of(work, struct phy_mdm6600, status_work.work);
216 struct phy_mdm6600 *ddata = data;
235 struct phy_mdm6600 *ddata = data;
263 static void phy_mdm6600_init_irq(struct phy_mdm6600 *ddata)
305 static int phy_mdm6600_init_lines(struct phy_mdm6600 *ddata)
364 static int phy_mdm6600_device_power_on(struct phy_mdm6600 *ddata)
444 static void phy_mdm6600_device_power_off(struct phy_mdm6600 *ddata)
479 struct phy_mdm6600 *ddata;
482 ddata = container_of(work, struct phy_mdm6600, bootup_work.work);
496 static void phy_mdm6600_wake_modem(struct phy_mdm6600 *ddata)
512 struct phy_mdm6600 *ddata;
514 ddata = container_of(work, struct phy_mdm6600, modem_wake_work.work);
528 struct phy_mdm6600 *ddata = dev_get_drvdata(dev);
538 struct phy_mdm6600 *ddata = dev_get_drvdata(dev);
559 struct phy_mdm6600 *ddata;
636 struct phy_mdm6600 *ddata = platform_get_drvdata(pdev);