Searched refs:_fops (Results 1 – 15 of 15) sorted by relevance
54 #define AA_SFS_FILE_FOPS(_name, _mode, _fops) \ argument56 .mode = (_mode), .file_ops = (_fops) }
14 static const struct file_operations __name ## _fops = { \
22 static const struct file_operations field##_fops = { \32 static const struct file_operations field##_fops = { \
906 &mwifiex_dfs_##name##_fops); \910 static const struct file_operations mwifiex_dfs_##name##_fops = { \917 static const struct file_operations mwifiex_dfs_##name##_fops = { \923 static const struct file_operations mwifiex_dfs_##name##_fops = { \
1000 &nxpwifi_dfs_##name##_fops)1003 static const struct file_operations nxpwifi_dfs_##name##_fops = { \1010 static const struct file_operations nxpwifi_dfs_##name##_fops = { \1016 static const struct file_operations nxpwifi_dfs_##name##_fops = { \
232 static const struct file_operations name##_fops = { \
2350 const struct file_operations *_fops = (fops); \2351 (((_fops) && try_module_get((_fops)->owner) ? (_fops) : NULL)); \2355 const struct file_operations *_fops = (fops); \2356 if (_fops) \2357 module_put((_fops)->owner); \
330 &name##_fops)
506 &dbg_ ## name ## _fops)509 static const struct file_operations dbg_ ## name ## _fops = { \
512 ptm_debugfs, &attr##_fops); \
1124 static const struct file_operations seq_profile_ ##NAME ##_fops = { \1226 static const struct file_operations seq_ns_ ##NAME ##_fops = { \1316 static const struct file_operations seq_rawdata_ ##NAME ##_fops = { \
1219 static const struct file_operations infoframe_##type##_fops = { \
67 static const struct file_operations __name ## _fops = { \
141 operations, *<block-device>_fops*.987 - Change the 3rd argument of *register_blkdev* from `&<your-drive>_fops`
186 static const struct file_operations rvu_dbg_##name##_fops = { \196 static const struct file_operations rvu_dbg_##name##_fops = { \