Lines Matching defs:skip_phy_init
190 * @skip_phy_init: skip phy_init() if true
199 bool skip_phy_init;
488 * except when gtr_phy->skip_phy_init is false (this happens when FPD is
491 if (gtr_phy->protocol == ICM_PROTOCOL_USB && gtr_phy->skip_phy_init)
618 gtr_phy->skip_phy_init = false;
835 bool skip_phy_init;
847 skip_phy_init = true;
849 skip_phy_init = false;
851 /* Update the skip_phy_init for all gtr_phy instances. */
853 gtr_dev->phys[i].skip_phy_init = skip_phy_init;