Searched refs:evt_buf (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/drivers/uwb/i1480/dfu/ |
D | dfu.c | 95 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()
|
D | phy.c | 56 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()
|
D | usb.c | 248 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()
|
D | i1480-dfu.h | 129 void *evt_buf, *cmd_buf; member
|
D | mac.c | 395 } __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/ |
D | whc-rc.c | 72 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/ |
D | amd_iommu_init.c | 527 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()
|
D | amd_iommu.c | 361 iommu_print_event(iommu, iommu->evt_buf + head); in iommu_poll_events()
|
/linux-2.6.39/arch/x86/include/asm/ |
D | amd_iommu_types.h | 402 u8 *evt_buf; member
|
/linux-2.6.39/drivers/staging/rtl8712/ |
D | rtl871x_cmd.h | 53 u8 *evt_buf; /*shall be non-paged, and 4 bytes aligned*/ member
|
D | rtl871x_cmd.c | 76 pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - in _init_evt_priv()
|