Searched refs:event (Results 201 - 225 of 1016) sorted by relevance

1234567891011>>

/drivers/platform/x86/
H A Dxo15-ebook.c59 /* input layer checks if event is redundant */
65 static void ebook_switch_notify(struct acpi_device *device, u32 event) argument
67 switch (event) {
74 "Unsupported event [0x%x]\n", event));
/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c80 bna_rxf_sm_stopped(struct bna_rxf *rxf, enum bna_rxf_event event) argument
82 switch (event) {
114 bfa_sm_fault(event);
125 bna_rxf_sm_paused(struct bna_rxf *rxf, enum bna_rxf_event event) argument
127 switch (event) {
143 bfa_sm_fault(event);
157 bna_rxf_sm_cfg_wait(struct bna_rxf *rxf, enum bna_rxf_event event) argument
159 switch (event) {
190 bfa_sm_fault(event);
203 bna_rxf_sm_started(struct bna_rxf *rxf, enum bna_rxf_event event) argument
235 bna_rxf_sm_fltr_clr_wait(struct bna_rxf *rxf, enum bna_rxf_event event) argument
262 bna_rxf_sm_last_resp_wait(struct bna_rxf *rxf, enum bna_rxf_event event) argument
1516 bna_rx_sm_stopped(struct bna_rx *rx, enum bna_rx_event event) argument
1549 bna_rx_sm_stop_wait(struct bna_rx *rx, enum bna_rx_event event) argument
1568 bna_rx_sm_start_wait(struct bna_rx *rx, enum bna_rx_event event) argument
1602 bna_rx_sm_rxf_stop_wait(struct bna_rx *rx, enum bna_rx_event event) argument
1635 bna_rx_sm_start_stop_wait(struct bna_rx *rx, enum bna_rx_event event) argument
1669 bna_rx_sm_started(struct bna_rx *rx, enum bna_rx_event event) argument
1692 bna_rx_sm_rxf_start_wait(struct bna_rx *rx, enum bna_rx_event event) argument
1723 bna_rx_sm_cleanup_wait(struct bna_rx *rx, enum bna_rx_event event) argument
1747 bna_rx_sm_failed(struct bna_rx *rx, enum bna_rx_event event) argument
1779 bna_rx_sm_quiesce_wait(struct bna_rx *rx, enum bna_rx_event event) argument
3072 bna_tx_sm_stopped(struct bna_tx *tx, enum bna_tx_event event) argument
3107 bna_tx_sm_start_wait(struct bna_tx *tx, enum bna_tx_event event) argument
3159 bna_tx_sm_started(struct bna_tx *tx, enum bna_tx_event event) argument
3190 bna_tx_sm_stop_wait(struct bna_tx *tx, enum bna_tx_event event) argument
3223 bna_tx_sm_cleanup_wait(struct bna_tx *tx, enum bna_tx_event event) argument
3249 bna_tx_sm_prio_stop_wait(struct bna_tx *tx, enum bna_tx_event event) argument
3284 bna_tx_sm_prio_cleanup_wait(struct bna_tx *tx, enum bna_tx_event event) argument
3315 bna_tx_sm_failed(struct bna_tx *tx, enum bna_tx_event event) argument
3345 bna_tx_sm_quiesce_wait(struct bna_tx *tx, enum bna_tx_event event) argument
[all...]
/drivers/acpi/
H A Dbutton.c79 static void acpi_button_notify(struct acpi_device *device, u32 event);
264 /* input layer checks if event is redundant */
285 static void acpi_button_notify(struct acpi_device *device, u32 event) argument
290 switch (event) {
292 event = ACPI_BUTTON_NOTIFY_STATUS;
315 event, ++button->pushed);
320 "Unsupported event [0x%x]\n", event));
H A Dinternal.h41 int dock_notify(struct acpi_device *adev, u32 event);
46 static inline int dock_notify(struct acpi_device *adev, u32 event) { return -ENODEV; } argument
/drivers/net/wireless/ath/
H A Ddfs_pattern_detector.c261 dpd_add_pulse(struct dfs_pattern_detector *dpd, struct pulse_event *event) argument
273 cd = channel_detector_get(dpd, event->freq);
277 dpd->last_pulse_ts = event->ts;
279 if (event->ts < dpd->last_pulse_ts)
285 struct pri_sequence *ps = pd->add_pulse(pd, event);
290 event->freq, pd->rs->type_id,
/drivers/ptp/
H A Dptp_chardev.c275 struct ptp_extts_event *event; local
302 event = kmalloc(EXTTS_BUFSIZE, GFP_KERNEL);
303 if (!event) {
316 event[i] = queue->buf[queue->head];
327 if (copy_to_user(buf, event, cnt))
330 kfree(event);
/drivers/devfreq/
H A Dgovernor_simpleondemand.c94 unsigned int event, void *data)
96 switch (event) {
93 devfreq_simple_ondemand_handler(struct devfreq *devfreq, unsigned int event, void *data) argument
H A Dgovernor_userspace.c121 unsigned int event, void *data)
125 switch (event) {
120 devfreq_userspace_handler(struct devfreq *devfreq, unsigned int event, void *data) argument
/drivers/net/can/
H A Dled.c24 /* Trigger a LED event in response to a CAN device event */
25 void can_led_event(struct net_device *netdev, enum can_led_event event) argument
29 switch (event) {
114 /* notifier block for netdevice event */
/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.h67 void cxgb3_event_notify(struct t3cdev *tdev, u32 event, u32 port);
90 void (*event_handler)(struct t3cdev *tdev, u32 event, u32 port);
/drivers/net/wireless/rsi/
H A Drsi_91x_usb_ops.c96 rsi_wait_event(&dev->rx_thread.event, EVENT_WAIT_FOREVER);
109 rsi_reset_event(&dev->rx_thread.event);
/drivers/net/wireless/ti/wl18xx/
H A Devent.c23 #include "event.h"
29 int wl18xx_wait_for_event(struct wl1271 *wl, enum wlcore_wait_event event, argument
34 switch (event) {
44 /* event not implemented */
/drivers/pnp/pnpbios/
H A DKconfig13 Some features (e.g. event notification, docking station information,
/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_pm.c27 printk(KERN_NOTICE "r8192E save state call (state %u).\n", state.event);
131 state.event, enable);
/drivers/usb/core/
H A Dgeneric.c212 else if (msg.event == PM_EVENT_FREEZE || msg.event == PM_EVENT_PRETHAW)
/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c185 struct drm_exynos_g2d_event event; member in struct:drm_exynos_pending_g2d_event
207 struct drm_exynos_pending_g2d_event *event; member in struct:g2d_cmdlist_node
356 if (node->event)
357 list_add_tail(&node->event->base.link, &g2d_priv->event_list);
902 e->event.tv_sec = now.tv_sec;
903 e->event.tv_usec = now.tv_usec;
904 e->event.cmdlist_no = cmdlist_no;
1103 node->event = NULL;
1107 if (file->event_space < sizeof(e->event)) {
1112 file->event_space -= sizeof(e->event);
[all...]
/drivers/input/
H A Devdev.c108 /* queue SYN_DROPPED event */
129 /* drop queue but keep our SYN_DROPPED event */
138 const struct input_event *event)
140 client->buffer[client->head++] = *event;
146 * EV_SYN/SYN_DROPPED plus the newest event in the queue.
150 client->buffer[client->tail].time = event->time;
160 if (event->type == EV_SYN && event->code == SYN_REPORT) {
174 struct input_event event; local
180 event
137 __pass_event(struct evdev_client *client, const struct input_event *event) argument
446 struct input_event event; local
478 evdev_fetch_next_event(struct evdev_client *client, struct input_event *event) argument
504 struct input_event event; local
[all...]
/drivers/ata/
H A Dlibata-acpi.c83 * ata_acpi_handle_hotplug - ACPI event handler backend
84 * @ap: ATA port ACPI event occurred
85 * @dev: ATA device ACPI event occurred (can be NULL)
86 * @event: ACPI event which occurred
89 * the event is port-wide @dev is NULL. If the event is specific to a
94 * event.
100 u32 event)
112 switch (event) {
99 ata_acpi_handle_hotplug(struct ata_port *ap, struct ata_device *dev, u32 event) argument
134 ata_acpi_dev_notify_dock(struct acpi_device *adev, u32 event) argument
141 ata_acpi_ap_notify_dock(struct acpi_device *adev, u32 event) argument
147 ata_acpi_uevent(struct ata_port *ap, struct ata_device *dev, u32 event) argument
166 ata_acpi_ap_uevent(struct acpi_device *adev, u32 event) argument
171 ata_acpi_dev_uevent(struct acpi_device *adev, u32 event) argument
[all...]
/drivers/clk/rockchip/
H A Dclk-cpu.c190 * post-rate change event, re-mux to primary parent and remove dividers.
215 unsigned long event, void *data)
221 pr_debug("%s: event %lu, old_rate %lu, new_rate: %lu\n",
222 __func__, event, ndata->old_rate, ndata->new_rate);
223 if (event == PRE_RATE_CHANGE)
225 else if (event == POST_RATE_CHANGE)
214 rockchip_cpuclk_notifier_cb(struct notifier_block *nb, unsigned long event, void *data) argument
/drivers/devfreq/exynos/
H A Dexynos_ppmu.h64 unsigned int event[PPMU_PMNCNT_MAX]; member in struct:exynos_ppmu
/drivers/gpu/drm/
H A Ddrm_irq.c888 e->event.sequence = seq;
889 e->event.tv_sec = now->tv_sec;
890 e->event.tv_usec = now->tv_usec;
896 e->event.sequence);
900 * drm_send_vblank_event - helper to send vblank event after pageflip
903 * @e: the event to send
905 * Updates sequence # and timestamp on event, and sends it to userspace.
906 * Caller must hold event lock.
1156 DRM_DEBUG("Sending premature vblank event on disable: \
1158 e->event
[all...]
/drivers/gpu/drm/nouveau/core/engine/fifo/
H A Dbase.c28 #include <core/event.h>
31 #include <nvif/event.h>
201 struct nvkm_event **event)
207 *event = &fifo->uevent;
200 _nouveau_fifo_channel_ntfy(struct nouveau_object *object, u32 type, struct nvkm_event **event) argument
/drivers/gpu/drm/nouveau/nvif/
H A Dnotify.c30 #include <nvif/event.h>
168 int (*func)(struct nvif_notify *), bool work, u8 event,
199 args->ntfy.event = event;
167 nvif_notify_init(struct nvif_object *object, void (*dtor)(struct nvif_notify *), int (*func)(struct nvif_notify *), bool work, u8 event, void *data, u32 size, u32 reply, struct nvif_notify *notify) argument
/drivers/hid/
H A Dhid-ezkey.c41 * to HWHEEL and handle it in the event quirk handler
77 .event = ez_event,
/drivers/iio/
H A DMakefile6 industrialio-y := industrialio-core.o industrialio-event.o inkern.o

Completed in 470 milliseconds

1234567891011>>