| /OK3568_Linux_fs/kernel/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, \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | 0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch | 19 File "/usr/lib/python3.10/pty.py", line 132, in _read 36 @@ -154,7 +154,10 @@ def _copy(master_fd, master_read=_read, stdin_read=_read):
|
| /OK3568_Linux_fs/kernel/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); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/carl9170/ |
| H 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 …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sysfs.h | 193 #define __BIN_ATTR(_name, _mode, _read, _write, _size) { \ argument 195 .read = _read, \ 202 .read = _name##_read, \ 213 __BIN_ATTR(_name, 0644, _name##_read, _name##_write, _size) 217 #define BIN_ATTR(_name, _mode, _read, _write, _size) \ argument 218 struct bin_attribute bin_attr_##_name = __BIN_ATTR(_name, _mode, _read, \
|
| H A D | configfs.h | 170 .read = _pfx##_name##_read, \ 183 .read = _pfx##_name##_read, \
|
| H A D | average.h | 45 ewma_##name##_read(struct ewma_##name *e) \
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/ |
| H A D | state.h | 139 #define SANDBOX_STATE_IO(_name, _compat, _read, _write) \ argument 142 .read = _read, \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | debugfs.h | 63 .read = iwl_dbgfs_##name##_read, \ 87 .read = iwl_dbgfs_##name##_read, \
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | i2c.h | 611 #define U_BOOT_I2C_MKENT_COMPLETE(_init, _probe, _read, _write, \ argument 616 .read = _read, \ 626 #define U_BOOT_I2C_ADAP_COMPLETE(_name, _init, _probe, _read, _write, \ argument 629 U_BOOT_I2C_MKENT_COMPLETE(_init, _probe, _read, _write, \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | ssv6xxx_debugfs.c | 179 static ssize_t ssv_dbgfs_##name##_read(struct file *file, \ 189 .read = ssv_dbgfs_##name##_read, \ 205 .read = ssv_dbgfs_##name##_read, \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | debugfs.c | 91 static ssize_t _iwl_dbgfs_##name##_read(struct file *file, \ 99 data->rlen = iwl_dbgfs_##name##_read(data->arg, \ 121 .read = _iwl_dbgfs_##name##_read, \ 149 .read = _iwl_dbgfs_##name##_read, \
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | debugfs.c | 14 static ssize_t name## _read(struct file *file, char __user *userbuf, \ 26 .read = name## _read, \
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | debugfs_key.c | 17 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 D | debugfs.c | 35 static ssize_t name## _read(struct file *file, char __user *userbuf, \ 46 .read = name## _read, \ 521 static ssize_t stats_ ##name## _read(struct file *file, \ 533 .read = stats_ ##name## _read, \
|
| /OK3568_Linux_fs/kernel/scripts/atomic/fallbacks/ |
| H A D | inc_unless_negative | 5 ${int} c = ${arch}${atomic}_read(v);
|
| H A D | dec_unless_positive | 5 ${int} c = ${arch}${atomic}_read(v);
|
| H A D | dec_if_positive | 5 ${int} dec, c = ${arch}${atomic}_read(v);
|
| H A D | fetch_add_unless | 14 ${int} c = ${arch}${atomic}_read(v);
|
| /OK3568_Linux_fs/kernel/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, \
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | dcdbas.h | 63 .read = _name##_read, \
|
| /OK3568_Linux_fs/kernel/drivers/mtd/chips/ |
| H A D | map_absent.c | 60 mtd->_read = map_absent_read; in map_absent_probe()
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-quark/ |
| H A D | msg_port.h | 111 (msg_port_##type##_read(port, reg) \
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/spi/ |
| H A D | sf_mtd.c | 108 sf_mtd_info._read = spi_flash_mtd_read; in spi_flash_mtd_register()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/ |
| H A D | mtd.c | 70 part->mtd._read = efx->type->mtd_read; in ef4_mtd_add()
|