/linux-2.6.39/drivers/misc/iwmc3200top/ |
D | debugfs.c | 60 ssize_t iwmct_dbgfs_##name##_read(struct file *file, \ 72 .read = iwmct_dbgfs_##name##_read, \ 90 .read = iwmct_dbgfs_##name##_read, \
|
/linux-2.6.39/drivers/net/wireless/ath/carl9170/ |
D | debug.c | 172 #define __DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, \ argument 176 .read = _read, \ 188 #define DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, _attr) \ argument 189 __DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, \ 193 DEBUGFS_DECLARE_FILE(name, carl9170_debugfs_##name ##_read, \ 201 DEBUGFS_DECLARE_FILE(name, carl9170_debugfs_##name ##_read, \ 206 __DEBUGFS_DECLARE_FILE(name, carl9170_debugfs_##name ##_read, \ 211 static char *carl9170_debugfs_ ##name ## _read(struct ar9170 *ar, \ 386 static char *carl9170_debugfs_##q ##_##qi ##_read(struct ar9170 *ar, \ 503 static char *carl9170_debugfs_##name ## _read(struct ar9170 *ar, \ [all …]
|
/linux-2.6.39/net/wireless/ |
D | debugfs.c | 23 static ssize_t name## _read(struct file *file, char __user *userbuf, \ 35 .read = name## _read, \
|
/linux-2.6.39/net/mac80211/ |
D | debugfs.c | 41 static ssize_t name## _read(struct file *file, char __user *userbuf, \ 51 .read = name## _read, \ 351 static ssize_t stats_ ##name## _read(struct file *file, \ 363 .read = stats_ ##name## _read, \
|
D | debugfs_key.c | 19 static ssize_t key_##name##_read(struct file *file, \ 32 .read = key_##name##_read, \ 47 .read = key_conf_##name##_read, \
|
D | debugfs_sta.c | 21 static ssize_t sta_ ##name## _read(struct file *file, \ 35 .read = sta_##name##_read, \ 42 .read = sta_##name##_read, \
|
/linux-2.6.39/drivers/net/wireless/wl12xx/ |
D | debugfs.c | 54 static ssize_t name## _read(struct file *file, char __user *userbuf, \ 63 .read = name## _read, \ 75 static ssize_t sub## _ ##name## _read(struct file *file, \ 88 .read = sub## _ ##name## _read, \
|
/linux-2.6.39/drivers/firmware/ |
D | dcdbas.h | 70 .read = _name##_read, \
|
/linux-2.6.39/drivers/net/wireless/wl1251/ |
D | debugfs.c | 37 static ssize_t name## _read(struct file *file, char __user *userbuf, \ 49 .read = name## _read, \ 70 static ssize_t sub## _ ##name## _read(struct file *file, \ 86 .read = sub## _ ##name## _read, \
|
/linux-2.6.39/arch/mips/include/asm/sgi/ |
D | ioc.h | 144 u8 _read[3]; member
|
/linux-2.6.39/drivers/net/wireless/b43legacy/ |
D | debugfs.c | 329 #define B43legacy_DEBUGFS_FOPS(name, _read, _write, _take_irqlock) \ argument 331 .read = _read, \
|
/linux-2.6.39/drivers/net/wireless/b43/ |
D | debugfs.c | 622 #define B43_DEBUGFS_FOPS(name, _read, _write) \ argument 624 .read = _read, \
|
/linux-2.6.39/fs/dlm/ |
D | config.c | 151 static ssize_t name##_read(struct dlm_cluster *cl, char *buf) \ 156 __CONFIGFS_ATTR(name, 0644, name##_read, name##_write)
|
/linux-2.6.39/drivers/net/wireless/iwlegacy/ |
D | iwl-debugfs.c | 62 static ssize_t iwl_legacy_dbgfs_##name##_read(struct file *file, \ 82 .read = iwl_legacy_dbgfs_##name##_read, \ 100 .read = iwl_legacy_dbgfs_##name##_read, \
|
/linux-2.6.39/drivers/net/wireless/iwlwifi/ |
D | iwl-debugfs.c | 68 static ssize_t iwl_dbgfs_##name##_read(struct file *file, \ 87 .read = iwl_dbgfs_##name##_read, \ 106 .read = iwl_dbgfs_##name##_read, \
|