Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/uwb/i1480/dfu/
Ddfu.c96 struct uwb_rceb *reply = i1480->evt_buf; in i1480_cmd()
132 if (i1480_rceb_check(i1480, i1480->evt_buf, NULL, in i1480_cmd()
147 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()
385 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-v4.19/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-v4.19/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-v4.19/drivers/iommu/
Damd_iommu_init.c664 iommu->evt_buf = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in alloc_event_buffer()
667 return iommu->evt_buf ? 0 : -ENOMEM; in alloc_event_buffer()
674 BUG_ON(iommu->evt_buf == NULL); in iommu_enable_event_buffer()
676 entry = iommu_virt_to_phys(iommu->evt_buf) | EVT_LEN_MASK; in iommu_enable_event_buffer()
698 free_pages((unsigned long)iommu->evt_buf, get_order(EVT_BUFFER_SIZE)); in free_event_buffer()
Damd_iommu_types.h549 u8 *evt_buf; member
Damd_iommu.c645 iommu_print_event(iommu, iommu->evt_buf + head); in iommu_poll_events()
/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_cmd.h78 u8 *evt_buf; /*shall be non-paged, and 4 bytes aligned*/ member
Drtl871x_cmd.c96 pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - in _init_evt_priv()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_cmd.h67 u8 *evt_buf; /* shall be non-paged, and 4 bytes aligned */ member