Home
last modified time | relevance | path

Searched refs:evt_buf (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/drivers/uwb/i1480/dfu/
Ddfu.c95 struct uwb_rceb *reply = i1480->evt_buf; in i1480_cmd()
131 if (i1480_rceb_check(i1480, i1480->evt_buf, NULL, in i1480_cmd()
146 result = i1480_rceb_check(i1480, i1480->evt_buf, cmd_name, context, in i1480_cmd()
Dphy.c56 struct i1480_evt_confirm *reply = i1480->evt_buf; in i1480_mpi_write()
104 struct i1480_evt_mpi_read *reply = i1480->evt_buf; in i1480_mpi_read()
108 memset(i1480->evt_buf, 0x69, 512); in i1480_mpi_read()
Dusb.c248 i1480->evt_buf, i1480->buf_size, in i1480_usb_wait_init_done()
306 i1480->evt_buf, i1480->buf_size, in i1480_usb_cmd()
381 i1480->evt_buf = i1480->cmd_buf + i1480->buf_size; in i1480_usb_probe()
Di1480-dfu.h129 void *evt_buf, *cmd_buf; member
Dmac.c395 } __attribute__((packed)) *reply = (void *) i1480->evt_buf; in i1480_cmd_reset()
454 struct i1480_rceb *rcebe = (void *) i1480->evt_buf; in i1480_mac_fw_upload()
/linux-2.6.39/drivers/uwb/
Dwhc-rc.c72 void *evt_buf, *cmd_buf; member
178 uwb_rc_neh_grok(whcrc->uwb_rc, whcrc->evt_buf, size); in whcrc_event_work()
256 whcrc->evt_buf = dma_alloc_coherent(&umc_dev->dev, PAGE_SIZE, in whcrc_setup_rc_umc()
258 if (whcrc->evt_buf == NULL) { in whcrc_setup_rc_umc()
286 dma_free_coherent(&umc_dev->dev, PAGE_SIZE, whcrc->evt_buf, in whcrc_release_rc_umc()
/linux-2.6.39/arch/x86/kernel/
Damd_iommu_init.c527 iommu->evt_buf = (u8 *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in alloc_event_buffer()
530 if (iommu->evt_buf == NULL) in alloc_event_buffer()
535 return iommu->evt_buf; in alloc_event_buffer()
542 BUG_ON(iommu->evt_buf == NULL); in iommu_enable_event_buffer()
544 entry = (u64)virt_to_phys(iommu->evt_buf) | EVT_LEN_MASK; in iommu_enable_event_buffer()
558 free_pages((unsigned long)iommu->evt_buf, get_order(EVT_BUFFER_SIZE)); in free_event_buffer()
925 iommu->evt_buf = alloc_event_buffer(iommu); in init_iommu_one()
926 if (!iommu->evt_buf) in init_iommu_one()
Damd_iommu.c361 iommu_print_event(iommu, iommu->evt_buf + head); in iommu_poll_events()
/linux-2.6.39/arch/x86/include/asm/
Damd_iommu_types.h402 u8 *evt_buf; member
/linux-2.6.39/drivers/staging/rtl8712/
Drtl871x_cmd.h53 u8 *evt_buf; /*shall be non-paged, and 4 bytes aligned*/ member
Drtl871x_cmd.c76 pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - in _init_evt_priv()