Lines Matching full:esync
1906 * @esync: on success holds embedded sync pin properties
1920 struct dpll_pin_esync *esync, in ice_dpll_output_esync_get() argument
1935 esync->range = ice_esync_range; in ice_dpll_output_esync_get()
1936 esync->range_num = ARRAY_SIZE(ice_esync_range); in ice_dpll_output_esync_get()
1938 esync->freq = DPLL_PIN_FREQUENCY_1_HZ; in ice_dpll_output_esync_get()
1939 esync->pulse = ICE_DPLL_PIN_ESYNC_PULSE_HIGH_PERCENT; in ice_dpll_output_esync_get()
1941 esync->freq = 0; in ice_dpll_output_esync_get()
1942 esync->pulse = 0; in ice_dpll_output_esync_get()
2010 * @esync: on success holds embedded sync pin properties
2024 struct dpll_pin_esync *esync, in ice_dpll_input_esync_get() argument
2039 esync->range = ice_esync_range; in ice_dpll_input_esync_get()
2040 esync->range_num = ARRAY_SIZE(ice_esync_range); in ice_dpll_input_esync_get()
2042 esync->freq = DPLL_PIN_FREQUENCY_1_HZ; in ice_dpll_input_esync_get()
2043 esync->pulse = ICE_DPLL_PIN_ESYNC_PULSE_HIGH_PERCENT; in ice_dpll_input_esync_get()
2045 esync->freq = 0; in ice_dpll_input_esync_get()
2046 esync->pulse = 0; in ice_dpll_input_esync_get()
2095 * @esync: on success holds embedded sync frequency and properties
2109 struct dpll_pin_esync *esync, in ice_dpll_sw_esync_get() argument
2116 dpll_priv, esync, extack); in ice_dpll_sw_esync_get()
2119 dpll, dpll_priv, esync, in ice_dpll_sw_esync_get()