Lines Matching refs:NAME
1032 #define SEQ_PROFILE_FOPS(NAME) \ argument
1033 static int seq_profile_ ##NAME ##_open(struct inode *inode, struct file *file)\
1035 return seq_profile_open(inode, file, seq_profile_ ##NAME ##_show); \
1038 static const struct file_operations seq_profile_ ##NAME ##_fops = { \
1040 .open = seq_profile_ ##NAME ##_open, \
1134 #define SEQ_NS_FOPS(NAME) \ argument
1135 static int seq_ns_ ##NAME ##_open(struct inode *inode, struct file *file) \
1137 return single_open(file, seq_ns_ ##NAME ##_show, inode->i_private); \
1140 static const struct file_operations seq_ns_ ##NAME ##_fops = { \
1142 .open = seq_ns_ ##NAME ##_open, \
1210 #define SEQ_RAWDATA_FOPS(NAME) \ argument
1211 static int seq_rawdata_ ##NAME ##_open(struct inode *inode, struct file *file)\
1213 return seq_rawdata_open(inode, file, seq_rawdata_ ##NAME ##_show); \
1216 static const struct file_operations seq_rawdata_ ##NAME ##_fops = { \
1218 .open = seq_rawdata_ ##NAME ##_open, \