/linux-3.4.99/drivers/regulator/ |
D | mc13xxx.h | 68 #define MC13xxx_DEFINE(prefix, _name, _reg, _vsel_reg, _voltages, _ops) \ argument 73 .ops = &_ops, \ 86 #define MC13xxx_FIXED_DEFINE(prefix, _name, _reg, _voltages, _ops) \ argument 91 .ops = &_ops, \ 101 #define MC13xxx_GPO_DEFINE(prefix, _name, _reg, _voltages, _ops) \ argument 106 .ops = &_ops, \
|
D | tps65217-regulator.c | 29 #define TPS65217_REGULATOR(_name, _id, _ops, _n) \ argument 33 .ops = &_ops, \
|
D | tps6586x-regulator.c | 244 #define TPS6586X_REGULATOR(_id, vdata, _ops, vreg, shift, nbits, \ argument 248 .ops = &tps6586x_regulator_##_ops, \
|
/linux-3.4.99/arch/arm/mach-mmp/ |
D | clock.h | 39 #define APBC_CLK_OPS(_name, _reg, _fnclksel, _rate, _ops) \ argument 44 .ops = _ops, \ 55 #define APMU_CLK_OPS(_name, _reg, _eval, _rate, _ops) \ argument 60 .ops = _ops, \
|
/linux-3.4.99/arch/arm/mach-pxa/ |
D | clock.h | 32 #define DEFINE_CK(_name, _cken, _ops) \ argument 34 .ops = _ops, \ 38 #define DEFINE_CLK(_name, _ops, _rate, _delay) \ argument 40 .ops = _ops, \
|
/linux-3.4.99/drivers/misc/iwmc3200top/ |
D | debugfs.c | 51 &iwmct_dbgfs_##name##_ops); \ 71 static const struct file_operations iwmct_dbgfs_##name##_ops = { \ 79 static const struct file_operations iwmct_dbgfs_##name##_ops = { \ 88 static const struct file_operations iwmct_dbgfs_##name##_ops = {\
|
/linux-3.4.99/arch/arm/mach-sa1100/ |
D | clock.c | 29 #define DEFINE_CLK(_name, _ops) \ argument 31 .ops = _ops, \
|
/linux-3.4.99/net/wireless/ |
D | debugfs.c | 28 static const struct file_operations name## _ops = { \ 104 debugfs_create_file(#name, S_IRUGO, phyd, &rdev->wiphy, &name## _ops);
|
/linux-3.4.99/net/mac80211/ |
D | debugfs.c | 45 static const struct file_operations name## _ops = { \ 56 debugfs_create_file(#name, 0400, phyd, local, &name## _ops); 59 debugfs_create_file(#name, mode, phyd, local, &name## _ops); 249 static const struct file_operations stats_ ##name## _ops = { \ 258 debugfs_create_file(#name, 0400, statsd, local, &stats_ ##name## _ops);
|
D | debugfs_netdev.c | 133 static const struct file_operations name##_ops = { \ 503 sdata, &name##_ops); 507 sdata, &name##_ops); 604 debugfs_create_file(#name, 0400, dir, sdata, &name##_ops); in add_mesh_stats() 622 debugfs_create_file(#name, 0600, dir, sdata, &name##_ops); in add_mesh_config()
|
D | debugfs_key.c | 31 static const struct file_operations key_ ##name## _ops = { \ 46 static const struct file_operations key_ ##name## _ops = { \ 225 key, &key_##name##_ops);
|
D | debugfs_sta.c | 34 static const struct file_operations sta_ ##name## _ops = { \ 41 static const struct file_operations sta_ ##name## _ops = { \ 324 sta->debugfs.dir, sta, &sta_ ##name## _ops);
|
/linux-3.4.99/drivers/net/wireless/wl1251/ |
D | debugfs.c | 48 static const struct file_operations name## _ops = { \ 56 wl, &name## _ops); \ 85 static const struct file_operations sub## _ ##name## _ops = { \
|
/linux-3.4.99/drivers/net/wireless/wl12xx/ |
D | debugfs.c | 64 static const struct file_operations name## _ops = { \ 72 wl, &name## _ops); \ 79 wl, &prefix## _## name## _ops); \ 97 static const struct file_operations sub## _ ##name## _ops = { \
|
/linux-3.4.99/drivers/net/wireless/ath/carl9170/ |
D | debug.c | 169 static const struct carl9170_debugfs_fops carl_debugfs_##name ##_ops = {\ 830 debugfs_create_file(#name, carl_debugfs_##name ##_ops.attr, \ in carl9170_debugfs_register() 832 &carl_debugfs_##name ## _ops.fops); in carl9170_debugfs_register()
|
/linux-3.4.99/drivers/net/wireless/iwlegacy/ |
D | debug.c | 132 &il_dbgfs_##name##_ops)) \ 166 static const struct file_operations il_dbgfs_##name##_ops = { \ 174 static const struct file_operations il_dbgfs_##name##_ops = { \ 183 static const struct file_operations il_dbgfs_##name##_ops = { \
|
/linux-3.4.99/drivers/net/wireless/iwlwifi/ |
D | iwl-trans-pcie.c | 1889 &iwl_dbgfs_##name##_ops)) \ 1907 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 1915 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 1924 static const struct file_operations iwl_dbgfs_##name##_ops = { \
|
D | iwl-debugfs.c | 47 &iwl_dbgfs_##name##_ops)) \ 89 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 97 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 107 static const struct file_operations iwl_dbgfs_##name##_ops = { \
|
/linux-3.4.99/arch/arm/mach-tegra/ |
D | tegra30_clocks.c | 2841 _flags, _ops) \ argument 2848 .ops = _ops, \
|