/linux-4.4.14/drivers/net/wireless/rsi/ |
D | rsi_common.h | 31 init_waitqueue_head(&pevent->event_queue); in rsi_init_event() 40 status = wait_event_interruptible(event->event_queue, in rsi_wait_event() 43 status = wait_event_interruptible_timeout(event->event_queue, in rsi_wait_event() 52 wake_up_interruptible(&event->event_queue); in rsi_set_event()
|
D | rsi_main.h | 134 wait_queue_head_t event_queue; member
|
/linux-4.4.14/drivers/s390/net/ |
D | smsgiucv_app.c | 98 LIST_HEAD(event_queue); in smsg_event_work_fn() 107 list_splice_init(&smsg_event_queue, &event_queue); in smsg_event_work_fn() 110 list_for_each_entry_safe(p, n, &event_queue, list) { in smsg_event_work_fn()
|
/linux-4.4.14/drivers/net/fddi/skfp/h/ |
D | smc.h | 62 struct event_queue { struct 78 struct event_queue ev_queue[MAX_EVENT]; argument 79 struct event_queue *ev_put ; 80 struct event_queue *ev_get ;
|
/linux-4.4.14/drivers/scsi/ |
D | 3w-9xxx.c | 384 event = tw_dev->event_queue[tw_dev->error_index]; in twa_aen_queue_event() 764 memcpy(tw_ioctl->data_buffer, tw_dev->event_queue[event_index], sizeof(TW_Event)); in twa_chrdev_ioctl() 765 tw_dev->event_queue[event_index]->retrieved = TW_AEN_RETRIEVED; in twa_chrdev_ioctl() 783 memcpy(tw_ioctl->data_buffer, tw_dev->event_queue[event_index], sizeof(TW_Event)); in twa_chrdev_ioctl() 784 tw_dev->event_queue[event_index]->retrieved = TW_AEN_RETRIEVED; in twa_chrdev_ioctl() 804 …event_index = (start_index + sequence_id - tw_dev->event_queue[start_index]->sequence_id + 1) % TW… in twa_chrdev_ioctl() 806 if (!(tw_dev->event_queue[event_index]->sequence_id > sequence_id)) { in twa_chrdev_ioctl() 812 memcpy(tw_ioctl->data_buffer, tw_dev->event_queue[event_index], sizeof(TW_Event)); in twa_chrdev_ioctl() 813 tw_dev->event_queue[event_index]->retrieved = TW_AEN_RETRIEVED; in twa_chrdev_ioctl() 833 …event_index = (start_index + sequence_id - tw_dev->event_queue[start_index]->sequence_id - 1) % TW… in twa_chrdev_ioctl() [all …]
|
D | 3w-sas.c | 115 …ret = memory_read_from_buffer(outbuf, count, &offset, tw_dev->event_queue[0], sizeof(TW_Event) * T… in twl_sysfs_aen_read() 236 event = tw_dev->event_queue[tw_dev->error_index]; in twl_aen_queue_event() 926 kfree(tw_dev->event_queue[0]); in twl_free_device_extension() 1060 tw_dev->event_queue[0] = kcalloc(TW_Q_LENGTH, sizeof(TW_Event), GFP_KERNEL); in twl_initialize_device_extension() 1061 if (!tw_dev->event_queue[0]) { in twl_initialize_device_extension() 1067 …tw_dev->event_queue[i] = (TW_Event *)((unsigned char *)tw_dev->event_queue[0] + (i * sizeof(TW_Eve… in twl_initialize_device_extension()
|
D | 3w-sas.h | 381 TW_Event *event_queue[TW_Q_LENGTH]; member
|
D | 3w-9xxx.h | 667 TW_Event *event_queue[TW_Q_LENGTH]; member
|
/linux-4.4.14/net/rxrpc/ |
D | ar-local.c | 52 skb_queue_head_init(&local->event_queue); in rxrpc_alloc_local() 280 rxrpc_purge_queue(&local->event_queue); in rxrpc_destroy_local() 383 while ((skb = skb_dequeue(&local->event_queue))) { in rxrpc_process_local_events()
|
D | ar-internal.h | 161 struct sk_buff_head event_queue; /* endpoint event packets awaiting processing */ member
|
D | ar-input.c | 606 skb_queue_tail(&local->event_queue, skb); in rxrpc_post_packet_to_local()
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
D | controlvmchannel.h | 415 struct signal_queue_header event_queue; /* Control uses this queue to member 444 offsetof(struct spar_controlvm_channel_protocol, event_queue)
|
D | visorchannel.c | 52 struct signal_queue_header event_queue; member
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | queue.c | 75 struct event_queue *ev ; /* pointer into queue */ in ev_dispatcher()
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | cpqphp_ctrl.c | 92 taskInfo = &(ctrl->event_queue[ctrl->next_event]); in handle_switch_change() 168 taskInfo = &(ctrl->event_queue[ctrl->next_event]); in handle_presence_change() 259 taskInfo = &(ctrl->event_queue[ctrl->next_event]); in handle_power_fault() 1814 if (ctrl->event_queue[loop].event_type != 0) { in interrupt_event_handler() 1815 hp_slot = ctrl->event_queue[loop].hp_slot; in interrupt_event_handler() 1828 if (ctrl->event_queue[loop].event_type == INT_BUTTON_PRESS) { in interrupt_event_handler() 1830 } else if (ctrl->event_queue[loop].event_type == in interrupt_event_handler() 1861 else if (ctrl->event_queue[loop].event_type == INT_BUTTON_RELEASE) { in interrupt_event_handler() 1898 else if (ctrl->event_queue[loop].event_type == INT_POWER_FAULT) { in interrupt_event_handler() 1905 ctrl->event_queue[loop].event_type = 0; in interrupt_event_handler()
|
D | cpqphp.h | 302 struct event_info event_queue[10]; member
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.h | 258 struct workqueue_struct *event_queue; member
|
D | ps3_gelic_wireless.c | 2264 queue_delayed_work(wl->event_queue, &wl->event_work, 0); in gelic_wl_interrupt() 2333 wl->event_queue = create_singlethread_workqueue("gelic_event"); in gelic_wl_alloc() 2334 if (!wl->event_queue) in gelic_wl_alloc() 2384 destroy_workqueue(wl->event_queue); in gelic_wl_free() 2658 flush_workqueue(wl->event_queue); in gelic_wl_driver_remove()
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | cw1200.h | 264 struct list_head event_queue; member
|
D | main.c | 360 INIT_LIST_HEAD(&priv->event_queue); in cw1200_init_common()
|
D | sta.c | 125 list_splice_init(&priv->event_queue, &list); in cw1200_stop() 966 list_splice_init(&priv->event_queue, &list); in cw1200_free_event_queue() 980 list_splice_init(&priv->event_queue, &list); in cw1200_event_handler()
|
D | wsm.c | 941 first = list_empty(&priv->event_queue); in wsm_event_indication() 942 list_add_tail(&event->link, &priv->event_queue); in wsm_event_indication()
|
/linux-4.4.14/drivers/media/platform/s5p-tv/ |
D | mixer.h | 251 wait_queue_head_t event_queue; member
|
D | mixer_reg.c | 302 wake_up(&mdev->event_queue); in mxr_irq_handler() 364 time_left = wait_event_timeout(mdev->event_queue, in mxr_reg_wait4vsync()
|
D | mixer_drv.c | 438 init_waitqueue_head(&mdev->event_queue); in mxr_probe()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | hfi.h | 1082 wait_queue_head_t event_queue; member
|
D | init.c | 1028 init_waitqueue_head(&dd->event_queue); in hfi1_alloc_devdata()
|
D | file_ops.c | 397 dd->event_queue, in hfi1_file_write()
|
D | chip.c | 3371 wake_up(&dd->event_queue); in handle_freeze()
|