Searched refs:evt_buf (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.4/drivers/staging/uwb/i1480/dfu/ |
D | dfu.c | 82 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()
|
D | phy.c | 42 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()
|
D | usb.c | 234 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()
|
D | i1480-dfu.h | 115 void *evt_buf, *cmd_buf; member
|
D | mac.c | 381 } __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/ |
D | whc-rc.c | 58 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/ |
D | 11h.c | 210 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/ |
D | rtl871x_cmd.h | 66 u8 *evt_buf; /*shall be non-paged, and 4 bytes aligned*/ member
|
D | rtl871x_cmd.c | 84 pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - in r8712_init_evt_priv()
|
/Linux-v5.4/drivers/iommu/ |
D | amd_iommu_init.c | 655 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()
|
D | amd_iommu_types.h | 546 u8 *evt_buf; member
|
D | amd_iommu.c | 666 iommu_print_event(iommu, iommu->evt_buf + head); in iommu_poll_events()
|
/Linux-v5.4/drivers/staging/rtl8723bs/include/ |
D | rtw_cmd.h | 66 u8 *evt_buf; /* shall be non-paged, and 4 bytes aligned */ member
|