Home
last modified time | relevance | path

Searched refs:_read (Results 1 – 25 of 45) sorted by relevance

12

/drivers/net/wireless/ti/wlcore/
Ddebugfs.h26 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/
Ddebug.c168 #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/
Ddebugfs.h63 .read = iwl_dbgfs_##name##_read, \
87 .read = iwl_dbgfs_##name##_read, \
/drivers/net/wireless/intel/iwlwifi/fw/
Ddebugfs.c92 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/
Ddebugfs.c23 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/
Dmap_absent.c60 mtd->_read = map_absent_read; in map_absent_probe()
Dmap_rom.c58 mtd->_read = maprom_read; in map_rom_probe()
Dmap_ram.c69 mtd->_read = mapram_read; in map_ram_probe()
/drivers/platform/x86/
Ddcdbas.h63 .read = _name##_read, \
/drivers/net/ethernet/sfc/falcon/
Dmtd.c70 part->mtd._read = efx->type->mtd_read; in ef4_mtd_add()
/drivers/net/ethernet/sfc/
Dmtd.c73 part->mtd._read = efx->type->mtd_read; in efx_mtd_add()
/drivers/net/wireless/broadcom/b43legacy/
Ddebugfs.c312 #define B43legacy_DEBUGFS_FOPS(name, _read, _write, _take_irqlock) \ argument
314 .read = _read, \
/drivers/mtd/devices/
Dmtdram.c143 mtd->_read = ram_read; in mtdram_init_device()
Dpowernv_flash.c214 mtd->_read = powernv_flash_read; in powernv_flash_set_driver_info()
Dmchp23k256.c201 flash->mtd._read = mchp23k256_read; in mchp23k256_probe()
Dphram.c114 new->mtd._read = phram_read; in register_device()
Dms02-nv.c206 mtd->_read = ms02nv_read; in ms02nv_init_one()
Dslram.c177 (*curmtd)->mtdinfo->_read = slram_read; in register_device()
Dbcm47xxsflash.c266 mtd->_read = bcm47xxsflash_read; in bcm47xxsflash_fill_mtd()
Dsst25l.c379 flash->mtd._read = sst25l_read; in sst25l_probe()
/drivers/edac/
Dthunderx_edac.c216 #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/
Dmtdpart.c73 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/
Ddebugfs.c605 #define B43_DEBUGFS_FOPS(name, _read, _write) \ argument
607 .read = _read, \
/drivers/net/wireless/marvell/mwifiex/
Ddebugfs.c931 .read = mwifiex_##name##_read, \
938 .read = mwifiex_##name##_read, \
/drivers/mtd/ubi/
Dgluebi.c303 mtd->_read = gluebi_read; in gluebi_create()

12