| /drivers/net/wireless/ti/wlcore/ |
| 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, \
|
| /drivers/net/wireless/intel/iwlwifi/mld/ |
| 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, \
|
| /drivers/net/wireless/ath/carl9170/ |
| A D | debug.c | 170 #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 …]
|
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | debugfs.h | 9 .read = iwl_dbgfs_##name##_read, \ 33 .read = iwl_dbgfs_##name##_read, \
|
| /drivers/net/wireless/intel/iwlwifi/fw/ |
| 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, \
|
| /drivers/net/wireless/ti/wl1251/ |
| 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, \
|
| /drivers/mtd/chips/ |
| A D | map_absent.c | 60 mtd->_read = map_absent_read; in map_absent_probe()
|
| A D | map_rom.c | 59 mtd->_read = maprom_read; in map_rom_probe()
|
| A D | map_ram.c | 70 mtd->_read = mapram_read; in map_ram_probe()
|
| /drivers/net/wireless/broadcom/b43legacy/ |
| A D | debugfs.c | 314 #define B43legacy_DEBUGFS_FOPS(name, _read, _write, _take_irqlock) \ argument 316 .read = _read, \
|
| /drivers/net/ethernet/sfc/falcon/ |
| A D | mtd.c | 70 part->mtd._read = efx->type->mtd_read; in ef4_mtd_add()
|
| /drivers/net/ethernet/sfc/ |
| A D | mtd.c | 73 part->mtd._read = efx->type->mtd_read; in efx_mtd_add()
|
| /drivers/net/ethernet/sfc/siena/ |
| A D | mtd.c | 73 part->mtd._read = efx->type->mtd_read; in efx_siena_mtd_add()
|
| /drivers/mtd/devices/ |
| A D | mtdram.c | 143 mtd->_read = ram_read; in mtdram_init_device()
|
| A D | powernv_flash.c | 220 mtd->_read = powernv_flash_read; in powernv_flash_set_driver_info()
|
| A D | mchp23k256.c | 201 flash->mtd._read = mchp23k256_read; in mchp23k256_probe()
|
| A D | ms02-nv.c | 206 mtd->_read = ms02nv_read; in ms02nv_init_one()
|
| A D | slram.c | 177 (*curmtd)->mtdinfo->_read = slram_read; in register_device()
|
| A D | bcm47xxsflash.c | 266 mtd->_read = bcm47xxsflash_read; in bcm47xxsflash_fill_mtd()
|
| A D | phram.c | 152 new->mtd._read = phram_read; in register_device()
|
| /drivers/edac/ |
| A D | thunderx_edac.c | 210 #define DEBUGFS_STRUCT(_name, _mode, _write, _read) \ argument 217 .read = _read, \ 223 static ssize_t thunderx_##_type##_##_field##_read(struct file *file, \ 249 thunderx_##_type##_##_field##_read) \ 252 static ssize_t thunderx_##_type##_##_name##_read(struct file *file, \ 284 thunderx_##_type##_##_name##_read)
|
| /drivers/base/ |
| A D | topology.c | 25 static ssize_t name##_read(struct file *file, struct kobject *kobj, \
|
| /drivers/iio/dac/ |
| A D | ltc2664.c | 419 #define LTC2664_CHAN_EXT_INFO(_name, _what, _shared, _read, _write) { \ argument 421 .read = (_read), \
|
| A D | ad8460.c | 667 #define AD8460_CHAN_EXT_INFO(_name, _what, _read, _write) { \ argument 669 .read = (_read), \
|
| /drivers/net/wireless/broadcom/b43/ |
| A D | debugfs.c | 608 #define B43_DEBUGFS_FOPS(name, _read, _write) \ argument 610 .read = _read, \
|