Home
last modified time | relevance | path

Searched refs:_ops (Results 1 – 19 of 19) sorted by relevance

/linux-3.4.99/drivers/regulator/
Dmc13xxx.h68 #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, \
Dtps65217-regulator.c29 #define TPS65217_REGULATOR(_name, _id, _ops, _n) \ argument
33 .ops = &_ops, \
Dtps6586x-regulator.c244 #define TPS6586X_REGULATOR(_id, vdata, _ops, vreg, shift, nbits, \ argument
248 .ops = &tps6586x_regulator_##_ops, \
/linux-3.4.99/arch/arm/mach-mmp/
Dclock.h39 #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/
Dclock.h32 #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/
Ddebugfs.c51 &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/
Dclock.c29 #define DEFINE_CLK(_name, _ops) \ argument
31 .ops = _ops, \
/linux-3.4.99/net/wireless/
Ddebugfs.c28 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/
Ddebugfs.c45 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);
Ddebugfs_netdev.c133 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()
Ddebugfs_key.c31 static const struct file_operations key_ ##name## _ops = { \
46 static const struct file_operations key_ ##name## _ops = { \
225 key, &key_##name##_ops);
Ddebugfs_sta.c34 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/
Ddebugfs.c48 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/
Ddebugfs.c64 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/
Ddebug.c169 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/
Ddebug.c132 &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/
Diwl-trans-pcie.c1889 &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 = { \
Diwl-debugfs.c47 &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/
Dtegra30_clocks.c2841 _flags, _ops) \ argument
2848 .ops = _ops, \