Searched refs:event (Results 151 - 175 of 1016) sorted by relevance

1234567891011>>

/drivers/net/wireless/ti/wl1251/
H A Devent.c26 #include "event.h"
165 * Poll the mailbox event field until any of the bits in the mask is set or a
170 u32 events_vector, event; local
181 /* read from both event fields */
184 event = events_vector & mask;
187 event |= events_vector & mask;
188 } while (!event);
/drivers/net/wireless/ti/wlcore/
H A DMakefile1 wlcore-objs = main.o cmd.o io.o event.o tx.o rx.o ps.o acx.o \
H A Devent.c27 #include "event.h"
36 enum nl80211_cqm_rssi_threshold_event event; local
44 event = NL80211_CQM_RSSI_THRESHOLD_EVENT_LOW;
46 event = NL80211_CQM_RSSI_THRESHOLD_EVENT_HIGH;
49 if (event != wlvif->last_rssi_event)
50 ieee80211_cqm_rssi_notify(vif, event, GFP_KERNEL);
51 wlvif->last_rssi_event = event;
162 wl1271_info("Got DUMMY_PACKET event in PLT mode. FW bug, ignoring.");
231 * connection loss work. Cancel it on REGAINED event.
/drivers/scsi/mpt3sas/
H A Dmpt3sas_trigger_diag.h71 /* fake firmware event for tigger */
89 * struct SL_WH_EVENT_TRIGGER_T - Definition of an event trigger element
91 * @LogEntryQualifier: Type of FW event that logged (Log Entry Added Event only)
93 * Defines an event that should induce a DIAG_TRIGGER driver event if observed.
124 * DIAG_TRIGGER driver event if observed.
135 * list of SCSI sense codes that should trigger a DIAG_SERVICE event when
155 * driver event if observed.
166 * event when observed.
180 * struct SL_WH_TRIGGERS_EVENT_DATA_T - event dat
188 struct SL_WH_EVENT_TRIGGER_T event; member in union:SL_WH_TRIGGERS_EVENT_DATA_T::__anon5932
[all...]
/drivers/spi/
H A Dspi-fsl-spi.h31 __be32 event; member in struct:fsl_spi_reg
/drivers/usb/phy/
H A Dphy-omap-otg.c73 unsigned long event, void *ptr)
77 otg_dev->id = event;
84 unsigned long event, void *ptr)
89 otg_dev->vbus = event;
72 omap_otg_id_notifier(struct notifier_block *nb, unsigned long event, void *ptr) argument
83 omap_otg_vbus_notifier(struct notifier_block *nb, unsigned long event, void *ptr) argument
/drivers/cpufreq/
H A Dcpufreq_userspace.c53 unsigned int event)
58 switch (event) {
76 pr_debug("limit event for cpu %u: %u - %u kHz, currently %u kHz\n",
52 cpufreq_governor_userspace(struct cpufreq_policy *policy, unsigned int event) argument
/drivers/gpu/drm/nouveau/
H A Dnouveau_display.h30 struct drm_pending_vblank_event *event; member in struct:nouveau_page_flip_state
76 struct drm_pending_vblank_event *event,
/drivers/input/misc/
H A Dsparcspkr.c32 int (*event)(struct input_dev *dev, unsigned int type, unsigned int code, int value); member in struct:sparcspkr_state
163 input_dev->event = state->event;
182 state->event(input_dev, EV_SND, SND_BELL, 0);
197 state->event = bbc_spkr_event;
238 state->event(input_dev, EV_SND, SND_BELL, 0);
279 state->event = grover_spkr_event;
317 state->event(input_dev, EV_SND, SND_BELL, 0);
/drivers/macintosh/
H A Dwindfarm_cpufreq_clamp.c20 unsigned long event, void *data)
25 if (event != CPUFREQ_ADJUST)
19 clamp_notifier_call(struct notifier_block *self, unsigned long event, void *data) argument
/drivers/net/wireless/iwlwifi/mvm/
H A DMakefile4 iwlmvm-y += scan.o time-event.o rs.o
/drivers/platform/x86/
H A Dtoshiba_bluetooth.c14 * fish. It only provides a BT event when the switch is flipped to
16 * simply pulled away underneath us, without any BT event being
34 static void toshiba_bt_rfkill_notify(struct acpi_device *device, u32 event);
88 static void toshiba_bt_rfkill_notify(struct acpi_device *device, u32 event) argument
/drivers/usb/chipidea/
H A Dci_hdrc_msm.c20 static void ci_hdrc_msm_notify_event(struct ci_hdrc *ci, unsigned event) argument
24 switch (event) {
40 dev_dbg(dev, "unknown ci_hdrc event\n");
/drivers/acpi/
H A Dprocessor_driver.c73 static void acpi_processor_notify(acpi_handle handle, u32 event, void *data) argument
86 switch (event) {
93 dev_name(&device->dev), event,
99 dev_name(&device->dev), event, 0);
104 dev_name(&device->dev), event, 0);
108 "Unsupported event [0x%x]\n", event));
149 /* Normal CPU soft online event. */
/drivers/infiniband/hw/qib/
H A Dqib_intr.c74 struct ib_event event; local
77 event.device = &dd->verbs_dev.ibdev;
78 event.element.port_num = ppd->port;
79 event.event = ev;
80 ib_dispatch_event(&event);
/drivers/isdn/hisax/
H A Disdnl1.c325 if (test_and_clear_bit(B_RCVBUFREADY, &bcs->event))
327 if (test_and_clear_bit(B_XMTBUFREADY, &bcs->event))
329 if (test_and_clear_bit(B_ACKPENDING, &bcs->event))
458 l1_reset(struct FsmInst *fi, int event, void *arg) argument
464 l1_deact_cnf(struct FsmInst *fi, int event, void *arg) argument
474 l1_deact_req_s(struct FsmInst *fi, int event, void *arg) argument
484 l1_power_up_s(struct FsmInst *fi, int event, void *arg) argument
498 l1_go_F5(struct FsmInst *fi, int event, void *arg) argument
504 l1_go_F8(struct FsmInst *fi, int event, void *arg) argument
510 l1_info2_ind(struct FsmInst *fi, int event, voi argument
524 l1_info4_ind(struct FsmInst *fi, int event, void *arg) argument
546 l1_timer3(struct FsmInst *fi, int event, void *arg) argument
564 l1_timer_act(struct FsmInst *fi, int event, void *arg) argument
574 l1_timer_deact(struct FsmInst *fi, int event, void *arg) argument
585 l1_activate_s(struct FsmInst *fi, int event, void *arg) argument
593 l1_activate_no(struct FsmInst *fi, int event, void *arg) argument
653 l1_deact_req_u(struct FsmInst *fi, int event, void *arg) argument
664 l1_power_up_u(struct FsmInst *fi, int event, void *arg) argument
673 l1_info0_ind(struct FsmInst *fi, int event, void *arg) argument
679 l1_activate_u(struct FsmInst *fi, int event, void *arg) argument
711 l1b_activate(struct FsmInst *fi, int event, void *arg) argument
720 l1b_deactivate(struct FsmInst *fi, int event, void *arg) argument
729 l1b_timer_act(struct FsmInst *fi, int event, void *arg) argument
738 l1b_timer_deact(struct FsmInst *fi, int event, void *arg) argument
[all...]
/drivers/staging/lustre/lnet/lnet/
H A Dlib-eq.c45 * Create an event queue that has room for \a count number of events.
47 * The event queue is circular and older events will be overwritten by new
50 * determine the appropriate size of the event queue to prevent this loss
52 * event loss can happen, since the handler is run for each event deposited
55 * \param count The number of events to be stored in the event queue. It
57 * \param callback A handler function that runs when an event is deposited
59 * indicate that no event handler is desired.
85 CWARN("EQ callback is guaranteed to get every event, do you still want to set eqcount %d for polling event whic
287 LNetEQGet(lnet_handle_eq_t eventq, lnet_event_t *event) argument
313 LNetEQWait(lnet_handle_eq_t eventq, lnet_event_t *event) argument
393 LNetEQPoll(lnet_handle_eq_t *eventqs, int neq, int timeout_ms, lnet_event_t *event, int *which) argument
[all...]
/drivers/usb/host/
H A Dehci-timer.c45 * the timer routine runs, it checks each possible event; events that are
52 * we keep track only of the lowest-numbered pending event, in
54 * expiration time is set to the timeout value for this event.
65 * Delay lengths for the hrtimer event types.
67 * the event types indexed by enum ehci_hrtimer_event in ehci.h.
83 /* Enable a pending hrtimer event */
84 static void ehci_enable_event(struct ehci_hcd *ehci, unsigned event, argument
87 ktime_t *timeout = &ehci->hr_timeouts[event];
91 ktime_set(0, event_delays_ns[event]));
92 ehci->enabled_hrtimer_events |= (1 << event);
[all...]
H A Dxhci-ring.c54 * and endpoint rings. If HC is the producer for the event ring,
62 * 3. Notify the producer. SW is the consumer for the event ring, and it
63 * updates event ring dequeue pointer. HC is the consumer for the command and
64 * endpoint rings; it generates events on the event ring for these.
103 /* Is this TRB a link TRB or was the last TRB the last TRB in this event ring
104 * segment? I.e. would the updated event TRB pointer step off the end of the
105 * event seg?
140 * See Cycle bit rules. SW is the consumer for the event ring only.
148 * If this is not event ring, and the dequeue pointer
158 * we're at the end of an event rin
627 xhci_handle_cmd_stop_ep(struct xhci_hcd *xhci, int slot_id, union xhci_trb *trb, struct xhci_event_cmd *event) argument
1097 xhci_handle_cmd_config_ep(struct xhci_hcd *xhci, int slot_id, struct xhci_event_cmd *event, u32 cmd_comp_code) argument
1150 xhci_handle_cmd_reset_dev(struct xhci_hcd *xhci, int slot_id, struct xhci_event_cmd *event) argument
1159 xhci_handle_cmd_nec_get_fw(struct xhci_hcd *xhci, struct xhci_event_cmd *event) argument
1282 handle_cmd_completion(struct xhci_hcd *xhci, struct xhci_event_cmd *event) argument
1406 handle_vendor_event(struct xhci_hcd *xhci, union xhci_trb *event) argument
1455 handle_device_notification(struct xhci_hcd *xhci, union xhci_trb *event) argument
1475 handle_port_status(struct xhci_hcd *xhci, union xhci_trb *event) argument
1792 finish_td(struct xhci_hcd *xhci, struct xhci_td *td, union xhci_trb *event_trb, struct xhci_transfer_event *event, struct xhci_virt_ep *ep, int *status, bool skip) argument
1892 process_ctrl_td(struct xhci_hcd *xhci, struct xhci_td *td, union xhci_trb *event_trb, struct xhci_transfer_event *event, struct xhci_virt_ep *ep, int *status) argument
1990 process_isoc_td(struct xhci_hcd *xhci, struct xhci_td *td, union xhci_trb *event_trb, struct xhci_transfer_event *event, struct xhci_virt_ep *ep, int *status) argument
2069 skip_isoc_td(struct xhci_hcd *xhci, struct xhci_td *td, struct xhci_transfer_event *event, struct xhci_virt_ep *ep, int *status) argument
2100 process_bulk_intr_td(struct xhci_hcd *xhci, struct xhci_td *td, union xhci_trb *event_trb, struct xhci_transfer_event *event, struct xhci_virt_ep *ep, int *status) argument
2553 union xhci_trb *event; local
[all...]
/drivers/scsi/bfa/
H A Dbfa_ioc.c109 enum bfa_ioc_event_e event);
272 bfa_ioc_sm_uninit(struct bfa_ioc_s *ioc, enum ioc_event event) argument
274 bfa_trc(ioc, event);
276 switch (event) {
282 bfa_sm_fault(ioc, event);
298 bfa_ioc_sm_reset(struct bfa_ioc_s *ioc, enum ioc_event event) argument
300 bfa_trc(ioc, event);
302 switch (event) {
316 bfa_sm_fault(ioc, event);
332 bfa_ioc_sm_enabling(struct bfa_ioc_s *ioc, enum ioc_event event) argument
384 bfa_ioc_sm_getattr(struct bfa_ioc_s *ioc, enum ioc_event event) argument
431 bfa_ioc_sm_op(struct bfa_ioc_s *ioc, enum ioc_event event) argument
479 bfa_ioc_sm_disabling(struct bfa_ioc_s *ioc, enum ioc_event event) argument
517 bfa_ioc_sm_disabled(struct bfa_ioc_s *ioc, enum ioc_event event) argument
551 bfa_ioc_sm_fail_retry(struct bfa_ioc_s *ioc, enum ioc_event event) argument
604 bfa_ioc_sm_fail(struct bfa_ioc_s *ioc, enum ioc_event event) argument
641 bfa_ioc_sm_hwfail(struct bfa_ioc_s *ioc, enum ioc_event event) argument
685 bfa_iocpf_sm_reset(struct bfa_iocpf_s *iocpf, enum iocpf_event event) argument
772 bfa_iocpf_sm_fwcheck(struct bfa_iocpf_s *iocpf, enum iocpf_event event) argument
836 bfa_iocpf_sm_mismatch(struct bfa_iocpf_s *iocpf, enum iocpf_event event) argument
876 bfa_iocpf_sm_semwait(struct bfa_iocpf_s *iocpf, enum iocpf_event event) argument
920 bfa_iocpf_sm_hwinit(struct bfa_iocpf_s *iocpf, enum iocpf_event event) argument
965 bfa_iocpf_sm_enabling(struct bfa_iocpf_s *iocpf, enum iocpf_event event) argument
1009 bfa_iocpf_sm_ready(struct bfa_iocpf_s *iocpf, enum iocpf_event event) argument
1044 bfa_iocpf_sm_disabling(struct bfa_iocpf_s *iocpf, enum iocpf_event event) argument
1085 bfa_iocpf_sm_disabling_sync(struct bfa_iocpf_s *iocpf, enum iocpf_event event) argument
1122 bfa_iocpf_sm_disabled(struct bfa_iocpf_s *iocpf, enum iocpf_event event) argument
1154 bfa_iocpf_sm_initfail_sync(struct bfa_iocpf_s *iocpf, enum iocpf_event event) argument
1203 bfa_iocpf_sm_initfail(struct bfa_iocpf_s *iocpf, enum iocpf_event event) argument
1241 bfa_iocpf_sm_fail_sync(struct bfa_iocpf_s *iocpf, enum iocpf_event event) argument
1294 bfa_iocpf_sm_fail(struct bfa_iocpf_s *iocpf, enum iocpf_event event) argument
1318 bfa_ioc_event_notify(struct bfa_ioc_s *ioc, enum bfa_ioc_event_e event) argument
2920 bfa_ioc_aen_post(struct bfa_ioc_s *ioc, enum bfa_ioc_aen_event event) argument
3342 bfa_ablk_notify(void *cbarg, enum bfa_ioc_event_e event) argument
3687 bfa_sfp_notify(void *sfp_arg, enum bfa_ioc_event_e event) argument
4202 bfa_flash_aen_audit_post(struct bfa_ioc_s *ioc, enum bfa_audit_aen_event event, int inst, int type) argument
4230 bfa_flash_notify(void *cbarg, enum bfa_ioc_event_e event) argument
4362 struct bfi_flash_event_s *event; member in union:__anon5250
4725 bfa_diag_notify(void *diag_arg, enum bfa_ioc_event_e event) argument
5326 bfa_phy_notify(void *cbarg, enum bfa_ioc_event_e event) argument
5866 bfa_dconf_sm_uninit(struct bfa_dconf_mod_s *dconf, enum bfa_dconf_event event) argument
5909 bfa_dconf_sm_flash_read(struct bfa_dconf_mod_s *dconf, enum bfa_dconf_event event) argument
5941 bfa_dconf_sm_ready(struct bfa_dconf_mod_s *dconf, enum bfa_dconf_event event) argument
5968 bfa_dconf_sm_dirty(struct bfa_dconf_mod_s *dconf, enum bfa_dconf_event event) argument
6004 bfa_dconf_sm_final_sync(struct bfa_dconf_mod_s *dconf, enum bfa_dconf_event event) argument
6023 bfa_dconf_sm_sync(struct bfa_dconf_mod_s *dconf, enum bfa_dconf_event event) argument
6050 bfa_dconf_sm_iocdown_dirty(struct bfa_dconf_mod_s *dconf, enum bfa_dconf_event event) argument
6221 bfa_fru_notify(void *cbarg, enum bfa_ioc_event_e event) argument
[all...]
/drivers/base/power/
H A Dmain.c70 static char *pm_verb(int event) argument
72 switch (event) {
90 return "(unknown PM event)";
252 * pm_op - Return the PM operation appropriate for given PM event.
258 switch (state.event) {
284 * pm_late_early_op - Return the PM operation appropriate for given PM event.
293 switch (state.event) {
318 * pm_noirq_op - Return the PM operation appropriate for given PM event.
327 switch (state.event) {
353 dev_dbg(dev, "%s%s%s\n", info, pm_verb(state.event),
[all...]
/drivers/isdn/mISDN/
H A Dlayer2.c287 l2_timeout(struct FsmInst *fi, int event, void *arg) argument
297 l2->ch.nr, event == EV_L2_T200 ? "T200" : "T203");
301 hh->prim = event == EV_L2_T200 ? DL_TIMER200_IND : DL_TIMER203_IND;
306 l2->ch.nr, event == EV_L2_T200 ? "T200" : "T203");
723 l2_mdl_error_ua(struct FsmInst *fi, int event, void *arg) argument
736 l2_mdl_error_dm(struct FsmInst *fi, int event, void *arg) argument
751 l2_st8_mdl_error_dm(struct FsmInst *fi, int event, void *arg) argument
765 l2_go_st3(struct FsmInst *fi, int event, void *arg) argument
772 l2_mdl_assign(struct FsmInst *fi, int event, void *arg) argument
782 l2_queue_ui_assign(struct FsmInst *fi, int event, voi argument
793 l2_queue_ui(struct FsmInst *fi, int event, void *arg) argument
819 l2_send_ui(struct FsmInst *fi, int event, void *arg) argument
829 l2_got_ui(struct FsmInst *fi, int event, void *arg) argument
845 l2_establish(struct FsmInst *fi, int event, void *arg) argument
856 l2_discard_i_setl3(struct FsmInst *fi, int event, void *arg) argument
868 l2_l3_reestablish(struct FsmInst *fi, int event, void *arg) argument
880 l2_release(struct FsmInst *fi, int event, void *arg) argument
890 l2_pend_rel(struct FsmInst *fi, int event, void *arg) argument
900 l2_disconnect(struct FsmInst *fi, int event, void *arg) argument
917 l2_start_multi(struct FsmInst *fi, int event, void *arg) argument
937 l2_send_UA(struct FsmInst *fi, int event, void *arg) argument
946 l2_send_DM(struct FsmInst *fi, int event, void *arg) argument
955 l2_restart_multi(struct FsmInst *fi, int event, void *arg) argument
990 l2_stop_multi(struct FsmInst *fi, int event, void *arg) argument
1008 l2_connected(struct FsmInst *fi, int event, void *arg) argument
1045 l2_released(struct FsmInst *fi, int event, void *arg) argument
1063 l2_reestablish(struct FsmInst *fi, int event, void *arg) argument
1075 l2_st5_dm_release(struct FsmInst *fi, int event, void *arg) argument
1095 l2_st6_dm_release(struct FsmInst *fi, int event, void *arg) argument
1193 l2_st7_got_super(struct FsmInst *fi, int event, void *arg) argument
1254 l2_feed_i_if_reest(struct FsmInst *fi, int event, void *arg) argument
1266 l2_feed_i_pull(struct FsmInst *fi, int event, void *arg) argument
1276 l2_feed_iqueue(struct FsmInst *fi, int event, void *arg) argument
1285 l2_got_iframe(struct FsmInst *fi, int event, void *arg) argument
1354 l2_got_tei(struct FsmInst *fi, int event, void *arg) argument
1373 l2_st5_tout_200(struct FsmInst *fi, int event, void *arg) argument
1400 l2_st6_tout_200(struct FsmInst *fi, int event, void *arg) argument
1423 l2_st7_tout_200(struct FsmInst *fi, int event, void *arg) argument
1440 l2_st8_tout_200(struct FsmInst *fi, int event, void *arg) argument
1461 l2_st7_tout_203(struct FsmInst *fi, int event, void *arg) argument
1476 l2_pull_iqueue(struct FsmInst *fi, int event, void *arg) argument
1540 l2_st8_got_super(struct FsmInst *fi, int event, void *arg) argument
1594 l2_got_FRMR(struct FsmInst *fi, int event, void *arg) argument
1611 l2_st24_tei_remove(struct FsmInst *fi, int event, void *arg) argument
1621 l2_st3_tei_remove(struct FsmInst *fi, int event, void *arg) argument
1632 l2_st5_tei_remove(struct FsmInst *fi, int event, void *arg) argument
1646 l2_st6_tei_remove(struct FsmInst *fi, int event, void *arg) argument
1658 l2_tei_remove(struct FsmInst *fi, int event, void *arg) argument
1677 l2_st14_persistent_da(struct FsmInst *fi, int event, void *arg) argument
1691 l2_st5_persistent_da(struct FsmInst *fi, int event, void *arg) argument
1708 l2_st6_persistent_da(struct FsmInst *fi, int event, void *arg) argument
1722 l2_persistent_da(struct FsmInst *fi, int event, void *arg) argument
1739 l2_set_own_busy(struct FsmInst *fi, int event, void *arg) argument
1753 l2_clear_own_busy(struct FsmInst *fi, int event, void *arg) argument
1767 l2_frame_error(struct FsmInst *fi, int event, void *arg) argument
1775 l2_frame_error_reest(struct FsmInst *fi, int event, void *arg) argument
[all...]
/drivers/gpu/drm/sti/
H A Dsti_drm_crtc.c218 /* Wait a while to be sure that a Vsync event is received */
251 struct drm_pending_vblank_event *event,
274 if (event) {
275 event->pipe = mixer->id;
277 ret = drm_vblank_get(drm_dev, event->pipe);
285 drm_vblank_put(drm_dev, event->pipe);
288 mixer->pending_event = event;
312 unsigned long event, void *data)
324 if ((event != VTG_TOP_FIELD_EVENT) &&
325 (event !
249 sti_drm_crtc_page_flip(struct drm_crtc *crtc, struct drm_framebuffer *fb, struct drm_pending_vblank_event *event, uint32_t page_flip_flags) argument
311 sti_drm_crtc_vblank_cb(struct notifier_block *nb, unsigned long event, void *data) argument
[all...]
/drivers/video/fbdev/core/
H A Dfbmem.c924 struct fb_event event; local
931 event.info = info;
932 event.data = &caps;
933 fb_notifier_call_chain(FB_EVENT_GET_REQ, &event);
959 struct fb_event event; local
961 event.info = info;
962 event.data = &mode1;
963 ret = fb_notifier_call_chain(FB_EVENT_MODE_DELETE, &event);
1037 struct fb_event event; local
1043 event
1058 struct fb_event event; local
1096 struct fb_event event; local
1614 struct fb_event event; local
1692 struct fb_event event; local
1824 struct fb_event event; local
1881 struct fb_event event; local
[all...]
/drivers/usb/dwc3/
H A Dep0.c119 * before we get a Transfer Not Ready event on this endpoint.
167 * Section 9.4 says we can wait for the XferNotReady(DATA) event to
740 const struct dwc3_event_depevt *event)
776 const struct dwc3_event_depevt *event)
787 epnum = event->endpoint_number;
848 const struct dwc3_event_depevt *event)
885 const struct dwc3_event_depevt *event)
887 struct dwc3_ep *dep = dwc->eps[event->endpoint_number];
896 dwc3_ep0_inspect_setup(dwc, event);
901 dwc3_ep0_complete_data(dwc, event);
739 dwc3_ep0_inspect_setup(struct dwc3 *dwc, const struct dwc3_event_depevt *event) argument
775 dwc3_ep0_complete_data(struct dwc3 *dwc, const struct dwc3_event_depevt *event) argument
847 dwc3_ep0_complete_status(struct dwc3 *dwc, const struct dwc3_event_depevt *event) argument
884 dwc3_ep0_xfer_complete(struct dwc3 *dwc, const struct dwc3_event_depevt *event) argument
989 dwc3_ep0_do_control_status(struct dwc3 *dwc, const struct dwc3_event_depevt *event) argument
1015 dwc3_ep0_xfernotready(struct dwc3 *dwc, const struct dwc3_event_depevt *event) argument
1063 dwc3_ep0_interrupt(struct dwc3 *dwc, const struct dwc3_event_depevt *event) argument
[all...]

Completed in 511 milliseconds

1234567891011>>