Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/uwb/i1480/dfu/
Ddfu.c82 struct uwb_rceb *reply = i1480->evt_buf; in i1480_cmd()
118 if (i1480_rceb_check(i1480, i1480->evt_buf, NULL, in i1480_cmd()
133 result = i1480_rceb_check(i1480, i1480->evt_buf, cmd_name, context, in i1480_cmd()
Dphy.c42 struct i1480_evt_confirm *reply = i1480->evt_buf; in i1480_mpi_write()
90 struct i1480_evt_mpi_read *reply = i1480->evt_buf; in i1480_mpi_read()
94 memset(i1480->evt_buf, 0x69, 512); in i1480_mpi_read()
Dusb.c234 i1480->evt_buf, i1480->buf_size, in i1480_usb_wait_init_done()
292 i1480->evt_buf, i1480->buf_size, in i1480_usb_cmd()
371 i1480->evt_buf = i1480->cmd_buf + i1480->buf_size; in i1480_usb_probe()
Di1480-dfu.h115 void *evt_buf, *cmd_buf; member
Dmac.c381 } __attribute__((packed)) *reply = (void *) i1480->evt_buf; in i1480_cmd_reset()
440 struct i1480_rceb *rcebe = (void *) i1480->evt_buf; in i1480_mac_fw_upload()
/Linux-v5.4/drivers/staging/uwb/
Dwhc-rc.c58 void *evt_buf, *cmd_buf; member
164 uwb_rc_neh_grok(whcrc->uwb_rc, whcrc->evt_buf, size); in whcrc_event_work()
242 whcrc->evt_buf = dma_alloc_coherent(&umc_dev->dev, PAGE_SIZE, in whcrc_setup_rc_umc()
244 if (whcrc->evt_buf == NULL) { in whcrc_setup_rc_umc()
272 dma_free_coherent(&umc_dev->dev, PAGE_SIZE, whcrc->evt_buf, in whcrc_release_rc_umc()
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
D11h.c210 u8 *evt_buf; in mwifiex_11h_handle_chanrpt_ready() local
223 evt_buf = (void *)&rpt_event->tlvbuf; in mwifiex_11h_handle_chanrpt_ready()
246 evt_buf += (tlv_len + sizeof(rpt->header)); in mwifiex_11h_handle_chanrpt_ready()
/Linux-v5.4/drivers/staging/rtl8712/
Drtl871x_cmd.h66 u8 *evt_buf; /*shall be non-paged, and 4 bytes aligned*/ member
Drtl871x_cmd.c84 pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - in r8712_init_evt_priv()
/Linux-v5.4/drivers/iommu/
Damd_iommu_init.c655 iommu->evt_buf = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in alloc_event_buffer()
658 return iommu->evt_buf ? 0 : -ENOMEM; in alloc_event_buffer()
665 BUG_ON(iommu->evt_buf == NULL); in iommu_enable_event_buffer()
667 entry = iommu_virt_to_phys(iommu->evt_buf) | EVT_LEN_MASK; in iommu_enable_event_buffer()
689 free_pages((unsigned long)iommu->evt_buf, get_order(EVT_BUFFER_SIZE)); in free_event_buffer()
Damd_iommu_types.h546 u8 *evt_buf; member
Damd_iommu.c666 iommu_print_event(iommu, iommu->evt_buf + head); in iommu_poll_events()
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Drtw_cmd.h66 u8 *evt_buf; /* shall be non-paged, and 4 bytes aligned */ member