/linux-6.3-rc2/include/linux/ |
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), \ 587 .count_u32_read = (_read), \ [all …]
|
A 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, \ 241 .read = _name##_read, \ 246 __BIN_ATTR(_name, 0600, _name##_read, _name##_write, _size)
|
A D | configfs.h | 168 .read = _pfx##_name##_read, \ 181 .read = _pfx##_name##_read, \
|
A D | average.h | 45 ewma_##name##_read(struct ewma_##name *e) \
|
/linux-6.3-rc2/drivers/net/wireless/ti/wlcore/ |
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.3-rc2/lib/ |
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.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | debugfs.h | 8 .read = iwl_dbgfs_##name##_read, \ 32 .read = iwl_dbgfs_##name##_read, \
|
/linux-6.3-rc2/drivers/net/wireless/ath/carl9170/ |
A 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-6.3-rc2/net/wireless/ |
A D | debugfs.c | 14 static ssize_t name## _read(struct file *file, char __user *userbuf, \ 26 .read = name## _read, \
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/fw/ |
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.3-rc2/scripts/atomic/fallbacks/ |
A D | read_acquire | 10 ret = arch_${atomic}_read(v);
|
A D | inc_unless_negative | 5 ${int} c = arch_${atomic}_read(v);
|
A D | dec_unless_positive | 5 ${int} c = arch_${atomic}_read(v);
|
A D | dec_if_positive | 5 ${int} dec, c = arch_${atomic}_read(v);
|
A D | fetch_add_unless | 14 ${int} c = arch_${atomic}_read(v);
|
/linux-6.3-rc2/net/mac80211/ |
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, \
|
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, \
|
/linux-6.3-rc2/drivers/net/wireless/ti/wl1251/ |
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.3-rc2/drivers/mtd/chips/ |
A D | map_absent.c | 60 mtd->_read = map_absent_read; in map_absent_probe()
|
A D | map_rom.c | 58 mtd->_read = maprom_read; in map_rom_probe()
|
/linux-6.3-rc2/drivers/platform/x86/dell/ |
A D | dcdbas.h | 63 .read = _name##_read, \
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/ |
A D | mtd.c | 73 part->mtd._read = efx->type->mtd_read; in efx_siena_mtd_add()
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/ |
A D | mtd.c | 70 part->mtd._read = efx->type->mtd_read; in ef4_mtd_add()
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | mtd.c | 73 part->mtd._read = efx->type->mtd_read; in efx_mtd_add()
|
/linux-6.3-rc2/tools/memory-model/Documentation/ |
A D | cheatsheet.txt | 23 as atomic_inc(), or one of the atomic*_read() and
|