| /linux-6.15/include/linux/ |
| H A D | counter.h | 420 .device_u8_read = (_read), \ 427 .count_u8_read = (_read), \ 434 .signal_u8_read = (_read), \ 442 .device_u64_read = (_read), \ 449 .count_u64_read = (_read), \ 456 .signal_u64_read = (_read), \ 464 .device_u8_read = (_read), \ 471 .count_u8_read = (_read), \ 478 .signal_u8_read = (_read), \ 590 .count_u32_read = (_read), \ [all …]
|
| H A D | sysfs.h | 339 #define __BIN_ATTR(_name, _mode, _read, _write, _size) { \ argument 341 .read = _Generic(_read, \ 343 default : _read \ 345 .read_new = _Generic(_read, \ 346 __sysfs_bin_rw_handler_new * : _read, \ 361 __BIN_ATTR(_name, 0444, _name##_read, NULL, _size) 367 __BIN_ATTR(_name, 0644, _name##_read, _name##_write, _size) 371 #define BIN_ATTR(_name, _mode, _read, _write, _size) \ argument 372 struct bin_attribute bin_attr_##_name = __BIN_ATTR(_name, _mode, _read, \ 386 __BIN_ATTR(_name, 0400, _name##_read, NULL, _size) [all …]
|
| 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) \
|
| /linux-6.15/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, \
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | debugfs.h | 35 static ssize_t _iwl_dbgfs_##name##_read(struct file *file, \ 43 data->rlen = iwl_dbgfs_##name##_read(data->arg, \ 64 .read = _iwl_dbgfs_##name##_read, \ 131 return iwl_dbgfs_##name##_read(mld, buf, count); \ 162 static ssize_t __iwl_dbgfs_##name##_read(struct file *file, \ 188 .read = __iwl_dbgfs_##name##_read, \ 210 .read = __iwl_dbgfs_##name##_read, \ 240 .read = _iwl_dbgfs_##name##_read, \
|
| /linux-6.15/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); \
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | debugfs.h | 9 .read = iwl_dbgfs_##name##_read, \ 33 .read = iwl_dbgfs_##name##_read, \
|
| /linux-6.15/drivers/net/wireless/ath/carl9170/ |
| H A D | debug.c | 170 #define __DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, \ argument 174 .read = _read, \ 180 #define DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, _attr) \ argument 181 __DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, \ 185 DEBUGFS_DECLARE_FILE(name, carl9170_debugfs_##name ##_read, \ 193 DEBUGFS_DECLARE_FILE(name, carl9170_debugfs_##name ##_read, \ 198 __DEBUGFS_DECLARE_FILE(name, carl9170_debugfs_##name ##_read, \ 203 static char *carl9170_debugfs_ ##name ## _read(struct ar9170 *ar, \ 370 static char *carl9170_debugfs_##q ##_##qi ##_read(struct ar9170 *ar, \ 483 static char *carl9170_debugfs_##name ## _read(struct ar9170 *ar, \ [all …]
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | x86.h | 643 kvm_##nr##_read(_vcpu), kvm_##a0##_read(_vcpu), \ 644 kvm_##a1##_read(_vcpu), kvm_##a2##_read(_vcpu), \ 645 kvm_##a3##_read(_vcpu), op_64_bit, cpl, \
|
| /linux-6.15/scripts/atomic/fallbacks/ |
| H A D | read_acquire | 7 ret = raw_${atomic}_read(v);
|
| H A D | dec_unless_positive | 2 ${int} c = raw_${atomic}_read(v);
|
| H A D | inc_unless_negative | 2 ${int} c = raw_${atomic}_read(v);
|
| H A D | fetch_add_unless | 2 ${int} c = raw_${atomic}_read(v);
|
| H A D | dec_if_positive | 2 ${int} dec, c = raw_${atomic}_read(v);
|
| /linux-6.15/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, \
|
| /linux-6.15/net/mac80211/ |
| H A D | debugfs_key.c | 18 static ssize_t key_##name##_read(struct file *file, \ 30 .read = key_##name##_read, \ 36 .read = key_##name##_read, \ 51 .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, \ 648 static ssize_t stats_ ##name## _read(struct file *file, \ 660 .read = stats_ ##name## _read, \
|
| /linux-6.15/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, \
|
| /linux-6.15/net/wireless/ |
| H A D | debugfs.c | 15 static ssize_t name## _read(struct file *file, char __user *userbuf, \ 27 .read = name## _read, \
|
| /linux-6.15/drivers/mtd/chips/ |
| H A D | map_absent.c | 60 mtd->_read = map_absent_read; in map_absent_probe()
|
| H A D | map_rom.c | 59 mtd->_read = maprom_read; in map_rom_probe()
|
| /linux-6.15/drivers/net/ethernet/sfc/falcon/ |
| H A D | mtd.c | 70 part->mtd._read = efx->type->mtd_read; in ef4_mtd_add()
|
| /linux-6.15/drivers/net/ethernet/sfc/siena/ |
| H A D | mtd.c | 73 part->mtd._read = efx->type->mtd_read; in efx_siena_mtd_add()
|
| /linux-6.15/drivers/net/ethernet/sfc/ |
| H A D | mtd.c | 73 part->mtd._read = efx->type->mtd_read; in efx_mtd_add()
|