| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | attr.py | 244 for exp_name, exp_event in expect.items(): 247 log.debug(" matching [%s]" % exp_name) 256 log.debug(" match: [%s] matches %s" % (exp_name, str(exp_list))) 261 log.debug(" %s does not match, but is optional" % exp_name) 269 match[exp_name] = exp_list 273 for exp_name, exp_event in expect.items(): 279 for res_name in match[exp_name]: 285 (exp_name, str(match[group])))
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/ |
| H A D | rk_dmabuf_procfs.c | 44 dmabuf->exp_name, K(dmabuf->size)); in rk_dmabuf_dump_empty_sgt() 73 dmabuf->exp_name, K(dmabuf->size)); in rk_dmabuf_dump_sgt() 107 dmabuf->exp_name, K(dmabuf->size)); in rk_dmabuf_cb3()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dma-buf.h | 418 const char *exp_name; member 541 const char *exp_name; member 561 struct dma_buf_export_info name = { .exp_name = KBUILD_MODNAME, \
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | dma-buf-sysfs-stats.c | 55 return sysfs_emit(buf, "%s\n", dmabuf->exp_name); in exporter_name_show() 201 if (!dmabuf->exp_name) { in dma_buf_stats_setup()
|
| H A D | dma-buf.c | 550 seq_printf(m, "exp_name:\t%s\n", dmabuf->exp_name); in dma_buf_show_fdinfo() 710 dmabuf->exp_name = exp_info->exp_name; in dma_buf_export() 1541 buf_obj->exp_name, in dma_buf_debug_show()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/ |
| H A D | cma_heap.c | 341 exp_info.exp_name = dma_heap_get_name(heap); in cma_heap_allocate()
|
| H A D | rk_cma_heap.c | 418 exp_info.exp_name = dma_heap_get_name(heap); in cma_heap_do_allocate()
|
| H A D | system_heap.c | 456 exp_info.exp_name = dma_heap_get_name(heap); in system_heap_do_allocate()
|
| H A D | rk_system_heap.c | 607 exp_info.exp_name = dma_heap_get_name(heap); in system_heap_do_allocate()
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/ |
| H A D | minidump_memory.c | 1067 buf_obj->exp_name, in dump_bufinfo() 1254 dmabuf->exp_name, in get_dma_info()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/ |
| H A D | rk-dma-heap.c | 494 if (!strcmp(dmabuf->exp_name, heap->name)) { in rk_dma_heap_dump_dmabuf()
|
| H A D | rk-cma-heap.c | 492 exp_info.exp_name = rk_dma_heap_get_name(heap); in rk_cma_heap_allocate()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/ |
| H A D | gem.c | 665 exp_info.exp_name = KBUILD_MODNAME; in tegra_gem_prime_export()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_prime.c | 906 .exp_name = KBUILD_MODNAME, /* white lie for debug */ in drm_gem_prime_export()
|
| /OK3568_Linux_fs/kernel/drivers/base/arm/dma_buf_test_exporter/ |
| H A D | dma-buf-test-exporter.c | 528 .exp_name = "dma_buf_te", in do_dma_buf_te_ioctl_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/xen/ |
| H A D | gntdev-dmabuf.c | 380 exp_info.exp_name = KBUILD_MODNAME; in dmabuf_exp_from_pages()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_drv.c | 1814 .exp_name = KBUILD_MODNAME, /* white lie for debug */ in rockchip_drm_gem_prime_export()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | proc.rst | 2058 exp_name: system-heap 2061 the DMA buffer file. 'exp_name' is the name of the DMA buffer exporter.
|