Searched refs:event_type (Results 1 - 25 of 40) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dprimitive.c62 sctp_event_t event_type; sctp_subtype_t subtype; \
66 event_type = SCTP_EVENT_T_PRIMITIVE; \
71 error = sctp_do_sm(event_type, subtype, state, ep, asoc, \
H A Dsm_sideeffect.c58 static int sctp_cmd_interpreter(sctp_event_t event_type,
67 static int sctp_side_effects(sctp_event_t event_type, sctp_subtype_t subtype,
485 sctp_event_t event_type,
495 if (event_type == SCTP_EVENT_T_CHUNK && subtype.chunk == SCTP_CID_ABORT)
899 ep, sctp_evttype_tbl[event_type], \
920 int sctp_do_sm(sctp_event_t event_type, sctp_subtype_t subtype, argument
936 printfn_t *debug_fn __attribute__ ((unused)) = table[event_type];
941 state_fn = sctp_sm_lookup_event(event_type, state, subtype);
949 error = sctp_side_effects(event_type, subtype, state,
963 static int sctp_side_effects(sctp_event_t event_type, sctp_subtype_ argument
483 sctp_cmd_assoc_failed(sctp_cmd_seq_t *commands, struct sctp_association *asoc, sctp_event_t event_type, sctp_subtype_t subtype, struct sctp_chunk *chunk, unsigned error) argument
1044 sctp_cmd_interpreter(sctp_event_t event_type, sctp_subtype_t subtype, sctp_state_t state, struct sctp_endpoint *ep, struct sctp_association *asoc, void *event_arg, sctp_disposition_t status, sctp_cmd_seq_t *commands, gfp_t gfp) argument
[all...]
H A Dsm_statetable.c79 const sctp_sm_table_entry_t *sctp_sm_lookup_event(sctp_event_t event_type, argument
83 switch (event_type) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/softmac/
H A Dieee80211softmac_event.c83 event.fun(event.mac->dev, event.event_type, event.context);
103 eventptr->event_type = event;
169 if ((eventptr->event_type == event || eventptr->event_type == -1)
174 eventptr->event_type = event;
H A Dieee80211softmac_assoc.c166 ieee80211softmac_assoc_notify_scan(struct net_device *dev, int event_type, void *context) argument
173 ieee80211softmac_assoc_notify_auth(struct net_device *dev, int event_type, void *context) argument
177 switch (event_type) {
H A Dieee80211softmac_priv.h229 int event_type; member in struct:ieee80211softmac_event
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dshpchp_ctrl.c42 static int queue_interrupt_event(struct slot *p_slot, u32 event_type) argument
50 info->event_type = event_type;
62 u32 event_type; local
74 event_type = INT_BUTTON_PRESS;
76 queue_interrupt_event(p_slot, event_type);
86 u32 event_type; local
102 event_type = INT_SWITCH_OPEN;
104 event_type = INT_POWER_FAULT;
112 event_type
123 u32 event_type; local
156 u32 event_type; local
[all...]
H A Dpciehp_ctrl.c43 static int queue_interrupt_event(struct slot *p_slot, u32 event_type) argument
51 info->event_type = event_type;
63 u32 event_type; local
74 event_type = INT_BUTTON_PRESS;
76 queue_interrupt_event(p_slot, event_type);
85 u32 event_type; local
98 event_type = INT_SWITCH_OPEN;
104 event_type = INT_SWITCH_CLOSE;
107 queue_interrupt_event(p_slot, event_type);
115 u32 event_type; local
149 u32 event_type; local
[all...]
H A Dcpqphp_ctrl.c121 taskInfo->event_type = INT_SWITCH_OPEN;
129 taskInfo->event_type = INT_SWITCH_CLOSE;
203 taskInfo->event_type = INT_BUTTON_PRESS;
209 taskInfo->event_type = INT_BUTTON_RELEASE;
214 taskInfo->event_type = INT_BUTTON_CANCEL;
219 taskInfo->event_type = INT_BUTTON_IGNORE;
233 taskInfo->event_type = INT_PRESENCE_ON;
236 taskInfo->event_type = INT_PRESENCE_OFF;
282 taskInfo->event_type = INT_POWER_FAULT_CLEAR;
287 taskInfo->event_type
[all...]
H A Dpciehp.h79 u32 event_type; member in struct:event_info
H A Dshpchp.h84 u32 event_type; member in struct:event_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/tpm/
H A Dtpm_bios.c60 u32 event_type; member in struct:tcpa_event
162 if (event->event_type == 0 && event->event_size == 0)
174 if ((event->event_type == 0 && event->event_size == 0) ||
196 if (event->event_type == 0 && event->event_size == 0)
199 if ((event->event_type == 0 && event->event_size == 0) ||
219 switch(event->event_type) {
235 name = tcpa_event_type_strings[event->event_type];
334 seq_printf(m, " %02x", event->event_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A Dmlx4.h339 void mlx4_cq_event(struct mlx4_dev *dev, u32 cqn, int event_type);
341 void mlx4_qp_event(struct mlx4_dev *dev, u32 qpn, int event_type);
343 void mlx4_srq_event(struct mlx4_dev *dev, u32 srqn, int event_type);
H A Dcq.c93 void mlx4_cq_event(struct mlx4_dev *dev, u32 cqn, int event_type) argument
111 cq->event(cq, event_type);
H A Dqp.c44 void mlx4_qp_event(struct mlx4_dev *dev, u32 qpn, int event_type) argument
62 qp->event(qp, event_type);
H A Dsrq.c60 void mlx4_srq_event(struct mlx4_dev *dev, u32 srqn, int event_type) argument
78 srq->event(srq, event_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A Dbcmevent.h58 uint32 event_type; /* Message (see below) */ member in struct:__anon3157
72 uint32 event_type; /* Message (see below) */ member in struct:__anon3158
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/
H A Dbcmevent.h58 uint32 event_type; /* Message (see below) */ member in struct:__anon3228
72 uint32 event_type; /* Message (see below) */ member in struct:__anon3229
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/gameport/
H A Dgameport.c254 enum gameport_event_type event_type)
270 if (event->type == event_type)
278 printk(KERN_WARNING "gameport: Can't get module reference, dropping event %d\n", event_type);
283 event->type = event_type;
290 printk(KERN_ERR "gameport: Not enough memory to queue event %d\n", event_type);
253 gameport_queue_event(void *object, struct module *owner, enum gameport_event_type event_type) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dieee80211softmac.h359 typedef void (*notify_function_ptr)(struct net_device *dev, int event_type, void *context);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/serio/
H A Dserio.c181 enum serio_event_type event_type)
198 if (event->type == event_type)
208 event_type);
216 event_type);
222 event->type = event_type;
180 serio_queue_event(void *object, struct module *owner, enum serio_event_type event_type) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_dev.h507 enum ib_event_type event_type);
522 enum ib_event_type event_type);
530 enum ib_event_type event_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dkeyboard.c1245 static void kbd_event(struct input_handle *handle, unsigned int event_type, argument
1248 if (event_type == EV_MSC && event_code == MSC_RAW && HW_RAW(handle->dev))
1250 if (event_type == EV_KEY)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptsas.c117 enum mptsas_hotplug_action event_type; member in struct:mptsas_hotplug_event
768 ev->event_type = MPTSAS_DEL_DEVICE;
2451 ev->event_type = MPTSAS_ADD_DEVICE;
2482 switch (ev->event_type) {
2779 ev->event_type = MPTSAS_ADD_DEVICE;
2781 ev->event_type = MPTSAS_DEL_DEVICE;
2827 ev->event_type = MPTSAS_IGNORE_EVENT;
2833 ev->event_type = MPTSAS_ADD_DEVICE;
2839 ev->event_type = MPTSAS_DEL_DEVICE;
2848 ev->event_type
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dsal.h529 u64 event_type : 1, member in struct:sal_log_smbios_dev_err_info::__anon8883
535 u8 event_type; member in struct:sal_log_smbios_dev_err_info

Completed in 200 milliseconds

12