Searched refs:event (Results 76 - 100 of 102) sorted by relevance

12345

/include/linux/
H A Dcpufreq.h442 unsigned int event);
H A Dfscache-cache.h341 int event);
H A Dkernfs.h180 int event; member in struct:kernfs_open_file
H A Dvmw_vmci_defs.h279 * this event has the Context payload type.
520 * We allow at least 1024 more event datagrams from the hypervisor past the
522 * limit on event datagrams from the hypervisor to guard against DoS attack
532 * event datagram is small).
618 u32 event; /* 4 bytes. */ member in struct:vmci_event_data
640 * We define the following struct to get the size of the maximum event
641 * data the hypervisor may send to the guest. If adding a new event
661 /* Has event type and payload. */
723 * associated with an event data.
H A Dsyscalls.h127 .event.funcs = &enter_syscall_print_funcs, \
143 .event.funcs = &exit_syscall_print_funcs, \
626 struct epoll_event __user *event);
H A Dacpi.h205 extern acpi_status wmi_get_event_data(u32 event, struct acpi_buffer *out);
H A Dhyperv.h633 struct hv_input_signal_event event; member in struct:hv_input_signal_event_buffer
H A Di2o.h433 * Event structure provided to the event handling function
438 event reply was initiated */
465 work_func_t event; member in struct:i2o_driver
H A Dcompat.h382 int get_compat_sigevent(struct sigevent *event,
H A Dhid.h523 /* hiddev event handler */
617 * @usage_table: on which events to call event (NULL means all)
618 * @event: if usage in usage_table, this hook is called (NULL means nop)
633 * raw_event and event should return 0 on no action performed, 1 when no
660 int (*event)(struct hid_device *hdev, struct hid_field *field, member in struct:hid_driver
836 * @type: input event type (EV_KEY, EV_REL, ...)
/include/video/
H A Dadf.h146 * @event_type_str: return a string representation of custom event @type
480 int adf_event_notify(struct adf_obj *obj, struct adf_event *event);
/include/acpi/
H A Dacpi_bus.h162 typedef void (*acpi_op_notify) (struct acpi_device * device, u32 event);
H A Dactypes.h711 * Event status - Per event
715 * (e.g. if bit 0 is set then the event is enabled).
1063 acpi_status(*acpi_table_handler) (u32 event, void *table, void *context);
/include/linux/mlx5/
H A Dqp.h365 void (*event) (struct mlx5_core_qp *, int); member in struct:mlx5_core_qp
/include/scsi/
H A Dlibfc.h129 * @RPORT_EV_NONE: No event
212 enum fc_rport_event event; member in struct:fc_rport_priv
H A Dscsi_transport_iscsi.h429 enum iscsi_uevent_e event);
/include/uapi/linux/
H A Dixjuser.h652 * will send signals for, and what signals it will send for which event.
654 * they occur. To disable signals for an event set the signal to 0.
671 unsigned int event; member in struct:__anon1912
/include/net/bluetooth/
H A Dhci_core.h1257 const void *param, u8 event);
1269 const void *param, u8 event, u32 timeout);
1283 void hci_sock_dev_event(struct hci_dev *hdev, int event);
H A Dhci.h1762 /* Advertising report event types */
1790 __u16 event; member in struct:hci_ev_si_device
1796 __u16 event; member in struct:hci_ev_si_security
/include/trace/events/
H A Drcu.h44 * grace-period-related event as follows:
88 * other than rcuname, which comes from the rcu_state structure, and event,
175 * Tracepoint for RCU no-CBs CPU callback handoffs. This event is intended
359 * depth before and after the event of interest. Note that task-related
711 level, grplo, grphi, event) \
/include/uapi/sound/
H A Dasound.h699 #define SNDRV_TIMER_PSFLG_EARLY_EVENT (1<<2) /* write early event to the poll queue */
706 unsigned int filter; /* event filter (bitmask of SNDRV_TIMER_EVENT_*) */
747 SNDRV_TIMER_EVENT_EARLY, /* val = 0, early event */
760 int event; member in struct:snd_timer_tread
956 int type; /* event type - SNDRV_CTL_EVENT_* */
/include/net/
H A Dtcp.h814 /* call when cwnd event occurs (optional) */
864 static inline void tcp_ca_event(struct sock *sk, const enum tcp_ca_event event) argument
869 icsk->icsk_ca_ops->cwnd_event(sk, event);
H A Dxfrm.h266 u32 event; member in struct:km_event
278 void (*notify)(struct xfrm_state *x, int event);
/include/rdma/
H A Dib_verbs.h399 enum ib_event_type event; member in struct:ib_event
1690 void ib_dispatch_event(struct ib_event *event);
1964 * completion event occurs on the CQ.
1966 * asynchronous event not associated with a completion occurs on the CQ.
1968 * the associated completion and event handlers.
1992 * @cq_count: number of CQEs that will trigger an event
1993 * @cq_period: max period of time in usec before triggering an event
2036 * @cq: The CQ to generate an event for.
2039 * to request an event on the next solicited event o
[all...]
/include/drm/
H A Ddrm_crtc.h279 * If userspace set the event flag in the ioctl, the event
280 * argument will point to an event to send back when the flip
285 struct drm_pending_vblank_event *event,

Completed in 554 milliseconds

12345