/lib/ |
D | swiotlb.c | 455 size_t size, enum dma_data_direction dir) in swiotlb_bounce() argument 472 if (dir == DMA_TO_DEVICE) in swiotlb_bounce() 484 } else if (dir == DMA_TO_DEVICE) { in swiotlb_bounce() 494 enum dma_data_direction dir, in swiotlb_tbl_map_single() argument 600 (dir == DMA_TO_DEVICE || dir == DMA_BIDIRECTIONAL)) in swiotlb_tbl_map_single() 613 enum dma_data_direction dir, unsigned long attrs) in map_single() argument 625 dir, attrs); in map_single() 632 size_t size, enum dma_data_direction dir, in swiotlb_tbl_unmap_single() argument 645 ((dir == DMA_FROM_DEVICE) || (dir == DMA_BIDIRECTIONAL))) in swiotlb_tbl_unmap_single() 678 size_t size, enum dma_data_direction dir, in swiotlb_tbl_sync_single() argument [all …]
|
D | fault-inject.c | 207 struct dentry *dir; in fault_create_debugfs_attr() local 209 dir = debugfs_create_dir(name, parent); in fault_create_debugfs_attr() 210 if (!dir) in fault_create_debugfs_attr() 213 if (!debugfs_create_ul("probability", mode, dir, &attr->probability)) in fault_create_debugfs_attr() 215 if (!debugfs_create_ul("interval", mode, dir, &attr->interval)) in fault_create_debugfs_attr() 217 if (!debugfs_create_atomic_t("times", mode, dir, &attr->times)) in fault_create_debugfs_attr() 219 if (!debugfs_create_atomic_t("space", mode, dir, &attr->space)) in fault_create_debugfs_attr() 221 if (!debugfs_create_ul("verbose", mode, dir, &attr->verbose)) in fault_create_debugfs_attr() 223 if (!debugfs_create_u32("verbose_ratelimit_interval_ms", mode, dir, in fault_create_debugfs_attr() 226 if (!debugfs_create_u32("verbose_ratelimit_burst", mode, dir, in fault_create_debugfs_attr() [all …]
|
D | memory-notifier-error-inject.c | 19 static struct dentry *dir; variable 25 dir = notifier_err_inject_init("memory", notifier_err_inject_dir, in err_inject_init() 27 if (IS_ERR(dir)) in err_inject_init() 28 return PTR_ERR(dir); in err_inject_init() 32 debugfs_remove_recursive(dir); in err_inject_init() 40 debugfs_remove_recursive(dir); in err_inject_exit()
|
D | pm-notifier-error-inject.c | 20 static struct dentry *dir; variable 26 dir = notifier_err_inject_init("pm", notifier_err_inject_dir, in err_inject_init() 28 if (IS_ERR(dir)) in err_inject_init() 29 return PTR_ERR(dir); in err_inject_init() 33 debugfs_remove_recursive(dir); in err_inject_init() 41 debugfs_remove_recursive(dir); in err_inject_exit()
|
D | of-reconfig-notifier-error-inject.c | 22 static struct dentry *dir; variable 28 dir = notifier_err_inject_init("OF-reconfig", in err_inject_init() 30 if (IS_ERR(dir)) in err_inject_init() 31 return PTR_ERR(dir); in err_inject_init() 35 debugfs_remove_recursive(dir); in err_inject_init() 43 debugfs_remove_recursive(dir); in err_inject_exit()
|
D | netdev-notifier-error-inject.c | 26 static struct dentry *dir; variable 32 dir = notifier_err_inject_init("netdev", notifier_err_inject_dir, in netdev_err_inject_init() 34 if (IS_ERR(dir)) in netdev_err_inject_init() 35 return PTR_ERR(dir); in netdev_err_inject_init() 39 debugfs_remove_recursive(dir); in netdev_err_inject_init() 47 debugfs_remove_recursive(dir); in netdev_err_inject_exit()
|
D | notifier-error-inject.c | 54 struct dentry *dir; in notifier_err_inject_init() local 60 dir = debugfs_create_dir(name, parent); in notifier_err_inject_init() 61 if (!dir) in notifier_err_inject_init() 64 actions_dir = debugfs_create_dir("actions", dir); in notifier_err_inject_init() 84 return dir; in notifier_err_inject_init() 86 debugfs_remove_recursive(dir); in notifier_err_inject_init()
|
D | dma-virt.c | 33 enum dma_data_direction dir, in dma_virt_map_page() argument 40 int nents, enum dma_data_direction dir, in dma_virt_map_sg() argument
|
D | dma-noop.c | 35 enum dma_data_direction dir, in dma_noop_map_page() argument 42 enum dma_data_direction dir, in dma_noop_map_sg() argument
|
D | dynamic_debug.c | 959 struct dentry *dir, *file; in dynamic_debug_init_debugfs() local 964 dir = debugfs_create_dir("dynamic_debug", NULL); in dynamic_debug_init_debugfs() 965 if (!dir) in dynamic_debug_init_debugfs() 967 file = debugfs_create_file("control", 0644, dir, NULL, in dynamic_debug_init_debugfs() 970 debugfs_remove(dir); in dynamic_debug_init_debugfs()
|
D | dma-debug.c | 1452 int nelems, int dir) in debug_dma_unmap_sg() argument 1469 .direction = dir, in debug_dma_unmap_sg()
|