/kernel/linux/linux-6.6/include/linux/ |
H A D | counter.h | 416 #define COUNTER_COMP_DEVICE_U8(_name, _read, _write) \ 420 .device_u8_read = (_read), \ 423 #define COUNTER_COMP_COUNT_U8(_name, _read, _write) \ 427 .count_u8_read = (_read), \ 430 #define COUNTER_COMP_SIGNAL_U8(_name, _read, _write) \ 434 .signal_u8_read = (_read), \ 438 #define COUNTER_COMP_DEVICE_U64(_name, _read, _write) \ 442 .device_u64_read = (_read), \ 445 #define COUNTER_COMP_COUNT_U64(_name, _read, _write) \ 449 .count_u64_read = (_read), \ [all...] |
H A D | sysfs.h | 201 #define __BIN_ATTR(_name, _mode, _read, _write, _size) { \ 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) \ 226 struct bin_attribute bin_attr_##_name = __BIN_ATTR(_name, _mode, _read, \ 241 .read = _name##_read, \ 246 __BIN_ATTR(_name, 0600, _name##_read, _name##_write, _size)
|
H A D | configfs.h | 168 .read = _pfx##_name##_read, \ 181 .read = _pfx##_name##_read, \
|
H A D | average.h | 45 ewma_##name##_read(struct ewma_##name *e) \
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A 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, \
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A 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, \
|
/kernel/linux/linux-5.10/lib/ |
H A 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); \
|
/kernel/linux/linux-6.6/lib/ |
H A 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); \
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | debugfs.h | 63 .read = iwl_dbgfs_##name##_read, \ 87 .read = iwl_dbgfs_##name##_read, \
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | debugfs.h | 8 .read = iwl_dbgfs_##name##_read, \ 32 .read = iwl_dbgfs_##name##_read, \
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/ |
H A D | debug.c | 168 #define __DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, \ 172 .read = _read, \ 184 #define DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, _attr) \ 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(struc [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/ |
H A D | debug.c | 168 #define __DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, \ 172 .read = _read, \ 184 #define DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, _attr) \ 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(struc [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | sysfs.h | 193 #define __BIN_ATTR(_name, _mode, _read, _write, _size) { \ 195 .read = _read, \ 202 .read = _name##_read, \ 213 __BIN_ATTR(_name, 0644, _name##_read, _name##_write, _size) 217 #define BIN_ATTR(_name, _mode, _read, _write, _size) \ 218 struct bin_attribute bin_attr_##_name = __BIN_ATTR(_name, _mode, _read, \
|
H A D | configfs.h | 170 .read = _pfx##_name##_read, \ 183 .read = _pfx##_name##_read, \
|
H A D | average.h | 45 ewma_##name##_read(struct ewma_##name *e) \
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | debugfs.c | 14 static ssize_t name## _read(struct file *file, char __user *userbuf, \ 26 .read = name## _read, \
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | debugfs.c | 14 static ssize_t name## _read(struct file *file, char __user *userbuf, \ 26 .read = name## _read, \
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | debugfs.c | 91 static ssize_t _iwl_dbgfs_##name##_read(struct file *file, \ 99 data->rlen = iwl_dbgfs_##name##_read(data->arg, \ 121 .read = _iwl_dbgfs_##name##_read, \ 149 .read = _iwl_dbgfs_##name##_read, \
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A 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, \
|
H A D | debugfs.c | 35 static ssize_t name## _read(struct file *file, char __user *userbuf, \ 46 .read = name## _read, \ 521 static ssize_t stats_ ##name## _read(struct file *file, \ 533 .read = stats_ ##name## _read, \
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/ |
H A 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, \
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | debugfs_key.c | 18 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, \
|
H A D | debugfs.c | 35 static ssize_t name## _read(struct file *file, char __user *userbuf, \ 46 .read = name## _read, \ 612 static ssize_t stats_ ##name## _read(struct file *file, \ 624 .read = stats_ ##name## _read, \
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/ |
H A 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, \
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/ |
H A 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, \
|