Home
last modified time | relevance | path

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

/linux-4.1.27/fs/debugfs/
Dfile.c630 static const struct file_operations u32_array_fops = { variable
669 return debugfs_create_file(name, mode, parent, data, &u32_array_fops); in debugfs_create_u32_array()