Home
last modified time | relevance | path

Searched defs:counter (Results 1 – 25 of 609) sorted by relevance

12345678910>>...25

/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dni_tio.c149 void ni_tio_write(struct ni_gpct *counter, unsigned int value, in ni_tio_write()
162 unsigned int ni_tio_read(struct ni_gpct *counter, enum ni_gpct_register reg) in ni_tio_read()
170 static void ni_tio_reset_count_and_disarm(struct ni_gpct *counter) in ni_tio_reset_count_and_disarm()
177 static int ni_tio_clock_period_ps(const struct ni_gpct *counter, in ni_tio_clock_period_ps()
221 static void ni_tio_set_bits_transient(struct ni_gpct *counter, in ni_tio_set_bits_transient()
252 void ni_tio_set_bits(struct ni_gpct *counter, enum ni_gpct_register reg, in ni_tio_set_bits()
268 unsigned int ni_tio_get_soft_copy(const struct ni_gpct *counter, in ni_tio_get_soft_copy()
285 static unsigned int ni_tio_clock_src_modifiers(const struct ni_gpct *counter) in ni_tio_clock_src_modifiers()
303 static int ni_m_series_clock_src_select(const struct ni_gpct *counter, in ni_m_series_clock_src_select()
370 static int ni_660x_clock_src_select(const struct ni_gpct *counter, in ni_660x_clock_src_select()
[all …]
H A Dni_tiocmd.c38 static void ni_tio_configure_dma(struct ni_gpct *counter, in ni_tio_configure_dma()
78 struct ni_gpct *counter = s->private; in ni_tio_input_inttrig() local
102 struct ni_gpct *counter = s->private; in ni_tio_input_cmd() local
153 struct ni_gpct *counter = s->private; in ni_tio_output_cmd() local
163 struct ni_gpct *counter = s->private; in ni_tio_cmd_setup() local
206 struct ni_gpct *counter = s->private; in ni_tio_cmd() local
237 struct ni_gpct *counter = s->private; in ni_tio_cmdtest() local
332 int ni_tio_cancel(struct ni_gpct *counter) in ni_tio_cancel()
350 static int should_ack_gate(struct ni_gpct *counter) in should_ack_gate()
384 static void ni_tio_acknowledge_and_confirm(struct ni_gpct *counter, in ni_tio_acknowledge_and_confirm()
[all …]
H A Dcomedi_8254.c186 unsigned int comedi_8254_status(struct comedi_8254 *i8254, unsigned int counter) in comedi_8254_status()
205 unsigned int comedi_8254_read(struct comedi_8254 *i8254, unsigned int counter) in comedi_8254_read()
231 unsigned int counter, unsigned int val) in comedi_8254_write()
254 int comedi_8254_set_mode(struct comedi_8254 *i8254, unsigned int counter, in comedi_8254_set_mode()
280 int comedi_8254_load(struct comedi_8254 *i8254, unsigned int counter, in comedi_8254_load()
472 unsigned int counter, bool busy) in comedi_8254_set_busy()
H A Dni_660x.c294 static void ni_660x_gpct_write(struct ni_gpct *counter, unsigned int bits, in ni_660x_gpct_write()
302 static unsigned int ni_660x_gpct_read(struct ni_gpct *counter, in ni_660x_gpct_read()
312 struct ni_gpct *counter) in ni_660x_set_dma_channel()
327 struct ni_gpct *counter) in ni_660x_unset_dma_channel()
338 struct ni_gpct *counter, in ni_660x_request_mite_channel()
363 struct ni_gpct *counter) in ni_660x_release_mite_channel()
381 struct ni_gpct *counter = s->private; in ni_660x_cmd() local
397 struct ni_gpct *counter = s->private; in ni_660x_cancel() local
424 struct ni_gpct *counter = s->private; in ni_660x_handle_gpct_interrupt() local
458 struct ni_gpct *counter = s->private; in ni_660x_input_poll() local
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dcounters.c71 struct rdma_counter *counter; in rdma_counter_alloc() local
116 static void rdma_counter_free(struct rdma_counter *counter) in rdma_counter_free()
135 static void auto_mode_init_counter(struct rdma_counter *counter, in auto_mode_init_counter()
148 static bool auto_mode_match(struct ib_qp *qp, struct rdma_counter *counter, in auto_mode_match()
164 static int __rdma_counter_bind_qp(struct rdma_counter *counter, in __rdma_counter_bind_qp()
184 struct rdma_counter *counter = qp->counter; in __rdma_counter_unbind_qp() local
197 static void counter_history_stat_update(struct rdma_counter *counter) in counter_history_stat_update()
223 struct rdma_counter *counter = NULL; in rdma_get_counter_auto_mode() local
250 static void rdma_counter_res_add(struct rdma_counter *counter, in rdma_counter_res_add()
259 struct rdma_counter *counter; in counter_release() local
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Darm_dsu_pmu.h53 static inline void __dsu_pmu_select_counter(int counter) in __dsu_pmu_select_counter()
59 static inline u64 __dsu_pmu_read_counter(int counter) in __dsu_pmu_read_counter()
65 static inline void __dsu_pmu_write_counter(int counter, u64 val) in __dsu_pmu_write_counter()
72 static inline void __dsu_pmu_set_event(int counter, u32 event) in __dsu_pmu_set_event()
90 static inline void __dsu_pmu_disable_counter(int counter) in __dsu_pmu_disable_counter()
96 static inline void __dsu_pmu_enable_counter(int counter) in __dsu_pmu_enable_counter()
102 static inline void __dsu_pmu_counter_interrupt_enable(int counter) in __dsu_pmu_counter_interrupt_enable()
108 static inline void __dsu_pmu_counter_interrupt_disable(int counter) in __dsu_pmu_counter_interrupt_disable()
/OK3568_Linux_fs/kernel/mm/
H A Dpage_counter.c50 void page_counter_cancel(struct page_counter *counter, unsigned long nr_pages) in page_counter_cancel()
67 void page_counter_charge(struct page_counter *counter, unsigned long nr_pages) in page_counter_charge()
94 bool page_counter_try_charge(struct page_counter *counter, in page_counter_try_charge()
151 void page_counter_uncharge(struct page_counter *counter, unsigned long nr_pages) in page_counter_uncharge()
169 int page_counter_set_max(struct page_counter *counter, unsigned long nr_pages) in page_counter_set_max()
208 void page_counter_set_min(struct page_counter *counter, unsigned long nr_pages) in page_counter_set_min()
225 void page_counter_set_low(struct page_counter *counter, unsigned long nr_pages) in page_counter_set_low()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dperfctr-watchdog.c109 int avail_to_resrv_perfctr_nmi_bit(unsigned int counter) in avail_to_resrv_perfctr_nmi_bit()
119 unsigned int counter; in reserve_perfctr_nmi() local
134 unsigned int counter; in release_perfctr_nmi() local
147 unsigned int counter; in reserve_evntsel_nmi() local
162 unsigned int counter; in release_evntsel_nmi() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_counters.c112 struct mlx5_fc *counter; in mlx5_fc_counters_lookup_next() local
128 struct mlx5_fc *counter) in mlx5_fc_stats_insert()
136 struct mlx5_fc *counter) in mlx5_fc_stats_remove()
177 struct mlx5_fc *counter = first; in mlx5_fc_stats_query_counter_range() local
212 static void mlx5_fc_free(struct mlx5_core_dev *dev, struct mlx5_fc *counter) in mlx5_fc_free()
218 static void mlx5_fc_release(struct mlx5_core_dev *dev, struct mlx5_fc *counter) in mlx5_fc_release()
238 struct mlx5_fc *counter = NULL, *last = NULL, *tmp; in mlx5_fc_stats_work() local
269 struct mlx5_fc *counter; in mlx5_fc_single_alloc() local
288 struct mlx5_fc *counter; in mlx5_fc_acquire() local
301 struct mlx5_fc *counter = mlx5_fc_acquire(dev, aging); in mlx5_fc_create() local
[all …]
/OK3568_Linux_fs/kernel/drivers/counter/
H A Dstm32-timer-cnt.c31 struct counter_device counter; member
60 static int stm32_count_read(struct counter_device *counter, in stm32_count_read()
72 static int stm32_count_write(struct counter_device *counter, in stm32_count_write()
86 static int stm32_count_function_get(struct counter_device *counter, in stm32_count_function_get()
113 static int stm32_count_function_set(struct counter_device *counter, in stm32_count_function_set()
153 static ssize_t stm32_count_direction_read(struct counter_device *counter, in stm32_count_direction_read()
167 static ssize_t stm32_count_ceiling_read(struct counter_device *counter, in stm32_count_ceiling_read()
179 static ssize_t stm32_count_ceiling_write(struct counter_device *counter, in stm32_count_ceiling_write()
202 static ssize_t stm32_count_enable_read(struct counter_device *counter, in stm32_count_enable_read()
214 static ssize_t stm32_count_enable_write(struct counter_device *counter, in stm32_count_enable_write()
[all …]
H A D104-quad-8.c48 struct counter_device counter; member
623 static int quad8_signal_read(struct counter_device *counter, in quad8_signal_read()
641 static int quad8_count_read(struct counter_device *counter, in quad8_count_read()
672 static int quad8_count_write(struct counter_device *counter, in quad8_count_write()
727 static int quad8_function_get(struct counter_device *counter, in quad8_function_get()
755 static int quad8_function_set(struct counter_device *counter, in quad8_function_set()
811 static void quad8_direction_get(struct counter_device *counter, in quad8_direction_get()
844 static int quad8_action_get(struct counter_device *counter, in quad8_action_get()
908 static int quad8_index_polarity_get(struct counter_device *counter, in quad8_index_polarity_get()
919 static int quad8_index_polarity_set(struct counter_device *counter, in quad8_index_polarity_set()
[all …]
H A Dcounter.c37 ssize_t counter_signal_enum_read(struct counter_device *counter, in counter_signal_enum_read()
59 ssize_t counter_signal_enum_write(struct counter_device *counter, in counter_signal_enum_write()
82 ssize_t counter_signal_enum_available_read(struct counter_device *counter, in counter_signal_enum_available_read()
100 ssize_t counter_count_enum_read(struct counter_device *counter, in counter_count_enum_read()
122 ssize_t counter_count_enum_write(struct counter_device *counter, in counter_count_enum_write()
145 ssize_t counter_count_enum_available_read(struct counter_device *counter, in counter_count_enum_available_read()
163 ssize_t counter_device_enum_read(struct counter_device *counter, void *priv, in counter_device_enum_read()
184 ssize_t counter_device_enum_write(struct counter_device *counter, void *priv, in counter_device_enum_write()
206 ssize_t counter_device_enum_available_read(struct counter_device *counter, in counter_device_enum_available_read()
300 struct counter_device *const counter = dev_get_drvdata(dev); in counter_signal_show() local
[all …]
H A Dstm32-lptimer-cnt.c22 struct counter_device counter; member
157 static int stm32_lptim_cnt_read(struct counter_device *counter, in stm32_lptim_cnt_read()
173 static int stm32_lptim_cnt_function_get(struct counter_device *counter, in stm32_lptim_cnt_function_get()
192 static int stm32_lptim_cnt_function_set(struct counter_device *counter, in stm32_lptim_cnt_function_set()
214 static ssize_t stm32_lptim_cnt_enable_read(struct counter_device *counter, in stm32_lptim_cnt_enable_read()
228 static ssize_t stm32_lptim_cnt_enable_write(struct counter_device *counter, in stm32_lptim_cnt_enable_write()
259 static ssize_t stm32_lptim_cnt_ceiling_read(struct counter_device *counter, in stm32_lptim_cnt_ceiling_read()
268 static ssize_t stm32_lptim_cnt_ceiling_write(struct counter_device *counter, in stm32_lptim_cnt_ceiling_write()
305 static int stm32_lptim_cnt_action_get(struct counter_device *counter, in stm32_lptim_cnt_action_get()
334 static int stm32_lptim_cnt_action_set(struct counter_device *counter, in stm32_lptim_cnt_action_set()
H A Dti-eqep.c90 struct counter_device counter; member
95 static int ti_eqep_count_read(struct counter_device *counter, in ti_eqep_count_read()
107 static int ti_eqep_count_write(struct counter_device *counter, in ti_eqep_count_write()
120 static int ti_eqep_function_get(struct counter_device *counter, in ti_eqep_function_get()
132 static int ti_eqep_function_set(struct counter_device *counter, in ti_eqep_function_set()
141 static int ti_eqep_action_get(struct counter_device *counter, in ti_eqep_action_get()
208 static ssize_t ti_eqep_position_ceiling_read(struct counter_device *counter, in ti_eqep_position_ceiling_read()
220 static ssize_t ti_eqep_position_ceiling_write(struct counter_device *counter, in ti_eqep_position_ceiling_write()
238 static ssize_t ti_eqep_position_enable_read(struct counter_device *counter, in ti_eqep_position_enable_read()
250 static ssize_t ti_eqep_position_enable_write(struct counter_device *counter, in ti_eqep_position_enable_write()
H A Dmicrochip-tcb-capture.c27 struct counter_device counter; member
82 static int mchp_tc_count_function_get(struct counter_device *counter, in mchp_tc_count_function_get()
96 static int mchp_tc_count_function_set(struct counter_device *counter, in mchp_tc_count_function_set()
155 static int mchp_tc_count_signal_read(struct counter_device *counter, in mchp_tc_count_signal_read()
175 static int mchp_tc_count_action_get(struct counter_device *counter, in mchp_tc_count_action_get()
214 static int mchp_tc_count_action_set(struct counter_device *counter, in mchp_tc_count_action_set()
246 static int mchp_tc_count_read(struct counter_device *counter, in mchp_tc_count_read()
H A Dftm-quaddec.c28 struct counter_device counter; member
117 static int ftm_quaddec_get_prescaler(struct counter_device *counter, in ftm_quaddec_get_prescaler()
131 static int ftm_quaddec_set_prescaler(struct counter_device *counter, in ftm_quaddec_set_prescaler()
179 static int ftm_quaddec_count_read(struct counter_device *counter, in ftm_quaddec_count_read()
193 static int ftm_quaddec_count_write(struct counter_device *counter, in ftm_quaddec_count_write()
209 static int ftm_quaddec_count_function_get(struct counter_device *counter, in ftm_quaddec_count_function_get()
218 static int ftm_quaddec_action_get(struct counter_device *counter, in ftm_quaddec_action_get()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dstat-display.c372 static bool is_mixed_hw_group(struct evsel *counter) in is_mixed_hw_group()
397 struct evsel *counter, double uval, in printout()
501 struct evsel *counter; in aggr_update_shadow() local
520 static void uniquify_event_name(struct evsel *counter) in uniquify_event_name()
548 static void collect_all_aliases(struct perf_stat_config *config, struct evsel *counter, in collect_all_aliases()
571 static bool collect_data(struct perf_stat_config *config, struct evsel *counter, in collect_data()
594 struct evsel *counter, void *data, bool first) in aggr_cb()
625 struct evsel *counter, int s, in print_counter_aggrdata()
665 struct evsel *counter; in print_aggr() local
700 struct evsel *counter, in sort_aggr_thread()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dpage_counter.h38 static inline void page_counter_init(struct page_counter *counter, in page_counter_init()
46 static inline unsigned long page_counter_read(struct page_counter *counter) in page_counter_read()
60 static inline void page_counter_set_high(struct page_counter *counter, in page_counter_set_high()
70 static inline void page_counter_reset_watermark(struct page_counter *counter) in page_counter_reset_watermark()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dtimed_ctrl.c28 hrt_data counter, in timed_ctrl_snd_commnd()
49 hrt_data counter, in timed_ctrl_snd_sp_commnd()
65 hrt_data counter, in timed_ctrl_snd_gpio_commnd()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_pp_job.c248 void mali_pp_job_set_pp_counter_global_src0(u32 counter) in mali_pp_job_set_pp_counter_global_src0()
253 void mali_pp_job_set_pp_counter_global_src1(u32 counter) in mali_pp_job_set_pp_counter_global_src1()
258 void mali_pp_job_set_pp_counter_sub_job_src0(u32 sub_job, u32 counter) in mali_pp_job_set_pp_counter_sub_job_src0()
277 void mali_pp_job_set_pp_counter_sub_job_src1(u32 sub_job, u32 counter) in mali_pp_job_set_pp_counter_sub_job_src1()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ipa/backend/
H A Dmali_kbase_ipa_counter_jm.c120 u32 counter; in kbase_g7x_sum_all_memsys_blocks() local
143 u32 counter; in kbase_g7x_sum_all_shader_cores() local
163 u32 counter; in kbase_g7x_jm_single_counter() local
180 u32 counter = kbase_g7x_power_model_get_jm_counter(model_data, JM_GPU_ACTIVE); in kbase_g7x_get_active_cycles() local
H A Dmali_kbase_ipa_counter_common_csf.c119 const struct kbase_ipa_counter *counter = in kbase_ipa_attach_ipa_control() local
130 const struct kbase_ipa_counter *counter = in kbase_ipa_attach_ipa_control() local
393 const struct kbase_ipa_counter *counter = in kbase_ipa_counter_common_model_init() local
407 const struct kbase_ipa_counter *counter = in kbase_ipa_counter_common_model_init() local
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/executive/
H A Dcvmx-l2c.c169 void cvmx_l2c_config_perf(uint32_t counter, enum cvmx_l2c_event event, in cvmx_l2c_config_perf()
233 uint64_t cvmx_l2c_read_perf(uint32_t counter) in cvmx_l2c_read_perf()
240 uint64_t counter = 0; in cvmx_l2c_read_perf() local
251 uint64_t counter = 0; in cvmx_l2c_read_perf() local
262 uint64_t counter = 0; in cvmx_l2c_read_perf() local
274 uint64_t counter = 0; in cvmx_l2c_read_perf() local
/OK3568_Linux_fs/kernel/drivers/misc/lkdtm/
H A Dcfi.c10 static noinline void lkdtm_increment_void(int *counter) in lkdtm_increment_void()
16 static noinline int lkdtm_increment_int(int *counter) in lkdtm_increment_int()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dacpi_lpit.c24 static int lpit_read_residency_counter_us(u64 *counter, bool io_mem) in lpit_read_residency_counter_us()
60 u64 counter; in low_power_idle_system_residency_us_show() local
75 u64 counter; in low_power_idle_cpu_residency_us_show() local

12345678910>>...25