Home
last modified time | relevance | path

Searched +defs:val +defs:ev (Results 26 – 50 of 100) sorted by relevance

1234

/linux-6.14.4/arch/s390/appldata/
Dappldata_mem.c78 static struct sysinfo val; in appldata_get_mem_data() local
79 unsigned long ev[NR_VM_EVENT_ITEMS]; in appldata_get_mem_data() local
/linux-6.14.4/arch/powerpc/perf/
Dpower10-pmu.c109 static int power10_check_attr_config(struct perf_event *ev) in power10_check_attr_config()
111 u64 val; in power10_check_attr_config() local
Disa207-common.c314 u64 val; in isa207_get_mem_data_src() local
369 u64 val = (sier & ISA207_SIER_TYPE_MASK) >> ISA207_SIER_TYPE_SHIFT; in isa207_get_mem_weight() local
562 unsigned long mmcra, mmcr1, mmcr2, unit, combine, psel, cache, val; in isa207_compute_mmcr() local
800 int isa3XX_check_attr_config(struct perf_event *ev) in isa3XX_check_attr_config()
802 u64 val, sample_mode; in isa3XX_check_attr_config() local
Dhv-24x7.c240 static char *event_name(struct hv_24x7_event_data *ev, int *len) in event_name()
246 static char *event_desc(struct hv_24x7_event_data *ev, int *len) in event_desc()
255 static char *event_long_desc(struct hv_24x7_event_data *ev, int *len) in event_long_desc()
266 static bool event_fixed_portion_is_within(struct hv_24x7_event_data *ev, in event_fixed_portion_is_within()
282 static void *event_end(struct hv_24x7_event_data *ev, void *end) in event_end()
515 char *ev_name, *a_ev_name, *val; in event_to_attr() local
/linux-6.14.4/sound/core/seq/
Dseq_ump_client.c61 const u32 *val, int words) in seq_ump_input_receive()
64 struct snd_seq_ump_event ev = {}; in seq_ump_input_receive() local
82 static int seq_ump_process_event(struct snd_seq_event *ev, int direct, in seq_ump_process_event()
Dseq_midi_emul.c73 struct snd_seq_event *ev, in snd_midi_process_event()
414 int val; in rpn() local
/linux-6.14.4/drivers/iio/proximity/
Dsx_common.c77 unsigned int val, chan; in sx_common_push_events() local
99 u64 ev; in sx_common_push_events() local
180 const struct iio_chan_spec *chan, int *val) in sx_common_read_proximity()
340 unsigned int val; in sx_common_irq_thread_handler() local
367 __be16 val; in sx_common_trigger_handler() local
432 unsigned int i, val; in sx_common_init_device() local
Dcros_ec_mkbp_proximity.c100 u64 ev; in cros_ec_mkbp_proximity_push_event() local
145 const struct iio_chan_spec *chan, int *val, in cros_ec_mkbp_proximity_read_raw()
/linux-6.14.4/sound/core/seq/oss/
Dseq_oss_init.c117 receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop) in receive_announce()
453 filemode_str(int val) in filemode_str()
/linux-6.14.4/drivers/iio/light/
Dcm3605.c59 u64 ev; in cm3605_prox_irq() local
108 int *val, int *val2, long mask) in cm3605_read_raw()
Dgp2ap002.c157 u64 ev; in gp2ap002_prox_irq() local
158 int val; in gp2ap002_prox_irq() local
248 int *val, int *val2, long mask) in gp2ap002_read_raw()
399 unsigned int *val) in gp2ap002_regmap_i2c_read()
415 unsigned int val) in gp2ap002_regmap_i2c_write()
442 u8 val; in gp2ap002_probe() local
/linux-6.14.4/arch/s390/kernel/
Dtraps.c282 int val = 1; in test_monitor_call() local
358 struct per_event *ev = &current->thread.per_event; in __do_pgm_check() local
/linux-6.14.4/tools/testing/selftests/net/
Dbusy_poller.c183 struct epoll_event ev; in epoll_ctl_add() local
270 int val; in run_poller() local
Dreuseport_bpf.c216 struct epoll_event ev; in test_recv_order() local
415 int val, size; in enable_fastopen() local
/linux-6.14.4/net/ipv4/
Dtcp_dctcp.c62 static int dctcp_shift_g_set(const char *val, const struct kernel_param *kp) in dctcp_shift_g_set()
193 __bpf_kfunc static void dctcp_cwnd_event(struct sock *sk, enum tcp_ca_event ev) in dctcp_cwnd_event()
/linux-6.14.4/drivers/media/rc/
Dir-hix5hd2.c97 u32 val; in hix5hd2_ir_clk_enable() local
121 u32 val = IR_ENABLE_EN; in hix5hd2_ir_enable() local
132 u32 val, rate; in hix5hd2_ir_config() local
210 struct ir_raw_event ev = {}; in hix5hd2_ir_rx_interrupt() local
Dlirc_dev.c40 void lirc_raw_event(struct rc_dev *dev, struct ir_raw_event ev) in lirc_raw_event()
367 u32 val = 0; in lirc_ioctl() local
/linux-6.14.4/drivers/perf/
Dthunderx2_pmu.c28 #define GET_EVENTID(ev, mask) ((ev->hw.config) & mask) argument
29 #define GET_COUNTERID(ev, mask) ((ev->hw.idx) & mask) argument
33 #define DMC_EVENT_CFG(idx, val) ((val) << (((idx) * 8) + 1)) argument
299 static inline void reg_writel(u32 val, unsigned long addr) in reg_writel()
369 u32 val, emask; in uncore_start_event_l3c() local
390 u32 val, cmask, emask; in uncore_start_event_dmc() local
415 u32 val, cmask; in uncore_stop_event_dmc() local
/linux-6.14.4/tools/perf/util/
Dexpr.c28 double val; member
30 } val; member
32 double val; member
148 int expr__add_id_val(struct expr_parse_ctx *ctx, const char *id, double val) in expr__add_id_val()
155 double val, int source_count) in expr__add_id_val_source_count()
333 __expr__parse(double *val, struct expr_parse_ctx *ctx, const char *expr, in __expr__parse()
395 enum tool_pmu_event ev = tool_pmu__str_to_event(literal + 1); in expr__get_literal() local
/linux-6.14.4/drivers/media/usb/uvc/
Duvc_ctrl.c1207 s32 val; in uvc_ctrl_is_accessible() local
1308 s32 val; in __uvc_query_v4l2_ctrl() local
1509 struct v4l2_event *ev, in uvc_ctrl_fill_event()
1544 struct v4l2_event ev; in uvc_ctrl_send_event() local
1570 s32 val = 0; in uvc_ctrl_send_slave_event() local
1779 struct v4l2_event ev; in uvc_ctrl_add_event() local
1781 s32 val = 0; in uvc_ctrl_add_event() local
/linux-6.14.4/drivers/iio/
Dindustrialio-event.c70 struct iio_event_data ev; in iio_push_event() local
282 bool val; in iio_ev_state_store() local
304 int val; in iio_ev_state_show() local
324 int val, val2, val_arr[2]; in iio_ev_value_show() local
348 int val, val2; in iio_ev_value_store() local
/linux-6.14.4/drivers/media/v4l2-core/
Dv4l2-ctrls-core.c19 static void fill_event(struct v4l2_event *ev, struct v4l2_ctrl *ctrl, in fill_event()
44 struct v4l2_event ev; in send_initial_event() local
55 struct v4l2_event ev; in send_event() local
386 #define ROUND_TO_RANGE(val, offset_type, ctrl) \ argument
1187 s64 val; in std_validate_elem() local
/linux-6.14.4/mm/
Dmemcontrol-v1.c89 #define MEMFILE_PRIVATE(x, val) ((x) << 16 | (val)) argument
90 #define MEMFILE_TYPE(val) ((val) >> 16 & 0xffff) argument
91 #define MEMFILE_ATTR(val) ((val) & 0xffff) argument
412 struct cftype *cft, u64 val) in mem_cgroup_move_charge_write()
424 struct cftype *cft, u64 val) in mem_cgroup_move_charge_write()
517 unsigned long val, next; in memcg1_event_ratelimit() local
614 struct mem_cgroup_eventfd_list *ev; in mem_cgroup_oom_notify_cb() local
847 struct mem_cgroup_eventfd_list *ev, *tmp; in mem_cgroup_oom_unregister_event() local
1438 struct cftype *cft, u64 val) in mem_cgroup_hierarchy_write()
1851 struct cftype *cft, u64 val) in mem_cgroup_swappiness_write()
[all …]
/linux-6.14.4/drivers/net/wireless/intel/ipw2x00/
Dlibipw_crypto_tkip.c130 static inline u16 RotR1(u16 val) in RotR1()
135 static inline u8 Lo8(u16 val) in Lo8()
140 static inline u8 Hi8(u16 val) in Hi8()
145 static inline u16 Lo16(u32 val) in Lo16()
150 static inline u16 Hi16(u32 val) in Hi16()
561 struct iw_michaelmicfailure ev; in libipw_michael_mic_failure() local
/linux-6.14.4/drivers/staging/nvec/
Dnvec.c363 static void nvec_event_mask(char *ev, u32 mask) in nvec_event_mask()
581 static void tegra_i2c_writel(u32 val, void *reg) in tegra_i2c_writel()
737 u32 val; in tegra_init_i2c_slave() local

1234