| /linux/include/linux/ |
| H A D | counter.h | 416 #define COUNTER_COMP_DEVICE_U8(_name, _read, _write) \ argument 421 .device_u8_write = (_write), \ 423 #define COUNTER_COMP_COUNT_U8(_name, _read, _write) \ argument 428 .count_u8_write = (_write), \ 430 #define COUNTER_COMP_SIGNAL_U8(_name, _read, _write) \ argument 435 .signal_u8_write = (_write), \ 438 #define COUNTER_COMP_DEVICE_U64(_name, _read, _write) \ argument 443 .device_u64_write = (_write), \ 445 #define COUNTER_COMP_COUNT_U64(_name, _read, _write) \ argument 450 .count_u64_write = (_write), \ [all …]
|
| H A D | sysfs.h | 339 #define __BIN_ATTR(_name, _mode, _read, _write, _size) { \ argument 342 .write = _write, \ 350 __BIN_ATTR(_name, 0200, NULL, _name##_write, _size) 353 __BIN_ATTR(_name, 0644, _name##_read, _name##_write, _size) 357 #define BIN_ATTR(_name, _mode, _read, _write, _size) \ argument 359 _write, _size) 375 __BIN_ATTR(_name, 0600, _name##_read, _name##_write, _size)
|
| H A D | configfs.h | 173 .write = _pfx##_name##_write, \ 197 .write = _pfx##_name##_write, \
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | debugfs.h | 77 return iwl_dbgfs_##name##_write(mld, buf, count, data); \ 101 static ssize_t __iwl_dbgfs_##name##_write(struct file *file, \ 119 .write = __iwl_dbgfs_##name##_write, \ 141 return iwl_dbgfs_##name##_write(mld, buf, count); \ 146 static ssize_t __iwl_dbgfs_##name##_write(struct file *file, \ 198 .write = __iwl_dbgfs_##name##_write, \ 209 .write = __iwl_dbgfs_##name##_write, \ 218 static ssize_t _iwl_dbgfs_##name##_write(struct file *file, \ 239 .write = _iwl_dbgfs_##name##_write, \
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | debugfs.h | 15 static ssize_t _iwl_dbgfs_##name##_write(struct file *file, \ 26 return iwl_dbgfs_##name##_write(arg, buf, buf_size, ppos); \ 32 .write = _iwl_dbgfs_##name##_write, \ 41 .write = _iwl_dbgfs_##name##_write, \
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | debug.c | 170 #define __DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, \ argument 175 .write = _write, \ 180 #define DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, _attr) \ argument 181 __DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, \ 189 DEBUGFS_DECLARE_FILE(name, NULL, carl9170_debugfs_##name ##_write,\ 194 carl9170_debugfs_##name ##_write, \ 199 carl9170_debugfs_##name ##_write, \
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | debugfs.c | 74 static ssize_t _iwl_dbgfs_##name##_write(struct file *file, \ 86 return iwl_dbgfs_##name##_write(arg, buf, buf_size); \ 94 .write = _iwl_dbgfs_##name##_write, \ 105 .write = _iwl_dbgfs_##name##_write, \
|
| /linux/drivers/mtd/chips/ |
| H A D | map_absent.c | 61 mtd->_write = map_absent_write; in map_absent_probe()
|
| H A D | map_rom.c | 60 mtd->_write = maprom_write; in map_rom_probe()
|
| H A D | map_ram.c | 71 mtd->_write = mapram_write; in map_ram_probe()
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | mtd.c | 71 part->mtd._write = efx->type->mtd_write; in ef4_mtd_add()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mtd.c | 74 part->mtd._write = efx->type->mtd_write; in efx_mtd_add()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | mtd.c | 74 part->mtd._write = efx->type->mtd_write; in efx_siena_mtd_add()
|
| /linux/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | debugfs.c | 314 #define B43legacy_DEBUGFS_FOPS(name, _read, _write, _take_irqlock) \ argument 317 .write = _write, \
|
| /linux/arch/mips/include/asm/sgi/ |
| H A D | ioc.h | 165 u8 _write[3]; member
|
| /linux/drivers/mtd/devices/ |
| H A D | mtdram.c | 144 mtd->_write = ram_write; in mtdram_init_device()
|
| H A D | powernv_flash.c | 221 mtd->_write = powernv_flash_write; in powernv_flash_set_driver_info()
|
| H A D | mchp23k256.c | 202 flash->mtd._write = mchp23k256_write; in mchp23k256_probe()
|
| H A D | ms02-nv.c | 207 mtd->_write = ms02nv_write; in ms02nv_init_one()
|
| /linux/drivers/edac/ |
| H A D | thunderx_edac.c | 210 #define DEBUGFS_STRUCT(_name, _mode, _write, _read) \ argument 216 .write = _write, \ 235 static ssize_t thunderx_##_type##_##_field##_write(struct file *file, \ 248 thunderx_##_type##_##_field##_write, \ 264 static ssize_t thunderx_##_type##_##_name##_write(struct file *file, \ 283 thunderx_##_type##_##_name##_write, \
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | tdx.h | 146 static __always_inline void td_##lclass##_write##bits(struct vcpu_tdx *tdx, \
|
| /linux/drivers/nvme/target/ |
| H A D | debugfs.c | 35 .write = field##_write, \
|
| /linux/drivers/mtd/spi-nor/ |
| H A D | sst.c | 258 nor->mtd._write = sst_nor_write; in sst_nor_late_init()
|
| /linux/drivers/iio/dac/ |
| H A D | ltc2664.c | 419 #define LTC2664_CHAN_EXT_INFO(_name, _what, _shared, _read, _write) { \ argument 422 .write = (_write), \
|
| /linux/arch/x86/kvm/ |
| H A D | kvm_cache_regs.h | 24 static __always_inline void kvm_##lname##_write(struct kvm_vcpu *vcpu, \
|