Home
last modified time | relevance | path

Searched refs:_read (Results 1 – 25 of 81) sorted by relevance

1234

/linux-6.15/include/linux/
H A Dcounter.h420 .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 Dsysfs.h339 #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 Dconfigfs.h168 .read = _pfx##_name##_read, \
181 .read = _pfx##_name##_read, \
H A Daverage.h45 ewma_##name##_read(struct ewma_##name *e) \
/linux-6.15/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.h26 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 Ddebugfs.h35 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 Datomic64_test.c26 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 Ddebugfs.h9 .read = iwl_dbgfs_##name##_read, \
33 .read = iwl_dbgfs_##name##_read, \
/linux-6.15/drivers/net/wireless/ath/carl9170/
H A Ddebug.c170 #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 Dx86.h643 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 Dread_acquire7 ret = raw_${atomic}_read(v);
H A Ddec_unless_positive2 ${int} c = raw_${atomic}_read(v);
H A Dinc_unless_negative2 ${int} c = raw_${atomic}_read(v);
H A Dfetch_add_unless2 ${int} c = raw_${atomic}_read(v);
H A Ddec_if_positive2 ${int} dec, c = raw_${atomic}_read(v);
/linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddebugfs.c36 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 Ddebugfs_key.c18 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 Ddebugfs.c35 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 Ddebugfs.c23 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 Ddebugfs.c15 static ssize_t name## _read(struct file *file, char __user *userbuf, \
27 .read = name## _read, \
/linux-6.15/drivers/mtd/chips/
H A Dmap_absent.c60 mtd->_read = map_absent_read; in map_absent_probe()
H A Dmap_rom.c59 mtd->_read = maprom_read; in map_rom_probe()
/linux-6.15/drivers/net/ethernet/sfc/falcon/
H A Dmtd.c70 part->mtd._read = efx->type->mtd_read; in ef4_mtd_add()
/linux-6.15/drivers/net/ethernet/sfc/siena/
H A Dmtd.c73 part->mtd._read = efx->type->mtd_read; in efx_siena_mtd_add()
/linux-6.15/drivers/net/ethernet/sfc/
H A Dmtd.c73 part->mtd._read = efx->type->mtd_read; in efx_mtd_add()

1234