Searched defs:counter (Results 151 - 175 of 397) sorted by relevance

1234567891011>>

/linux-master/drivers/media/rc/
H A Dserial_ir.c322 int counter, dcd; local
/linux-master/arch/x86/include/asm/xen/
H A Dinterface.h276 uint64_t counter; member in struct:xen_pmu_cntr_pair
/linux-master/drivers/infiniband/core/
H A Duverbs.h172 u32 *counter; member in struct:ib_uverbs_event
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpsw.c515 dpsw_if_get_counter(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u16 if_id, enum dpsw_counter type, u64 *counter) argument
/linux-master/arch/mips/cavium-octeon/executive/
H A Dcvmx-l2c.c169 void cvmx_l2c_config_perf(uint32_t counter, enum cvmx_l2c_event event, argument
233 uint64_t cvmx_l2c_read_perf(uint32_t counter) argument
240 uint64_t counter = 0; local
251 uint64_t counter local
262 uint64_t counter = 0; local
274 uint64_t counter = 0; local
[all...]
/linux-master/drivers/net/ethernet/dec/tulip/
H A Dxircom_cb.c700 int counter; local
754 int counter; local
787 int counter; local
841 int counter; local
[all...]
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_sysfs.c373 size_t counter; member in struct:qib_diagc_attr
430 u64 counter = 0; local
/linux-master/arch/s390/crypto/
H A Dprng.c691 u64 counter; local
/linux-master/drivers/counter/
H A Dintel-qep.c108 static int intel_qep_count_read(struct counter_device *counter, argument
124 static int intel_qep_function_read(struct counter_device *counter, argument
137 static int intel_qep_action_read(struct counter_device *counter, argument
175 static int intel_qep_ceiling_read(struct counter_device *counter, argument
187 static int intel_qep_ceiling_write(struct counter_device *counter, argument
212 static int intel_qep_enable_read(struct counter_device *counter, argument
222 intel_qep_enable_write(struct counter_device *counter, struct counter_count *count, u8 val) argument
254 intel_qep_spike_filter_ns_read(struct counter_device *counter, struct counter_count *count, u64 *length) argument
275 intel_qep_spike_filter_ns_write(struct counter_device *counter, struct counter_count *count, u64 length) argument
324 intel_qep_preset_enable_read(struct counter_device *counter, struct counter_count *count, u8 *preset_enable) argument
340 intel_qep_preset_enable_write(struct counter_device *counter, struct counter_count *count, u8 val) argument
394 struct counter_device *counter; local
[all...]
H A Dti-eqep.c85 struct counter_device counter; member in struct:ti_eqep_cnt
90 static struct ti_eqep_cnt *ti_eqep_count_from_counter(struct counter_device *counter) argument
95 static int ti_eqep_count_read(struct counter_device *counter, argument
107 static int ti_eqep_count_write(struct counter_device *counter, argument
120 static int ti_eqep_function_read(struct counter_device *counter, argument
147 ti_eqep_function_write(struct counter_device *counter, struct counter_count *count, enum counter_function function) argument
176 ti_eqep_action_read(struct counter_device *counter, struct counter_count *count, struct counter_synapse *synapse, enum counter_synapse_action *action) argument
249 ti_eqep_position_ceiling_read(struct counter_device *counter, struct counter_count *count, u64 *ceiling) argument
263 ti_eqep_position_ceiling_write(struct counter_device *counter, struct counter_count *count, u64 ceiling) argument
277 ti_eqep_position_enable_read(struct counter_device *counter, struct counter_count *count, u8 *enable) argument
290 ti_eqep_position_enable_write(struct counter_device *counter, struct counter_count *count, u8 enable) argument
376 struct counter_device *counter; local
430 struct counter_device *counter = platform_get_drvdata(pdev); local
[all...]
H A Dti-ecap-capture.c100 static u8 ecap_cnt_capture_get_evmode(struct counter_device *counter) argument
112 static void ecap_cnt_capture_set_evmode(struct counter_device *counter, u8 ev_mode) argument
121 ecap_cnt_capture_enable(struct counter_device *counter) argument
136 ecap_cnt_capture_disable(struct counter_device *counter) argument
149 ecap_cnt_count_get_val(struct counter_device *counter, unsigned int reg) argument
161 ecap_cnt_count_set_val(struct counter_device *counter, unsigned int reg, u32 val) argument
170 ecap_cnt_count_read(struct counter_device *counter, struct counter_count *count, u64 *val) argument
178 ecap_cnt_count_write(struct counter_device *counter, struct counter_count *count, u64 val) argument
189 ecap_cnt_function_read(struct counter_device *counter, struct counter_count *count, enum counter_function *function) argument
198 ecap_cnt_action_read(struct counter_device *counter, struct counter_count *count, struct counter_synapse *synapse, enum counter_synapse_action *action) argument
210 ecap_cnt_watch_validate(struct counter_device *counter, const struct counter_watch *watch) argument
225 ecap_cnt_clk_get_freq(struct counter_device *counter, struct counter_signal *signal, u64 *freq) argument
235 ecap_cnt_pol_read(struct counter_device *counter, struct counter_signal *signal, size_t idx, enum counter_signal_polarity *pol) argument
251 ecap_cnt_pol_write(struct counter_device *counter, struct counter_signal *signal, size_t idx, enum counter_signal_polarity pol) argument
267 ecap_cnt_cap_read(struct counter_device *counter, struct counter_count *count, size_t idx, u64 *cap) argument
276 ecap_cnt_cap_write(struct counter_device *counter, struct counter_count *count, size_t idx, u64 cap) argument
288 ecap_cnt_nb_ovf_read(struct counter_device *counter, struct counter_count *count, u64 *val) argument
298 ecap_cnt_nb_ovf_write(struct counter_device *counter, struct counter_count *count, u64 val) argument
311 ecap_cnt_ceiling_read(struct counter_device *counter, struct counter_count *count, u64 *val) argument
319 ecap_cnt_enable_read(struct counter_device *counter, struct counter_count *count, u8 *enable) argument
329 ecap_cnt_enable_write(struct counter_device *counter, struct counter_count *count, u8 enable) argument
[all...]
H A Dcounter-sysfs.c109 struct counter_device *const counter = counter_from_dev(dev); local
141 struct counter_device *const counter = counter_from_dev(dev); local
177 struct counter_device *const counter = counter_from_dev(dev); local
242 struct counter_device *const counter = counter_from_dev(dev); local
306 struct counter_device *const counter = counter_from_dev(dev); local
334 struct counter_device *const counter = counter_from_dev(dev); local
366 struct counter_device *const counter = counter_from_dev(dev); local
388 struct counter_device *const counter = counter_from_dev(dev); local
416 struct counter_device *const counter = counter_from_dev(dev); local
448 struct counter_device *const counter = counter_from_dev(dev); local
840 counter_signal_attrs_create(struct counter_device *const counter, struct counter_attribute_group *const cattr_group, struct counter_signal *const signal) argument
866 counter_sysfs_signals_add(struct counter_device *const counter, struct counter_attribute_group *const groups) argument
890 counter_sysfs_synapses_add(struct counter_device *const counter, struct counter_attribute_group *const group, struct counter_count *const count) argument
940 counter_count_attrs_create(struct counter_device *const counter, struct counter_attribute_group *const cattr_group, struct counter_count *const count) argument
975 counter_sysfs_counts_add(struct counter_device *const counter, struct counter_attribute_group *const groups) argument
1006 counter_num_signals_read(struct counter_device *counter, u8 *val) argument
1012 counter_num_counts_read(struct counter_device *counter, u8 *val) argument
1018 counter_events_queue_size_read(struct counter_device *counter, u64 *val) argument
1025 counter_events_queue_size_write(struct counter_device *counter, u64 val) argument
1059 counter_sysfs_attr_add(struct counter_device *const counter, struct counter_attribute_group *cattr_group) argument
1118 counter_sysfs_add(struct counter_device *const counter) argument
[all...]
H A Drz-mtu3-cnt.c97 static inline struct rz_mtu3_channel *rz_mtu3_get_ch(struct counter_device *counter, int id) argument
105 static bool rz_mtu3_is_counter_invalid(struct counter_device *counter, int id) argument
123 static int rz_mtu3_lock_if_counter_is_valid(struct counter_device *counter, argument
157 static int rz_mtu3_count_read(struct counter_device *counter, argument
179 rz_mtu3_count_write(struct counter_device *counter, struct counter_count *count, const u64 val) argument
231 rz_mtu3_count_function_read(struct counter_device *counter, struct counter_count *count, enum counter_function *function) argument
249 rz_mtu3_count_function_write(struct counter_device *counter, struct counter_count *count, enum counter_function function) argument
290 rz_mtu3_count_direction_read(struct counter_device *counter, struct counter_count *count, enum counter_count_direction *direction) argument
314 rz_mtu3_count_ceiling_read(struct counter_device *counter, struct counter_count *count, u64 *ceiling) argument
345 rz_mtu3_count_ceiling_write(struct counter_device *counter, struct counter_count *count, u64 ceiling) argument
393 rz_mtu3_32bit_cnt_setting(struct counter_device *counter) argument
408 rz_mtu3_16bit_cnt_setting(struct counter_device *counter, int id) argument
420 rz_mtu3_initialize_counter(struct counter_device *counter, int id) argument
455 rz_mtu3_terminate_counter(struct counter_device *counter, int id) argument
472 rz_mtu3_count_enable_read(struct counter_device *counter, struct counter_count *count, u8 *enable) argument
495 rz_mtu3_count_enable_write(struct counter_device *counter, struct counter_count *count, u8 enable) argument
532 rz_mtu3_cascade_counts_enable_get(struct counter_device *counter, u8 *cascade_enable) argument
552 rz_mtu3_cascade_counts_enable_set(struct counter_device *counter, u8 cascade_enable) argument
571 rz_mtu3_ext_input_phase_clock_select_get(struct counter_device *counter, u32 *ext_input_phase_clock_select) argument
591 rz_mtu3_ext_input_phase_clock_select_set(struct counter_device *counter, u32 ext_input_phase_clock_select) argument
625 rz_mtu3_action_read(struct counter_device *counter, struct counter_count *count, struct counter_synapse *synapse, enum counter_synapse_action *action) argument
838 struct counter_device *counter; local
[all...]
/linux-master/arch/x86/xen/
H A Dpmu.c350 static unsigned long long xen_amd_read_pmc(int counter) argument
370 static unsigned long long xen_intel_read_pmc(int counter) argument
400 xen_read_pmc(int counter) argument
[all...]
/linux-master/drivers/hwmon/
H A Dibmpex.c327 create_sensor(struct ibmpex_bmc_data *data, int type, int counter, int sensor, int func) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dmeter.c250 struct mlx5_fc *counter; local
/linux-master/drivers/ata/
H A Dpata_pdc2027x.c462 long counter; local
[all...]
/linux-master/drivers/clocksource/
H A Dtimer-ti-dm-systimer.c44 u8 counter; member in struct:dmtimer_systimer
[all...]
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_vcap_impl.c403 u32 counter; local
[all...]
H A Dlan966x_fdma.c555 int counter = 0; local
/linux-master/drivers/thermal/tegra/
H A Dtegra30-tsensor.c165 int err, c1, c2, c3, c4, counter; local
[all...]
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_ptp.c482 u32 counter; local
[all...]
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h401 int seed, counter, error; local
/linux-master/drivers/infiniband/hw/mlx5/
H A Dcounters.c510 mlx5_ib_counter_alloc_stats(struct rdma_counter *counter) argument
518 static int mlx5_ib_counter_update_stats(struct rdma_counter *counter) argument
527 static int mlx5_ib_counter_dealloc(struct rdma_counter *counter) argument
541 mlx5_ib_counter_bind_qp(struct rdma_counter *counter, struct ib_qp *qp) argument
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dmobility.c566 atomic_t counter; member in struct:pseries_suspend_info
573 atomic_t *counter = &info->counter; local

Completed in 263 milliseconds

1234567891011>>