Searched refs:event_fifo (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/wireless/marvell/libertas/
H A Ddev.h140 struct kfifo event_fifo; member in struct:lbs_private
H A Dmain.c474 else if (kfifo_len(&priv->event_fifo))
526 while (kfifo_len(&priv->event_fifo)) {
529 if (kfifo_out(&priv->event_fifo,
869 ret = kfifo_alloc(&priv->event_fifo, sizeof(u32) * 16, GFP_KERNEL);
883 kfifo_free(&priv->event_fifo);
1114 kfifo_in(&priv->event_fifo, (unsigned char *) &event, sizeof(u32));
H A Dcmd.c1396 if (!kfifo_len(&priv->event_fifo) && !priv->resp_len[priv->resp_idx])
1428 if (kfifo_len(&priv->event_fifo) || priv->resp_len[priv->resp_idx]) {
/linux-master/drivers/rapidio/devices/
H A Drio_mport_cdev.c192 * @event_fifo event fifo for this descriptor
194 * @fifo_lock lock for event_fifo
204 struct kfifo event_fifo; member in struct:mport_cdev_priv
1384 overflow = kfifo_avail(&priv->event_fifo) < sizeof(*event)
1385 || kfifo_in(&priv->event_fifo, (unsigned char *)event,
1913 ret = kfifo_alloc(&priv->event_fifo,
2043 kfifo_free(&priv->event_fifo);
2262 if (kfifo_len(&priv->event_fifo))
2278 if (kfifo_is_empty(&priv->event_fifo) &&
2286 kfifo_len(&priv->event_fifo) !
[all...]
/linux-master/drivers/staging/media/atomisp/
H A DMakefile138 pci/hive_isp_css_common/host/event_fifo.o \

Completed in 128 milliseconds