Searched refs:evt_buf (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/i1480/dfu/
H A Ddfu.c88 * @returns size of the reply data filled in i1480->evt_buf or < 0 errno
95 struct uwb_rceb *reply = i1480->evt_buf;
131 if (i1480_rceb_check(i1480, i1480->evt_buf, NULL,
146 result = i1480_rceb_check(i1480, i1480->evt_buf, cmd_name, context,
H A Dphy.c56 struct i1480_evt_confirm *reply = i1480->evt_buf;
94 * We use the i1480->cmd_buf for the command, i1480->evt_buf for the reply.
104 struct i1480_evt_mpi_read *reply = i1480->evt_buf;
108 memset(i1480->evt_buf, 0x69, 512);
H A Dusb.c227 * initializing. Get that notification into i1480->evt_buf; upper layer
233 * Delivers the data directly to i1480->evt_buf
248 i1480->evt_buf, i1480->buf_size,
306 i1480->evt_buf, i1480->buf_size,
381 i1480->evt_buf = i1480->cmd_buf + i1480->buf_size;
H A Di1480-dfu.h86 * @read Read from device's memory to i1480->evt_buf.
94 * in i1480->evt_buf and the size in i1480->evt_result (or if
100 * @evt_buf Memory buffer used to place the async notifications
107 * i1480->evt_buf (and size/result in i1480->evt_result).
128 size_t buf_size; /* size of both evt_buf and cmd_buf */
129 void *evt_buf, *cmd_buf; member in struct:i1480
H A Dmac.c395 } __attribute__((packed)) *reply = (void *) i1480->evt_buf;
454 struct i1480_rceb *rcebe = (void *) i1480->evt_buf;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Dwhc-rc.c72 void *evt_buf, *cmd_buf; member in struct:whcrc
178 uwb_rc_neh_grok(whcrc->uwb_rc, whcrc->evt_buf, size);
255 whcrc->evt_buf = dma_alloc_coherent(&umc_dev->dev, PAGE_SIZE,
257 if (whcrc->evt_buf == NULL) {
285 dma_free_coherent(&umc_dev->dev, PAGE_SIZE, whcrc->evt_buf,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Damd_iommu_init.c494 iommu->evt_buf = (u8 *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
497 if (iommu->evt_buf == NULL)
502 return iommu->evt_buf;
509 BUG_ON(iommu->evt_buf == NULL);
511 entry = (u64)virt_to_phys(iommu->evt_buf) | EVT_LEN_MASK;
525 free_pages((unsigned long)iommu->evt_buf, get_order(EVT_BUFFER_SIZE));
874 iommu->evt_buf = alloc_event_buffer(iommu);
875 if (!iommu->evt_buf)
H A Damd_iommu.c361 iommu_print_event(iommu, iommu->evt_buf + head);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_vfe7x.c88 uint32_t evt_buf[3]; local
106 getevent(evt_buf, sizeof(evt_buf));
107 rp->evt_msg.msg_id = evt_buf[0];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Damd_iommu_types.h401 u8 *evt_buf; member in struct:amd_iommu

Completed in 129 milliseconds