Lines Matching refs:NAME
1042 #define SEQ_PROFILE_FOPS(NAME) \ argument
1043 static int seq_profile_ ##NAME ##_open(struct inode *inode, struct file *file)\
1045 return seq_profile_open(inode, file, seq_profile_ ##NAME ##_show); \
1048 static const struct file_operations seq_profile_ ##NAME ##_fops = { \
1050 .open = seq_profile_ ##NAME ##_open, \
1144 #define SEQ_NS_FOPS(NAME) \ argument
1145 static int seq_ns_ ##NAME ##_open(struct inode *inode, struct file *file) \
1147 return single_open(file, seq_ns_ ##NAME ##_show, inode->i_private); \
1150 static const struct file_operations seq_ns_ ##NAME ##_fops = { \
1152 .open = seq_ns_ ##NAME ##_open, \
1234 #define SEQ_RAWDATA_FOPS(NAME) \ argument
1235 static int seq_rawdata_ ##NAME ##_open(struct inode *inode, struct file *file)\
1237 return seq_rawdata_open(inode, file, seq_rawdata_ ##NAME ##_show); \
1240 static const struct file_operations seq_rawdata_ ##NAME ##_fops = { \
1242 .open = seq_rawdata_ ##NAME ##_open, \