/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, \ 94 .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 | 8 .read = iwl_dbgfs_##name##_read, \ 32 .read = iwl_dbgfs_##name##_read, \
|
/drivers/net/wireless/intel/iwlwifi/fw/ |
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/ |
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 | 59 mtd->_read = maprom_read; in map_rom_probe()
|
D | map_ram.c | 70 mtd->_read = mapram_read; in map_ram_probe()
|
/drivers/platform/x86/dell/ |
D | dcdbas.h | 63 .read = _name##_read, \
|
/drivers/net/wireless/broadcom/b43legacy/ |
D | debugfs.c | 312 #define B43legacy_DEBUGFS_FOPS(name, _read, _write, _take_irqlock) \ argument 314 .read = _read, \
|
/drivers/net/ethernet/sfc/siena/ |
D | mtd.c | 73 part->mtd._read = efx->type->mtd_read; in efx_siena_mtd_add()
|
/drivers/net/ethernet/sfc/ |
D | mtd.c | 73 part->mtd._read = efx->type->mtd_read; in efx_mtd_add()
|
/drivers/net/ethernet/sfc/falcon/ |
D | mtd.c | 70 part->mtd._read = efx->type->mtd_read; in ef4_mtd_add()
|
/drivers/mtd/devices/ |
D | mtdram.c | 143 mtd->_read = ram_read; in mtdram_init_device()
|
D | powernv_flash.c | 217 mtd->_read = powernv_flash_read; in powernv_flash_set_driver_info()
|
D | mchp23k256.c | 201 flash->mtd._read = mchp23k256_read; in mchp23k256_probe()
|
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 | phram.c | 151 new->mtd._read = phram_read; in register_device()
|
D | mchp48l640.c | 333 flash->mtd._read = mchp48l640_read; in mchp48l640_probe()
|
/drivers/base/ |
D | topology.c | 25 static ssize_t name##_read(struct file *file, struct kobject *kobj, \
|
/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/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 | 930 .read = mwifiex_##name##_read, \ 937 .read = mwifiex_##name##_read, \
|