Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/include/linux/
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), \
587 .count_u32_read = (_read), \
[all …]
A Dsysfs.h201 #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 Dconfigfs.h168 .read = _pfx##_name##_read, \
181 .read = _pfx##_name##_read, \
A Daverage.h45 ewma_##name##_read(struct ewma_##name *e) \
/linux-6.3-rc2/drivers/net/wireless/ti/wlcore/
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.3-rc2/lib/
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.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Ddebugfs.h8 .read = iwl_dbgfs_##name##_read, \
32 .read = iwl_dbgfs_##name##_read, \
/linux-6.3-rc2/drivers/net/wireless/ath/carl9170/
A Ddebug.c168 #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 Ddebugfs.c14 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 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.3-rc2/scripts/atomic/fallbacks/
A Dread_acquire10 ret = arch_${atomic}_read(v);
A Dinc_unless_negative5 ${int} c = arch_${atomic}_read(v);
A Ddec_unless_positive5 ${int} c = arch_${atomic}_read(v);
A Ddec_if_positive5 ${int} dec, c = arch_${atomic}_read(v);
A Dfetch_add_unless14 ${int} c = arch_${atomic}_read(v);
/linux-6.3-rc2/net/mac80211/
A Ddebugfs_key.c18 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 Ddebugfs.c35 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 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.3-rc2/drivers/mtd/chips/
A Dmap_absent.c60 mtd->_read = map_absent_read; in map_absent_probe()
A Dmap_rom.c58 mtd->_read = maprom_read; in map_rom_probe()
/linux-6.3-rc2/drivers/platform/x86/dell/
A Ddcdbas.h63 .read = _name##_read, \
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Dmtd.c73 part->mtd._read = efx->type->mtd_read; in efx_siena_mtd_add()
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/
A Dmtd.c70 part->mtd._read = efx->type->mtd_read; in ef4_mtd_add()
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Dmtd.c73 part->mtd._read = efx->type->mtd_read; in efx_mtd_add()
/linux-6.3-rc2/tools/memory-model/Documentation/
A Dcheatsheet.txt23 as atomic_inc(), or one of the atomic*_read() and

Completed in 42 milliseconds

123