evt_buf           649 drivers/iommu/amd_iommu.c 		iommu_print_event(iommu, iommu->evt_buf + head);
evt_buf           655 drivers/iommu/amd_iommu_init.c 	iommu->evt_buf = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
evt_buf           658 drivers/iommu/amd_iommu_init.c 	return iommu->evt_buf ? 0 : -ENOMEM;
evt_buf           665 drivers/iommu/amd_iommu_init.c 	BUG_ON(iommu->evt_buf == NULL);
evt_buf           667 drivers/iommu/amd_iommu_init.c 	entry = iommu_virt_to_phys(iommu->evt_buf) | EVT_LEN_MASK;
evt_buf           689 drivers/iommu/amd_iommu_init.c 	free_pages((unsigned long)iommu->evt_buf, get_order(EVT_BUFFER_SIZE));
evt_buf           546 drivers/iommu/amd_iommu_types.h 	u8 *evt_buf;
evt_buf           210 drivers/net/wireless/marvell/mwifiex/11h.c 	u8 *evt_buf;
evt_buf           223 drivers/net/wireless/marvell/mwifiex/11h.c 	evt_buf = (void *)&rpt_event->tlvbuf;
evt_buf           246 drivers/net/wireless/marvell/mwifiex/11h.c 		evt_buf += (tlv_len + sizeof(rpt->header));
evt_buf            84 drivers/staging/rtl8712/rtl871x_cmd.c 	pevtpriv->evt_buf = pevtpriv->evt_allocated_buf  +  4 -
evt_buf            66 drivers/staging/rtl8712/rtl871x_cmd.h 	u8	*evt_buf;	/*shall be non-paged, and 4 bytes aligned*/
evt_buf            66 drivers/staging/rtl8723bs/include/rtw_cmd.h 		u8 *evt_buf;	/* shall be non-paged, and 4 bytes aligned */
evt_buf            82 drivers/staging/uwb/i1480/dfu/dfu.c 	struct uwb_rceb *reply = i1480->evt_buf;
evt_buf           118 drivers/staging/uwb/i1480/dfu/dfu.c 	if (i1480_rceb_check(i1480, i1480->evt_buf, NULL,
evt_buf           133 drivers/staging/uwb/i1480/dfu/dfu.c 	result = i1480_rceb_check(i1480, i1480->evt_buf, cmd_name, context,
evt_buf           115 drivers/staging/uwb/i1480/dfu/i1480-dfu.h 	void *evt_buf, *cmd_buf;
evt_buf           381 drivers/staging/uwb/i1480/dfu/mac.c 	} __attribute__((packed)) *reply = (void *) i1480->evt_buf;
evt_buf           440 drivers/staging/uwb/i1480/dfu/mac.c 	struct i1480_rceb *rcebe = (void *) i1480->evt_buf;
evt_buf            42 drivers/staging/uwb/i1480/dfu/phy.c 	struct i1480_evt_confirm *reply = i1480->evt_buf;
evt_buf            90 drivers/staging/uwb/i1480/dfu/phy.c 	struct i1480_evt_mpi_read *reply = i1480->evt_buf;
evt_buf            94 drivers/staging/uwb/i1480/dfu/phy.c 	memset(i1480->evt_buf, 0x69, 512);
evt_buf           234 drivers/staging/uwb/i1480/dfu/usb.c 			 i1480->evt_buf, i1480->buf_size,
evt_buf           292 drivers/staging/uwb/i1480/dfu/usb.c 		i1480->evt_buf, i1480->buf_size,
evt_buf           371 drivers/staging/uwb/i1480/dfu/usb.c 	i1480->evt_buf = i1480->cmd_buf + i1480->buf_size;
evt_buf            58 drivers/staging/uwb/whc-rc.c 	void *evt_buf, *cmd_buf;
evt_buf           164 drivers/staging/uwb/whc-rc.c 	uwb_rc_neh_grok(whcrc->uwb_rc, whcrc->evt_buf, size);
evt_buf           242 drivers/staging/uwb/whc-rc.c 	whcrc->evt_buf = dma_alloc_coherent(&umc_dev->dev, PAGE_SIZE,
evt_buf           244 drivers/staging/uwb/whc-rc.c 	if (whcrc->evt_buf == NULL) {
evt_buf           272 drivers/staging/uwb/whc-rc.c 	dma_free_coherent(&umc_dev->dev, PAGE_SIZE, whcrc->evt_buf,