Searched refs:__evt (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/ozwpan/ |
D | ozevent.h | 16 #define oz_event_log(__evt, __ctx1, __ctx2, __ctx3, __ctx4) \ argument 18 if ((1<<(__evt)) & g_evt_mask) \ 19 oz_event_log2(__evt, __ctx1, __ctx2, __ctx3, __ctx4); \ 26 #define oz_event_log(__evt, __ctx1, __ctx2, __ctx3, __ctx4) argument
|
/drivers/iommu/ |
D | amd_iommu.c | 453 static void iommu_print_event(struct amd_iommu *iommu, void *__evt) in iommu_print_event() argument 456 volatile u32 *event = __evt; in iommu_print_event() 529 memset(__evt, 0, 4 * sizeof(u32)); in iommu_print_event()
|