Home
last modified time | relevance | path

Searched refs:sw_sync_debugfs_fops (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Dsync_debug.h65 extern const struct file_operations sw_sync_debugfs_fops;
H A Dsw_sync.c409 const struct file_operations sw_sync_debugfs_fops = { variable
419 .fops = &sw_sync_debugfs_fops,
H A Dsync_debug.c186 &sw_sync_debugfs_fops); in sync_debugfs_init()