| /linux/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, \
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | debugfs.h | 35 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/include/linux/ |
| H A D | sysfs.h | 339 #define __BIN_ATTR(_name, _mode, _read, _write, _size) { \ argument 341 .read = _read, \ 347 __BIN_ATTR(_name, 0444, _name##_read, NULL, _size) 353 __BIN_ATTR(_name, 0644, _name##_read, _name##_write, _size) 357 #define BIN_ATTR(_name, _mode, _read, _write, _size) \ argument 358 struct bin_attribute bin_attr_##_name = __BIN_ATTR(_name, _mode, _read, \ 372 __BIN_ATTR(_name, 0400, _name##_read, NULL, _size) 375 __BIN_ATTR(_name, 0600, _name##_read, _name##_write, _size)
|
| H A D | configfs.h | 172 .read = _pfx##_name##_read, \ 185 .read = _pfx##_name##_read, \
|
| H A D | average.h | 45 ewma_##name##_read(struct ewma_##name *e) \
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | debugfs.h | 9 .read = iwl_dbgfs_##name##_read, \ 33 .read = iwl_dbgfs_##name##_read, \
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/ |
| H 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/scripts/atomic/fallbacks/ |
| H A D | read_acquire | 7 ret = raw_${atomic}_read(v);
|
| H A D | inc_unless_negative | 2 ${int} c = raw_${atomic}_read(v);
|
| H A D | dec_unless_positive | 2 ${int} c = raw_${atomic}_read(v);
|
| H A D | fetch_add_unless | 2 ${int} c = raw_${atomic}_read(v);
|
| H A D | dec_if_positive | 2 ${int} dec, c = raw_${atomic}_read(v);
|
| /linux/tools/docs/ |
| H A D | test_doc_build.py | 188 async def _read(self, stream, verbose, is_info): member in AsyncCommands 225 self._read(proc.stdout, verbose, True), 226 self._read(proc.stderr, verbose, False),
|
| /linux/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, \
|
| /linux/net/wireless/ |
| H A D | debugfs.c | 15 static ssize_t name## _read(struct file *file, char __user *userbuf, \ 27 .read = name## _read, \ 33 static ssize_t name## _read(struct file *file, char __user *userbuf, \ 45 .read = name## _read, \ in ht_print_chan()
|
| /linux/drivers/mtd/chips/ |
| H A D | map_absent.c | 60 mtd->_read = map_absent_read; in map_absent_probe()
|
| H A D | map_rom.c | 59 mtd->_read = maprom_read; in map_rom_probe()
|
| H A D | map_ram.c | 70 mtd->_read = mapram_read; in map_ram_probe()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | mtd.c | 73 part->mtd._read = efx->type->mtd_read; in efx_siena_mtd_add()
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | mtd.c | 70 part->mtd._read = efx->type->mtd_read; in ef4_mtd_add()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mtd.c | 73 part->mtd._read = efx->type->mtd_read; in efx_mtd_add()
|
| /linux/tools/memory-model/Documentation/ |
| H A D | cheatsheet.txt | 23 as atomic_inc(), or one of the atomic*_read() and
|
| /linux/arch/mips/include/asm/sgi/ |
| H A D | ioc.h | 144 u8 _read[3]; member
|
| /linux/drivers/mtd/devices/ |
| H A D | mtdram.c | 143 mtd->_read = ram_read; in mtdram_init_device()
|
| H A D | powernv_flash.c | 220 mtd->_read = powernv_flash_read; in powernv_flash_set_driver_info()
|