| /Linux-v5.15/drivers/net/wireless/ti/wlcore/ | 
| D | debugfs.h | 26 static ssize_t name## _read(struct file *file, char __user *userbuf,	\ 35 	.read = name## _read,						\ 54 static ssize_t sub## _ ##name## _read(struct file *file,		\ 68 	.read = sub## _ ##name## _read,					\ 74 static ssize_t sub## _ ##name## _read(struct file *file,		\ 94 	.read = sub## _ ##name## _read,					\
  | 
| /Linux-v5.15/lib/ | 
| D | atomic64_test.c | 26 	WARN(atomic##bit##_read(&v) != r, "%Lx != %Lx\n",	\ 27 		(unsigned long long)atomic##bit##_read(&v),	\ 50 	BUG_ON(atomic##bit##_read(&v) != r);			\ 59 	BUG_ON(atomic##bit##_read(&v) != r);			\ 76 	BUG_ON(atomic##bit##_read(&v) != expect);		\
  | 
| /Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/ | 
| D | debugfs.h | 8 	.read = iwl_dbgfs_##name##_read,				\ 32 	.read = iwl_dbgfs_##name##_read,				\
  | 
| /Linux-v5.15/drivers/net/wireless/ath/carl9170/ | 
| D | debug.c | 168 #define __DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize,	\  argument 172 	.read = _read,							\ 184 #define DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, _attr)	\  argument 185 	__DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize,	\ 189 	DEBUGFS_DECLARE_FILE(name, carl9170_debugfs_##name ##_read,	\ 197 	DEBUGFS_DECLARE_FILE(name, carl9170_debugfs_##name ##_read,	\ 202 	__DEBUGFS_DECLARE_FILE(name, carl9170_debugfs_##name ##_read,	\ 207 static char *carl9170_debugfs_ ##name ## _read(struct ar9170 *ar,	\ 374 static char *carl9170_debugfs_##q ##_##qi ##_read(struct ar9170 *ar,	\ 487 static char *carl9170_debugfs_##name ## _read(struct ar9170 *ar,	\ [all …] 
 | 
| /Linux-v5.15/include/linux/ | 
| D | sysfs.h | 201 #define __BIN_ATTR(_name, _mode, _read, _write, _size) {		\  argument 203 	.read	= _read,						\ 210 	.read	= _name##_read,						\ 221 	__BIN_ATTR(_name, 0644, _name##_read, _name##_write, _size) 225 #define BIN_ATTR(_name, _mode, _read, _write, _size)			\  argument 226 struct bin_attribute bin_attr_##_name = __BIN_ATTR(_name, _mode, _read,	\
  | 
| D | configfs.h | 168 	.read		= _pfx##_name##_read,			\ 181 	.read		= _pfx##_name##_read,			\
  | 
| D | average.h | 45 	ewma_##name##_read(struct ewma_##name *e)			\
  | 
| /Linux-v5.15/net/wireless/ | 
| D | debugfs.c | 14 static ssize_t name## _read(struct file *file, char __user *userbuf,	\ 26 	.read = name## _read,						\
  | 
| /Linux-v5.15/drivers/net/wireless/intel/iwlwifi/fw/ | 
| D | debugfs.c | 36 static ssize_t _iwl_dbgfs_##name##_read(struct file *file,		\ 44 		data->rlen = iwl_dbgfs_##name##_read(data->arg,		\ 66 	.read = _iwl_dbgfs_##name##_read,				\ 94 	.read = _iwl_dbgfs_##name##_read,				\
  | 
| /Linux-v5.15/scripts/atomic/fallbacks/ | 
| D | inc_unless_negative | 5 	${int} c = arch_${atomic}_read(v);
  | 
| D | dec_unless_positive | 5 	${int} c = arch_${atomic}_read(v);
  | 
| D | dec_if_positive | 5 	${int} dec, c = arch_${atomic}_read(v);
  | 
| D | fetch_add_unless | 14 	${int} c = arch_${atomic}_read(v);
  | 
| /Linux-v5.15/net/mac80211/ | 
| D | debugfs_key.c | 17 static ssize_t key_##name##_read(struct file *file,			\ 30 	.read = key_##name##_read,					\ 37 	.read = key_##name##_read,					\ 53 	.read = key_conf_##name##_read,					\
  | 
| D | debugfs.c | 35 static ssize_t name## _read(struct file *file, char __user *userbuf,	\ 46 	.read = name## _read,						\ 620 static ssize_t stats_ ##name## _read(struct file *file,			\ 632 	.read = stats_ ##name## _read,					\
  | 
| /Linux-v5.15/drivers/net/wireless/ti/wl1251/ | 
| D | debugfs.c | 23 static ssize_t name## _read(struct file *file, char __user *userbuf,	\ 35 	.read = name## _read,						\ 51 static ssize_t sub## _ ##name## _read(struct file *file,		\ 67 	.read = sub## _ ##name## _read,					\
  | 
| /Linux-v5.15/drivers/mtd/chips/ | 
| D | map_absent.c | 60 	mtd->_read 	= map_absent_read;  in map_absent_probe()
  | 
| D | map_rom.c | 58 	mtd->_read = maprom_read;  in map_rom_probe()
  | 
| /Linux-v5.15/drivers/platform/x86/dell/ | 
| D | dcdbas.h | 63 	.read =  _name##_read, \
  | 
| /Linux-v5.15/drivers/net/ethernet/sfc/falcon/ | 
| D | mtd.c | 70 		part->mtd._read = efx->type->mtd_read;  in ef4_mtd_add()
  | 
| /Linux-v5.15/drivers/net/ethernet/sfc/ | 
| D | mtd.c | 73 		part->mtd._read = efx->type->mtd_read;  in efx_mtd_add()
  | 
| /Linux-v5.15/drivers/base/ | 
| D | topology.c | 25 static ssize_t name##_read(struct file *file, struct kobject *kobj,		\
  | 
| /Linux-v5.15/tools/memory-model/Documentation/ | 
| D | cheatsheet.txt | 23 		  as atomic_inc(), or one of the atomic*_read() and
  | 
| /Linux-v5.15/drivers/net/wireless/broadcom/b43legacy/ | 
| D | debugfs.c | 312 #define B43legacy_DEBUGFS_FOPS(name, _read, _write, _take_irqlock)	\  argument 314 		.read	= _read,				\
  | 
| /Linux-v5.15/arch/mips/include/asm/sgi/ | 
| D | ioc.h | 144 	u8 _read[3];  member
  |