Home
last modified time | relevance | path

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

12345678910>>...13

/Linux-v5.4/drivers/staging/comedi/drivers/
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 …]
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 …]
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()
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 …]
/Linux-v5.4/drivers/infiniband/core/
Dcounters.c71 struct rdma_counter *counter; in rdma_counter_alloc() local
114 static void rdma_counter_free(struct rdma_counter *counter) in rdma_counter_free()
133 static void auto_mode_init_counter(struct rdma_counter *counter, in auto_mode_init_counter()
146 static bool auto_mode_match(struct ib_qp *qp, struct rdma_counter *counter, in auto_mode_match()
165 static int __rdma_counter_bind_qp(struct rdma_counter *counter, in __rdma_counter_bind_qp()
185 struct rdma_counter *counter = qp->counter; in __rdma_counter_unbind_qp() local
198 static void counter_history_stat_update(const struct rdma_counter *counter) in counter_history_stat_update()
222 struct rdma_counter *counter = NULL; in rdma_get_counter_auto_mode() local
252 static void rdma_counter_res_add(struct rdma_counter *counter, in rdma_counter_res_add()
266 struct rdma_counter *counter; in counter_release() local
[all …]
/Linux-v5.4/arch/arm64/include/asm/
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()
/Linux-v5.4/mm/
Dpage_counter.c55 void page_counter_cancel(struct page_counter *counter, unsigned long nr_pages) in page_counter_cancel()
72 void page_counter_charge(struct page_counter *counter, unsigned long nr_pages) in page_counter_charge()
99 bool page_counter_try_charge(struct page_counter *counter, in page_counter_try_charge()
155 void page_counter_uncharge(struct page_counter *counter, unsigned long nr_pages) in page_counter_uncharge()
173 int page_counter_set_max(struct page_counter *counter, unsigned long nr_pages) in page_counter_set_max()
212 void page_counter_set_min(struct page_counter *counter, unsigned long nr_pages) in page_counter_set_min()
229 void page_counter_set_low(struct page_counter *counter, unsigned long nr_pages) in page_counter_set_low()
Dhugetlb_cgroup.c76 struct page_counter *counter = &h_cgroup->hugepage[idx]; in hugetlb_cgroup_init() local
129 struct page_counter *counter; in hugetlb_cgroup_move_parent() local
185 struct page_counter *counter; in hugetlb_cgroup_charge_cgroup() local
267 struct page_counter *counter; in hugetlb_cgroup_read_u64() local
323 struct page_counter *counter; in hugetlb_cgroup_reset() local
/Linux-v5.4/arch/x86/kernel/cpu/
Dperfctr-watchdog.c101 int avail_to_resrv_perfctr_nmi_bit(unsigned int counter) in avail_to_resrv_perfctr_nmi_bit()
111 unsigned int counter; in reserve_perfctr_nmi() local
126 unsigned int counter; in release_perfctr_nmi() local
139 unsigned int counter; in reserve_evntsel_nmi() local
154 unsigned int counter; in release_evntsel_nmi() local
/Linux-v5.4/drivers/counter/
Dstm32-timer-cnt.c24 struct counter_device counter; member
50 static int stm32_count_read(struct counter_device *counter, in stm32_count_read()
63 static int stm32_count_write(struct counter_device *counter, in stm32_count_write()
81 static int stm32_count_function_get(struct counter_device *counter, in stm32_count_function_get()
105 static int stm32_count_function_set(struct counter_device *counter, in stm32_count_function_set()
147 static ssize_t stm32_count_direction_read(struct counter_device *counter, in stm32_count_direction_read()
161 static ssize_t stm32_count_ceiling_read(struct counter_device *counter, in stm32_count_ceiling_read()
173 static ssize_t stm32_count_ceiling_write(struct counter_device *counter, in stm32_count_ceiling_write()
194 static ssize_t stm32_count_enable_read(struct counter_device *counter, in stm32_count_enable_read()
206 static ssize_t stm32_count_enable_write(struct counter_device *counter, in stm32_count_enable_write()
[all …]
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()
375 struct counter_device *const counter = dev_get_drvdata(dev); in counter_signal_show() local
[all …]
D104-quad-8.c45 struct counter_device counter; member
564 static int quad8_signal_read(struct counter_device *counter, in quad8_signal_read()
585 static int quad8_count_read(struct counter_device *counter, in quad8_count_read()
615 static int quad8_count_write(struct counter_device *counter, in quad8_count_write()
673 static int quad8_function_get(struct counter_device *counter, in quad8_function_get()
699 static int quad8_function_set(struct counter_device *counter, in quad8_function_set()
748 static void quad8_direction_get(struct counter_device *counter, in quad8_direction_get()
781 static int quad8_action_get(struct counter_device *counter, in quad8_action_get()
845 static int quad8_index_polarity_get(struct counter_device *counter, in quad8_index_polarity_get()
856 static int quad8_index_polarity_set(struct counter_device *counter, in quad8_index_polarity_set()
[all …]
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()
215 static int ftm_quaddec_count_function_get(struct counter_device *counter, in ftm_quaddec_count_function_get()
224 static int ftm_quaddec_action_get(struct counter_device *counter, in ftm_quaddec_action_get()
Dstm32-lptimer-cnt.c22 struct counter_device counter; member
379 static int stm32_lptim_cnt_read(struct counter_device *counter, in stm32_lptim_cnt_read()
396 static int stm32_lptim_cnt_function_get(struct counter_device *counter, in stm32_lptim_cnt_function_get()
415 static int stm32_lptim_cnt_function_set(struct counter_device *counter, in stm32_lptim_cnt_function_set()
437 static ssize_t stm32_lptim_cnt_enable_read(struct counter_device *counter, in stm32_lptim_cnt_enable_read()
451 static ssize_t stm32_lptim_cnt_enable_write(struct counter_device *counter, in stm32_lptim_cnt_enable_write()
482 static ssize_t stm32_lptim_cnt_ceiling_read(struct counter_device *counter, in stm32_lptim_cnt_ceiling_read()
491 static ssize_t stm32_lptim_cnt_ceiling_write(struct counter_device *counter, in stm32_lptim_cnt_ceiling_write()
514 static int stm32_lptim_cnt_action_get(struct counter_device *counter, in stm32_lptim_cnt_action_get()
543 static int stm32_lptim_cnt_action_set(struct counter_device *counter, in stm32_lptim_cnt_action_set()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
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 …]
/Linux-v5.4/tools/perf/util/
Dstat-display.c367 static bool is_mixed_hw_group(struct evsel *counter) in is_mixed_hw_group()
392 struct evsel *counter, double uval, in printout()
497 struct evsel *counter; in aggr_update_shadow() local
516 static void uniquify_event_name(struct evsel *counter) in uniquify_event_name()
544 static void collect_all_aliases(struct perf_stat_config *config, struct evsel *counter, in collect_all_aliases()
566 static bool collect_data(struct perf_stat_config *config, struct evsel *counter, in collect_data()
589 struct evsel *counter, void *data, bool first) in aggr_cb()
620 struct evsel *counter, int s, in print_counter_aggrdata()
660 struct evsel *counter; in print_aggr() local
695 struct evsel *counter, in sort_aggr_thread()
[all …]
Dstat.c232 static void zero_per_pkg(struct evsel *counter) in zero_per_pkg()
238 static int check_per_pkg(struct evsel *counter, in check_per_pkg()
333 struct evsel *counter) in process_counter_maps()
354 struct evsel *counter) in perf_stat_process_counter()
408 struct evsel *counter; in perf_event__process_stat_event() local
Dcgroup.c96 struct evsel *counter; in evlist__find_cgroup() local
143 struct evsel *counter; in add_cgroup() local
206 struct evsel *counter; in parse_cgroups() local
/Linux-v5.4/drivers/perf/
Dfsl_imx8_ddr_perf.c205 static void ddr_perf_free_counter(struct ddr_pmu *pmu, int counter) in ddr_perf_free_counter()
210 static u32 ddr_perf_read_counter(struct ddr_pmu *pmu, int counter) in ddr_perf_read_counter()
288 int counter = hwc->idx; in ddr_perf_event_update() local
302 int counter, bool enable) in ddr_perf_counter_enable()
327 int counter = hwc->idx; in ddr_perf_event_start() local
340 int counter; in ddr_perf_event_add() local
382 int counter = hwc->idx; in ddr_perf_event_stop() local
394 int counter = hwc->idx; in ddr_perf_event_del() local
/Linux-v5.4/drivers/misc/lkdtm/
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()
/Linux-v5.4/include/linux/
Dpage_counter.h37 static inline void page_counter_init(struct page_counter *counter, in page_counter_init()
45 static inline unsigned long page_counter_read(struct page_counter *counter) in page_counter_read()
62 static inline void page_counter_reset_watermark(struct page_counter *counter) in page_counter_reset_watermark()
/Linux-v5.4/drivers/acpi/
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
/Linux-v5.4/arch/mips/cavium-octeon/executive/
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
/Linux-v5.4/drivers/net/wireless/intersil/prism54/
Dislpci_dev.c543 unsigned counter; in islpci_reset() local
615 int counter; in islpci_alloc_memory() local
722 int counter; in islpci_free_memory() local
/Linux-v5.4/drivers/watchdog/
Dnic7018_wdt.c61 static inline u32 nic7018_timeout(u32 period, u8 counter) in nic7018_timeout()
67 u8 *counter) in nic7018_get_config()
91 u8 counter; in nic7018_set_timeout() local

12345678910>>...13