/linux-4.19.296/include/sound/ |
D | asequencer.h | 30 #define snd_seq_event_bounce_ext_data(ev) ((void*)((char *)(ev)->data.ext.ptr + sizeof(struct snd_s… argument 36 #define snd_seq_ev_is_result_type(ev) ((ev)->type < 5) argument 38 #define snd_seq_ev_is_channel_type(ev) ((ev)->type >= 5 && (ev)->type < 20) argument 40 #define snd_seq_ev_is_note_type(ev) ((ev)->type >= 5 && (ev)->type < 10) argument 42 #define snd_seq_ev_is_control_type(ev) ((ev)->type >= 10 && (ev)->type < 20) argument 44 #define snd_seq_ev_is_queue_type(ev) ((ev)->type >= 30 && (ev)->type < 40) argument 46 #define snd_seq_ev_is_message_type(ev) ((ev)->type >= 60 && (ev)->type < 69) argument 48 #define snd_seq_ev_is_sample_type(ev) ((ev)->type >= 70 && (ev)->type < 79) argument 50 #define snd_seq_ev_is_user_type(ev) ((ev)->type >= 90 && (ev)->type < 99) argument 52 #define snd_seq_ev_is_fixed_type(ev) ((ev)->type < 100) argument [all …]
|
/linux-4.19.296/drivers/hid/ |
D | uhid.c | 95 static void uhid_queue(struct uhid_device *uhid, struct uhid_event *ev) in uhid_queue() 114 struct uhid_event *ev; in uhid_queue_event() local 132 struct uhid_event *ev; in uhid_hid_start() local 186 struct uhid_event *ev, in __uhid_report_queue_and_wait() 215 const struct uhid_event *ev) in uhid_report_wake_up() 240 struct uhid_event *ev; in uhid_hid_get_report() local 282 struct uhid_event *ev; in uhid_hid_set_report() local 355 struct uhid_event *ev; in uhid_hid_output_raw() local 494 const struct uhid_event *ev) in uhid_dev_create2() 557 struct uhid_event *ev) in uhid_dev_create() [all …]
|
/linux-4.19.296/drivers/media/rc/ |
D | rc-ir-raw.c | 23 struct ir_raw_event ev; in ir_raw_event_thread() local 74 int ir_raw_event_store(struct rc_dev *dev, struct ir_raw_event *ev) in ir_raw_event_store() 129 int ir_raw_event_store_with_timeout(struct rc_dev *dev, struct ir_raw_event *ev) in ir_raw_event_store_with_timeout() 169 int ir_raw_event_store_with_filter(struct rc_dev *dev, struct ir_raw_event *ev) in ir_raw_event_store_with_filter() 318 int ir_raw_gen_manchester(struct ir_raw_event **ev, unsigned int max, in ir_raw_gen_manchester() 400 int ir_raw_gen_pd(struct ir_raw_event **ev, unsigned int max, in ir_raw_gen_pd() 459 int ir_raw_gen_pl(struct ir_raw_event **ev, unsigned int max, in ir_raw_gen_pl()
|
D | rc-core-priv.h | 160 static inline void decrease_duration(struct ir_raw_event *ev, unsigned duration) in decrease_duration() 169 static inline bool is_timing_event(struct ir_raw_event ev) in is_timing_event() 180 static inline void init_ir_raw_event_duration(struct ir_raw_event *ev, in init_ir_raw_event_duration() 224 static inline int ir_raw_gen_pulse_space(struct ir_raw_event **ev, in ir_raw_gen_pulse_space() 311 struct ir_raw_event ev) { } in ir_lirc_raw_event()
|
D | ir-xmp-decoder.c | 42 static int ir_xmp_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_xmp_decode()
|
D | ir-jvc-decoder.c | 46 static int ir_jvc_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_jvc_decode()
|
D | ir-sony-decoder.c | 42 static int ir_sony_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_sony_decode()
|
D | ir-sharp-decoder.c | 46 static int ir_sharp_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_sharp_decode()
|
D | ir-sanyo-decoder.c | 46 static int ir_sanyo_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_sanyo_decode()
|
D | ir-imon-decoder.c | 104 static int ir_imon_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_imon_decode()
|
D | ir-rc5-decoder.c | 40 static int ir_rc5_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_rc5_decode()
|
D | ir-nec-decoder.c | 39 static int ir_nec_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_nec_decode()
|
D | ir-rc6-decoder.c | 87 static int ir_rc6_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_rc6_decode()
|
/linux-4.19.296/include/linux/ceph/ |
D | pagelist.h | 53 __le64 ev = cpu_to_le64(v); in ceph_pagelist_encode_64() local 58 __le32 ev = cpu_to_le32(v); in ceph_pagelist_encode_32() local 63 __le16 ev = cpu_to_le16(v); in ceph_pagelist_encode_16() local
|
/linux-4.19.296/drivers/media/v4l2-core/ |
D | v4l2-event.c | 106 static void __v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev, in __v4l2_event_queue_fh() 157 void v4l2_event_queue(struct video_device *vdev, const struct v4l2_event *ev) in v4l2_event_queue() 177 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev) in v4l2_event_queue_fh()
|
/linux-4.19.296/drivers/s390/net/ |
D | smsgiucv_app.c | 61 static void smsg_app_event_free(struct smsg_app_event *ev) in smsg_app_event_free() 70 struct smsg_app_event *ev; in smsg_app_event_alloc() local
|
D | netiucv.c | 518 struct iucv_event ev; in netiucv_callback_rx() local 529 struct iucv_event ev; in netiucv_callback_txdone() local 547 struct iucv_event ev; in netiucv_callback_connreq() local 671 struct iucv_event *ev = arg; in conn_action_rx() local 707 struct iucv_event *ev = arg; in conn_action_txdone() local 797 struct iucv_event *ev = arg; in conn_action_connaccept() local 821 struct iucv_event *ev = arg; in conn_action_connreject() local 954 struct iucv_event *ev = arg; in conn_action_stop() local 1053 struct iucv_event ev; in dev_action_stop() local
|
/linux-4.19.296/include/net/ |
D | llc_s_st.h | 20 llc_sap_ev_t ev; member
|
D | llc_c_st.h | 36 llc_conn_ev_t ev; member
|
/linux-4.19.296/block/ |
D | genhd.c | 1637 struct disk_events *ev = disk->ev; in disk_events_poll_jiffies() local 1670 struct disk_events *ev = disk->ev; in disk_block_events() local 1695 struct disk_events *ev = disk->ev; in __disk_unblock_events() local 1748 struct disk_events *ev = disk->ev; in disk_flush_events() local 1775 struct disk_events *ev = disk->ev; in disk_clear_events() local 1823 struct disk_events *ev = container_of(dwork, struct disk_events, dwork); in disk_events_workfn() local 1828 static void disk_check_events(struct disk_events *ev, in disk_check_events() 1960 struct disk_events *ev; in disk_events_set_dfl_poll_msecs() local 1993 struct disk_events *ev; in disk_alloc_events() local
|
/linux-4.19.296/drivers/thunderbolt/ |
D | tb.c | 252 struct tb_hotplug_event *ev = container_of(work, typeof(*ev), work); in tb_handle_hotplug() local 326 struct tb_hotplug_event *ev; in tb_handle_event() local
|
/linux-4.19.296/include/net/sctp/ |
D | ulpevent.h | 73 static inline struct sk_buff *sctp_event2skb(const struct sctp_ulpevent *ev) in sctp_event2skb()
|
/linux-4.19.296/drivers/iio/light/ |
D | cm3605.c | 57 u64 ev; in cm3605_prox_irq() local
|
/linux-4.19.296/drivers/isdn/gigaset/ |
D | ev-layer.c | 1103 struct event_t *ev) in do_action() 1528 static void process_event(struct cardstate *cs, struct event_t *ev) in process_event() 1849 struct event_t *ev; in process_events() local
|
/linux-4.19.296/include/media/ |
D | rc-core.h | 322 static inline void init_ir_raw_event(struct ir_raw_event *ev) in init_ir_raw_event() 347 struct ir_raw_event ev = { .reset = true }; in ir_raw_event_reset() local
|