Searched refs:esync (Results 1 – 3 of 3) sorted by relevance
| /drivers/dpll/zl3073x/ |
| A D | dpll.c | 160 struct dpll_pin_esync *esync, in zl3073x_dpll_input_pin_esync_get() argument 199 esync->pulse = 25; in zl3073x_dpll_input_pin_esync_get() 202 esync->freq = 0; in zl3073x_dpll_input_pin_esync_get() 203 esync->pulse = 0; in zl3073x_dpll_input_pin_esync_get() 211 esync->range = esync_freq_ranges; in zl3073x_dpll_input_pin_esync_get() 214 esync->range = NULL; in zl3073x_dpll_input_pin_esync_get() 215 esync->range_num = 0; in zl3073x_dpll_input_pin_esync_get() 1010 esync->freq = 0; in zl3073x_dpll_output_pin_esync_get() 1011 esync->pulse = 0; in zl3073x_dpll_output_pin_esync_get() 1051 esync->range = NULL; in zl3073x_dpll_output_pin_esync_get() [all …]
|
| /drivers/dpll/ |
| A D | dpll_netlink.c | 410 struct dpll_pin_esync esync; in dpll_msg_add_pin_esync() local 417 dpll_priv(dpll), &esync, extack); in dpll_msg_add_pin_esync() 423 &esync.freq, DPLL_A_PIN_PAD)) in dpll_msg_add_pin_esync() 427 for (i = 0; i < esync.range_num; i++) { in dpll_msg_add_pin_esync() 433 sizeof(esync.range[i].min), in dpll_msg_add_pin_esync() 437 sizeof(esync.range[i].max), in dpll_msg_add_pin_esync() 912 struct dpll_pin_esync esync; in dpll_pin_esync_set() local 936 if (freq == esync.freq) in dpll_pin_esync_set() 938 for (i = 0; i < esync.range_num; i++) in dpll_pin_esync_set() 939 if (freq <= esync.range[i].max && freq >= esync.range[i].min) in dpll_pin_esync_set() [all …]
|
| /drivers/net/ethernet/intel/ice/ |
| A D | ice_dpll.c | 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() 1941 esync->freq = 0; in ice_dpll_output_esync_get() 1942 esync->pulse = 0; in ice_dpll_output_esync_get() 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() 2045 esync->freq = 0; in ice_dpll_input_esync_get() 2046 esync->pulse = 0; in ice_dpll_input_esync_get() 2109 struct dpll_pin_esync *esync, in ice_dpll_sw_esync_get() argument 2116 dpll_priv, esync, extack); in ice_dpll_sw_esync_get() [all …]
|
Completed in 22 milliseconds