/drivers/net/wireless/ti/wlcore/ |
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, \ 93 .read = sub## _ ##name## _read, \
|
/drivers/net/wireless/ath/carl9170/ |
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 …]
|
/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | debugfs.h | 63 .read = iwl_dbgfs_##name##_read, \ 87 .read = iwl_dbgfs_##name##_read, \
|
/drivers/net/wireless/intel/iwlwifi/fw/ |
D | debugfs.c | 92 static ssize_t _iwl_dbgfs_##name##_read(struct file *file, \ 100 data->rlen = iwl_dbgfs_##name##_read(data->arg, \ 122 .read = _iwl_dbgfs_##name##_read, \ 150 .read = _iwl_dbgfs_##name##_read, \
|
/drivers/net/wireless/ti/wl1251/ |
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/ |
D | map_absent.c | 60 mtd->_read = map_absent_read; in map_absent_probe()
|
D | map_rom.c | 58 mtd->_read = maprom_read; in map_rom_probe()
|
D | map_ram.c | 69 mtd->_read = mapram_read; in map_ram_probe()
|
/drivers/platform/x86/ |
D | dcdbas.h | 63 .read = _name##_read, \
|
/drivers/net/ethernet/sfc/falcon/ |
D | mtd.c | 70 part->mtd._read = efx->type->mtd_read; in ef4_mtd_add()
|
/drivers/net/ethernet/sfc/ |
D | mtd.c | 73 part->mtd._read = efx->type->mtd_read; in efx_mtd_add()
|
/drivers/net/wireless/broadcom/b43legacy/ |
D | debugfs.c | 312 #define B43legacy_DEBUGFS_FOPS(name, _read, _write, _take_irqlock) \ argument 314 .read = _read, \
|
/drivers/mtd/devices/ |
D | mtdram.c | 143 mtd->_read = ram_read; in mtdram_init_device()
|
D | powernv_flash.c | 214 mtd->_read = powernv_flash_read; in powernv_flash_set_driver_info()
|
D | mchp23k256.c | 201 flash->mtd._read = mchp23k256_read; in mchp23k256_probe()
|
D | phram.c | 114 new->mtd._read = phram_read; in register_device()
|
D | ms02-nv.c | 206 mtd->_read = ms02nv_read; in ms02nv_init_one()
|
D | slram.c | 177 (*curmtd)->mtdinfo->_read = slram_read; in register_device()
|
D | bcm47xxsflash.c | 266 mtd->_read = bcm47xxsflash_read; in bcm47xxsflash_fill_mtd()
|
D | sst25l.c | 379 flash->mtd._read = sst25l_read; in sst25l_probe()
|
/drivers/edac/ |
D | thunderx_edac.c | 216 #define DEBUGFS_STRUCT(_name, _mode, _write, _read) \ argument 223 .read = _read, \ 229 static ssize_t thunderx_##_type##_##_field##_read(struct file *file, \ 255 thunderx_##_type##_##_field##_read) \ 258 static ssize_t thunderx_##_type##_##_name##_read(struct file *file, \ 290 thunderx_##_type##_##_name##_read)
|
/drivers/mtd/ |
D | mtdpart.c | 73 res = part->parent->_read(part->parent, from + part->offset, len, in part_read() 370 if (parent->_read) in allocate_partition() 371 slave->mtd._read = part_read; in allocate_partition()
|
/drivers/net/wireless/broadcom/b43/ |
D | debugfs.c | 605 #define B43_DEBUGFS_FOPS(name, _read, _write) \ argument 607 .read = _read, \
|
/drivers/net/wireless/marvell/mwifiex/ |
D | debugfs.c | 931 .read = mwifiex_##name##_read, \ 938 .read = mwifiex_##name##_read, \
|
/drivers/mtd/ubi/ |
D | gluebi.c | 303 mtd->_read = gluebi_read; in gluebi_create()
|