Searched refs:imp (Results 1 – 8 of 8) sorted by relevance
| /drivers/s390/cio/ |
| A D | cio_debug.h | 12 #define CIO_TRACE_EVENT(imp, txt) do { \ argument 13 debug_text_event(cio_debug_trace_id, imp, txt); \ 16 #define CIO_MSG_EVENT(imp, args...) do { \ argument 17 debug_sprintf_event(cio_debug_msg_id, imp , ##args); \ 20 #define CIO_CRW_EVENT(imp, args...) do { \ argument 21 debug_sprintf_event(cio_debug_crw_id, imp , ##args); \
|
| A D | vfio_ccw_private.h | 189 #define VFIO_CCW_TRACE_EVENT(imp, txt) \ argument 190 debug_text_event(vfio_ccw_debug_trace_id, imp, txt) 192 #define VFIO_CCW_MSG_EVENT(imp, args...) \ argument 193 debug_sprintf_event(vfio_ccw_debug_msg_id, imp, ##args)
|
| A D | eadm_sch.c | 43 #define EADM_LOG(imp, txt) do { \ argument 44 debug_text_event(eadm_debug, imp, txt); \
|
| A D | chsc_sch.c | 37 #define CHSC_MSG(imp, args...) do { \ argument 38 debug_sprintf_event(chsc_debug_msg_id, imp , ##args); \ 41 #define CHSC_LOG(imp, txt) do { \ argument 42 debug_text_event(chsc_debug_log_id, imp , txt); \
|
| /drivers/xen/ |
| A D | gntdev-dmabuf.c | 49 } imp; member 525 kfree(gntdev_dmabuf->u.imp.refs); in dmabuf_imp_free_storage() 538 gntdev_dmabuf->u.imp.refs = kcalloc(count, in dmabuf_imp_alloc_storage() 539 sizeof(gntdev_dmabuf->u.imp.refs[0]), in dmabuf_imp_alloc_storage() 541 if (!gntdev_dmabuf->u.imp.refs) in dmabuf_imp_alloc_storage() 547 gntdev_dmabuf->u.imp.refs[i] = INVALID_GRANT_REF; in dmabuf_imp_alloc_storage() 588 gntdev_dmabuf->u.imp.attach = attach; in dmabuf_imp_to_refs() 612 gntdev_dmabuf->u.imp.sgt = sgt; in dmabuf_imp_to_refs() 636 gntdev_dmabuf->u.imp.refs, in dmabuf_imp_to_refs() 700 attach = gntdev_dmabuf->u.imp.attach; in dmabuf_imp_release() [all …]
|
| /drivers/gpu/drm/loongson/ |
| A D | lsdc_probe.c | 32 unsigned int loongson_cpu_get_prid(u8 *imp, u8 *rev) in loongson_cpu_get_prid() argument 49 if (imp) in loongson_cpu_get_prid() 50 *imp = (prid & LOONGSON_CPU_IMP_MASK) >> LOONGSON_CPU_IMP_SHIFT; in loongson_cpu_get_prid()
|
| /drivers/s390/block/ |
| A D | scm_blk.h | 52 #define SCM_LOG(imp, txt) do { \ argument 53 debug_text_event(scm_debug, imp, txt); \
|
| /drivers/iommu/arm/arm-smmu/ |
| A D | arm-smmu.c | 1944 #define ARM_SMMU_MATCH_DATA(name, ver, imp) \ argument 1945 static const struct arm_smmu_match_data name = { .version = ver, .model = imp }
|
Completed in 27 milliseconds