Home
last modified time | relevance | path

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

123

/drivers/net/wireless/ti/wlcore/
A 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, \
94 .read = sub## _ ##name## _read, \
/drivers/net/wireless/intel/iwlwifi/mld/
A Ddebugfs.h35 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 Ddebug.c170 #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 Ddebugfs.h9 .read = iwl_dbgfs_##name##_read, \
33 .read = iwl_dbgfs_##name##_read, \
/drivers/net/wireless/intel/iwlwifi/fw/
A Ddebugfs.c36 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 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/
A Dmap_absent.c60 mtd->_read = map_absent_read; in map_absent_probe()
A Dmap_rom.c59 mtd->_read = maprom_read; in map_rom_probe()
A Dmap_ram.c70 mtd->_read = mapram_read; in map_ram_probe()
/drivers/net/wireless/broadcom/b43legacy/
A Ddebugfs.c314 #define B43legacy_DEBUGFS_FOPS(name, _read, _write, _take_irqlock) \ argument
316 .read = _read, \
/drivers/net/ethernet/sfc/falcon/
A Dmtd.c70 part->mtd._read = efx->type->mtd_read; in ef4_mtd_add()
/drivers/net/ethernet/sfc/
A Dmtd.c73 part->mtd._read = efx->type->mtd_read; in efx_mtd_add()
/drivers/net/ethernet/sfc/siena/
A Dmtd.c73 part->mtd._read = efx->type->mtd_read; in efx_siena_mtd_add()
/drivers/mtd/devices/
A Dmtdram.c143 mtd->_read = ram_read; in mtdram_init_device()
A Dpowernv_flash.c220 mtd->_read = powernv_flash_read; in powernv_flash_set_driver_info()
A Dmchp23k256.c201 flash->mtd._read = mchp23k256_read; in mchp23k256_probe()
A Dms02-nv.c206 mtd->_read = ms02nv_read; in ms02nv_init_one()
A Dslram.c177 (*curmtd)->mtdinfo->_read = slram_read; in register_device()
A Dbcm47xxsflash.c266 mtd->_read = bcm47xxsflash_read; in bcm47xxsflash_fill_mtd()
A Dphram.c152 new->mtd._read = phram_read; in register_device()
/drivers/edac/
A Dthunderx_edac.c210 #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 Dtopology.c25 static ssize_t name##_read(struct file *file, struct kobject *kobj, \
/drivers/iio/dac/
A Dltc2664.c419 #define LTC2664_CHAN_EXT_INFO(_name, _what, _shared, _read, _write) { \ argument
421 .read = (_read), \
A Dad8460.c667 #define AD8460_CHAN_EXT_INFO(_name, _what, _read, _write) { \ argument
669 .read = (_read), \
/drivers/net/wireless/broadcom/b43/
A Ddebugfs.c608 #define B43_DEBUGFS_FOPS(name, _read, _write) \ argument
610 .read = _read, \

Completed in 58 milliseconds

123