Home
last modified time | relevance | path

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

1234

/openbmc/linux/include/linux/
H A Dcounter.h419 .device_u8_read = (_read), \
426 .count_u8_read = (_read), \
433 .signal_u8_read = (_read), \
441 .device_u64_read = (_read), \
448 .count_u64_read = (_read), \
455 .signal_u64_read = (_read), \
463 .device_u8_read = (_read), \
470 .count_u8_read = (_read), \
477 .signal_u8_read = (_read), \
586 .count_u32_read = (_read), \
[all …]
H 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)
H A Daverage.h45 ewma_##name##_read(struct ewma_##name *e) \
H A Dconfigfs.h168 .read = _pfx##_name##_read, \
181 .read = _pfx##_name##_read, \
/openbmc/linux/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, \
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch19 File "/usr/lib/python3.10/pty.py", line 132, in _read
36 @@ -178,7 +178,10 @@ def _copy(master_fd, master_read=_read, stdin_read=_read):
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.h8 .read = iwl_dbgfs_##name##_read, \
32 .read = iwl_dbgfs_##name##_read, \
/openbmc/linux/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); \
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dstate.h173 #define SANDBOX_STATE_IO(_name, _compat, _read, _write) \ argument
176 .read = _read, \
/openbmc/linux/drivers/net/wireless/ath/carl9170/
H 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 …]
/openbmc/u-boot/include/
H A Di2c.h617 #define U_BOOT_I2C_MKENT_COMPLETE(_init, _probe, _read, _write, \ argument
622 .read = _read, \
632 #define U_BOOT_I2C_ADAP_COMPLETE(_name, _init, _probe, _read, _write, \ argument
635 U_BOOT_I2C_MKENT_COMPLETE(_init, _probe, _read, _write, \
/openbmc/linux/net/wireless/
H A Ddebugfs.c14 static ssize_t name## _read(struct file *file, char __user *userbuf, \
26 .read = name## _read, \
/openbmc/linux/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);
/openbmc/linux/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, \
/openbmc/linux/net/mac80211/
H 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, \
H 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, \
/openbmc/linux/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, \
/openbmc/linux/drivers/mtd/chips/
H A Dmap_absent.c60 mtd->_read = map_absent_read; in map_absent_probe()
/openbmc/linux/drivers/platform/x86/dell/
H A Ddcdbas.h63 .read = _name##_read, \
/openbmc/u-boot/arch/x86/include/asm/arch-quark/
H A Dmsg_port.h110 (msg_port_##type##_read(port, reg) \
/openbmc/u-boot/drivers/mtd/spi/
H A Dsf_mtd.c107 sf_mtd_info._read = spi_flash_mtd_read; in spi_flash_mtd_register()

1234