Home
last modified time | relevance | path

Searched refs:counter_priv (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/counter/
H A Dti-ecap-capture.c101 struct ecap_cnt_dev *ecap_dev = counter_priv(counter); in ecap_cnt_capture_get_evmode()
113 struct ecap_cnt_dev *ecap_dev = counter_priv(counter); in ecap_cnt_capture_set_evmode()
122 struct ecap_cnt_dev *ecap_dev = counter_priv(counter); in ecap_cnt_capture_enable()
137 struct ecap_cnt_dev *ecap_dev = counter_priv(counter); in ecap_cnt_capture_disable()
150 struct ecap_cnt_dev *ecap_dev = counter_priv(counter); in ecap_cnt_count_get_val()
162 struct ecap_cnt_dev *ecap_dev = counter_priv(counter); in ecap_cnt_count_set_val()
227 struct ecap_cnt_dev *ecap_dev = counter_priv(counter); in ecap_cnt_clk_get_freq()
238 struct ecap_cnt_dev *ecap_dev = counter_priv(counter); in ecap_cnt_pol_read()
254 struct ecap_cnt_dev *ecap_dev = counter_priv(counter); in ecap_cnt_pol_write()
290 struct ecap_cnt_dev *ecap_dev = counter_priv(counter); in ecap_cnt_nb_ovf_read()
[all …]
H A D104-quad-8.c219 const struct quad8 *const priv = counter_priv(counter); in quad8_signal_read()
238 struct quad8 *const priv = counter_priv(counter); in quad8_count_read()
286 struct quad8 *const priv = counter_priv(counter); in quad8_count_write()
349 struct quad8 *const priv = counter_priv(counter); in quad8_function_read()
366 struct quad8 *const priv = counter_priv(counter); in quad8_function_write()
414 const struct quad8 *const priv = counter_priv(counter); in quad8_direction_read()
444 struct quad8 *const priv = counter_priv(counter); in quad8_action_read()
506 struct quad8 *const priv = counter_priv(counter); in quad8_events_configure()
600 const struct quad8 *const priv = counter_priv(counter); in quad8_index_polarity_get()
612 struct quad8 *const priv = counter_priv(counter); in quad8_index_polarity_set()
[all …]
H A Dstm32-timer-cnt.c61 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_read()
73 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_write()
87 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_function_read()
114 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_function_write()
160 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_direction_read()
173 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_ceiling_read()
186 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_ceiling_write()
201 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_enable_read()
214 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_enable_write()
246 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_prescaler_read()
[all …]
H A Dti-eqep.c140 struct ti_eqep_cnt *priv = counter_priv(counter); in ti_eqep_count_read()
152 struct ti_eqep_cnt *priv = counter_priv(counter); in ti_eqep_count_write()
166 struct ti_eqep_cnt *priv = counter_priv(counter); in ti_eqep_function_read()
193 struct ti_eqep_cnt *priv = counter_priv(counter); in ti_eqep_function_write()
223 struct ti_eqep_cnt *priv = counter_priv(counter); in ti_eqep_action_read()
285 struct ti_eqep_cnt *priv = counter_priv(counter); in ti_eqep_events_configure()
336 struct ti_eqep_cnt *priv = counter_priv(counter); in ti_eqep_position_ceiling_read()
350 struct ti_eqep_cnt *priv = counter_priv(counter); in ti_eqep_position_ceiling_write()
363 struct ti_eqep_cnt *priv = counter_priv(counter); in ti_eqep_position_enable_read()
376 struct ti_eqep_cnt *priv = counter_priv(counter); in ti_eqep_position_enable_write()
[all …]
H A Dstm32-lptimer-cnt.c148 struct stm32_lptim_cnt *const priv = counter_priv(counter); in stm32_lptim_cnt_read()
165 struct stm32_lptim_cnt *const priv = counter_priv(counter); in stm32_lptim_cnt_function_read()
184 struct stm32_lptim_cnt *const priv = counter_priv(counter); in stm32_lptim_cnt_function_write()
207 struct stm32_lptim_cnt *const priv = counter_priv(counter); in stm32_lptim_cnt_enable_read()
223 struct stm32_lptim_cnt *const priv = counter_priv(counter); in stm32_lptim_cnt_enable_write()
248 struct stm32_lptim_cnt *const priv = counter_priv(counter); in stm32_lptim_cnt_ceiling_read()
259 struct stm32_lptim_cnt *const priv = counter_priv(counter); in stm32_lptim_cnt_ceiling_write()
284 struct stm32_lptim_cnt *const priv = counter_priv(counter); in stm32_lptim_cnt_action_read()
328 struct stm32_lptim_cnt *const priv = counter_priv(counter); in stm32_lptim_cnt_action_write()
428 priv = counter_priv(counter); in stm32_lptim_cnt_probe()
H A Dinterrupt-cnt.c32 struct interrupt_cnt_priv *priv = counter_priv(counter); in interrupt_cnt_isr()
44 struct interrupt_cnt_priv *priv = counter_priv(counter); in interrupt_cnt_enable_read()
56 struct interrupt_cnt_priv *priv = counter_priv(counter); in interrupt_cnt_enable_write()
96 struct interrupt_cnt_priv *priv = counter_priv(counter); in interrupt_cnt_read()
106 struct interrupt_cnt_priv *priv = counter_priv(counter); in interrupt_cnt_write()
133 struct interrupt_cnt_priv *priv = counter_priv(counter); in interrupt_cnt_signal_read()
177 priv = counter_priv(counter); in interrupt_cnt_probe()
H A Dmicrochip-tcb-capture.c78 struct mchp_tc_data *const priv = counter_priv(counter); in mchp_tc_count_function_read()
92 struct mchp_tc_data *const priv = counter_priv(counter); in mchp_tc_count_function_write()
154 struct mchp_tc_data *const priv = counter_priv(counter); in mchp_tc_count_signal_read()
175 struct mchp_tc_data *const priv = counter_priv(counter); in mchp_tc_count_action_read()
214 struct mchp_tc_data *const priv = counter_priv(counter); in mchp_tc_count_action_write()
247 struct mchp_tc_data *const priv = counter_priv(counter); in mchp_tc_count_read()
259 struct mchp_tc_data *const priv = counter_priv(counter); in mchp_tc_count_cap_read()
285 struct mchp_tc_data *const priv = counter_priv(counter); in mchp_tc_count_cap_write()
308 struct mchp_tc_data *const priv = counter_priv(counter); in mchp_tc_count_compare_read()
324 struct mchp_tc_data *const priv = counter_priv(counter); in mchp_tc_count_compare_write()
[all …]
H A Drz-mtu3-cnt.c99 struct rz_mtu3_cnt *const priv = counter_priv(counter); in rz_mtu3_get_ch()
107 struct rz_mtu3_cnt *const priv = counter_priv(counter); in rz_mtu3_is_counter_invalid()
161 struct rz_mtu3_cnt *const priv = counter_priv(counter); in rz_mtu3_count_read()
183 struct rz_mtu3_cnt *const priv = counter_priv(counter); in rz_mtu3_count_write()
236 struct rz_mtu3_cnt *const priv = counter_priv(counter); in rz_mtu3_count_function_read()
254 struct rz_mtu3_cnt *const priv = counter_priv(counter); in rz_mtu3_count_function_write()
295 struct rz_mtu3_cnt *const priv = counter_priv(counter); in rz_mtu3_count_direction_read()
319 struct rz_mtu3_cnt *const priv = counter_priv(counter); in rz_mtu3_count_ceiling_read()
350 struct rz_mtu3_cnt *const priv = counter_priv(counter); in rz_mtu3_count_ceiling_write()
478 struct rz_mtu3_cnt *const priv = counter_priv(counter); in rz_mtu3_count_enable_read()
[all …]
H A Di8254.c60 struct i8254 *const priv = counter_priv(counter); in i8254_count_read()
101 struct i8254 *const priv = counter_priv(counter); in i8254_action_read()
128 struct i8254 *const priv = counter_priv(counter); in i8254_count_ceiling_read()
160 const struct i8254 *const priv = counter_priv(counter); in i8254_count_mode_read()
191 struct i8254 *const priv = counter_priv(counter); in i8254_count_mode_write()
235 struct i8254 *const priv = counter_priv(counter); in i8254_count_floor_read()
261 const struct i8254 *const priv = counter_priv(counter); in i8254_count_preset_read()
271 struct i8254 *const priv = counter_priv(counter); in i8254_count_preset_write()
419 priv = counter_priv(counter); in devm_i8254_regmap_register()
H A Dcounter-core.c70 void *counter_priv(const struct counter_device *const counter) in counter_priv() function
77 EXPORT_SYMBOL_NS_GPL(counter_priv, "COUNTER");