Searched refs:debugfs_list (Results 1 – 7 of 7) sorted by relevance
| /drivers/gpu/drm/xe/ |
| A D | xe_gsc_debugfs.c | 47 static const struct drm_info_list debugfs_list[] = { variable 57 #define DEBUGFS_SIZE (ARRAY_SIZE(debugfs_list) * sizeof(struct drm_info_list)) in xe_gsc_debugfs_register() 62 memcpy(local, debugfs_list, DEBUGFS_SIZE); in xe_gsc_debugfs_register() 65 for (i = 0; i < ARRAY_SIZE(debugfs_list); ++i) in xe_gsc_debugfs_register() 69 ARRAY_SIZE(debugfs_list), in xe_gsc_debugfs_register()
|
| A D | xe_huc_debugfs.c | 47 static const struct drm_info_list debugfs_list[] = { variable 57 #define DEBUGFS_SIZE (ARRAY_SIZE(debugfs_list) * sizeof(struct drm_info_list)) in xe_huc_debugfs_register() 62 memcpy(local, debugfs_list, DEBUGFS_SIZE); in xe_huc_debugfs_register() 65 for (i = 0; i < ARRAY_SIZE(debugfs_list); ++i) in xe_huc_debugfs_register() 69 ARRAY_SIZE(debugfs_list), in xe_huc_debugfs_register()
|
| A D | xe_pxp_debugfs.c | 92 static const struct drm_info_list debugfs_list[] = { variable 111 #define DEBUGFS_SIZE (ARRAY_SIZE(debugfs_list) * sizeof(struct drm_info_list)) in xe_pxp_debugfs_register() 116 memcpy(local, debugfs_list, DEBUGFS_SIZE); in xe_pxp_debugfs_register() 119 for (i = 0; i < ARRAY_SIZE(debugfs_list); ++i) in xe_pxp_debugfs_register() 127 ARRAY_SIZE(debugfs_list), in xe_pxp_debugfs_register()
|
| A D | xe_sriov_pf.c | 162 static const struct drm_info_list debugfs_list[] = { variable 189 drm_debugfs_create_files(debugfs_list, ARRAY_SIZE(debugfs_list), parent, minor); in xe_sriov_pf_debugfs_register()
|
| A D | xe_debugfs.c | 105 static const struct drm_info_list debugfs_list[] = { variable 260 drm_debugfs_create_files(debugfs_list, in xe_debugfs_register() 261 ARRAY_SIZE(debugfs_list), in xe_debugfs_register()
|
| /drivers/accel/habanalabs/common/ |
| A D | debugfs.c | 113 list_for_each_entry(cb, &dev_entry->cb_list, debugfs_list) { in command_buffers_show() 1802 list_add(&hpriv->debugfs_list, &dev_entry->file_list); in hl_debugfs_add_file() 1811 list_del(&hpriv->debugfs_list); in hl_debugfs_remove_file() 1820 list_add(&cb->debugfs_list, &dev_entry->cb_list); in hl_debugfs_add_cb() 1829 list_del(&cb->debugfs_list); in hl_debugfs_remove_cb() 1838 list_add(&cs->debugfs_list, &dev_entry->cs_list); in hl_debugfs_add_cs() 1847 list_del(&cs->debugfs_list); in hl_debugfs_remove_cs() 1856 list_add(&job->debugfs_list, &dev_entry->cs_job_list); in hl_debugfs_add_job() 1865 list_del(&job->debugfs_list); in hl_debugfs_remove_job() 1884 list_del(&userptr->debugfs_list); in hl_debugfs_remove_userptr() [all …]
|
| A D | habanalabs.h | 984 struct list_head debugfs_list; member 1942 struct list_head debugfs_list; member 1994 struct list_head debugfs_list; member 2056 struct list_head debugfs_list; member 2118 struct list_head debugfs_list; member 2340 struct list_head debugfs_list; member
|
Completed in 35 milliseconds