Lines Matching defs:skip_phy_init
190 * @skip_phy_init: skip phy_init() if true
199 bool skip_phy_init;
490 * except when gtr_phy->skip_phy_init is false (this happens when FPD is
493 if (gtr_phy->protocol == ICM_PROTOCOL_USB && gtr_phy->skip_phy_init)
625 gtr_phy->skip_phy_init = false;
848 bool skip_phy_init;
860 skip_phy_init = true;
862 skip_phy_init = false;
864 /* Update the skip_phy_init for all gtr_phy instances. */
866 gtr_dev->phys[i].skip_phy_init = skip_phy_init;