Searched defs:ice_dplls (Results 1 – 1 of 1) sorted by relevance
114 struct ice_dplls { struct115 struct kthread_worker *kworker;116 struct kthread_delayed_work work;117 struct mutex lock;118 struct ice_dpll eec;119 struct ice_dpll pps;120 struct ice_dpll_pin *inputs;121 struct ice_dpll_pin *outputs;122 struct ice_dpll_pin sma[ICE_DPLL_PIN_SW_NUM];123 struct ice_dpll_pin ufl[ICE_DPLL_PIN_SW_NUM];[all …]