Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/regulator/
Dmc13xxx.h59 #define MC13xxx_DEFINE(prefix, _name, _reg, _vsel_reg, _voltages, _ops) \ argument
65 .ops = &_ops, \
77 #define MC13xxx_FIXED_DEFINE(prefix, _name, _reg, _voltages, _ops) \ argument
83 .ops = &_ops, \
92 #define MC13xxx_GPO_DEFINE(prefix, _name, _reg, _voltages, _ops) \ argument
98 .ops = &_ops, \
Dtps65090-regulator.c195 #define tps65090_REG_DESC(_id, _sname, _en_reg, _en_bits, _nvolt, _volt, _ops) \ argument
201 .ops = &_ops, \
210 #define tps65090_REG_FIXEDV(_id, _sname, en_reg, _en_bits, _volt, _ops) \ argument
211 tps65090_REG_DESC(_id, _sname, en_reg, _en_bits, 1, _volt, _ops)
213 #define tps65090_REG_SWITCH(_id, _sname, en_reg, _en_bits, _ops) \ argument
214 tps65090_REG_DESC(_id, _sname, en_reg, _en_bits, 0, 0, _ops)
Dtps65217-regulator.c30 #define TPS65217_REGULATOR(_name, _id, _of_match, _ops, _n, _vr, _vm, _em, \ argument
37 .ops = &_ops, \
Dtps6586x-regulator.c112 #define TPS6586X_REGULATOR(_id, _ops, _pin_name, vdata, vreg, shift, nbits, \ argument
117 .ops = &tps6586x_## _ops ## _regulator_ops, \
135 #define TPS6586X_REGULATOR_LINEAR(_id, _ops, _pin_name, n_volt, min_uv, \ argument
141 .ops = &tps6586x_## _ops ## _regulator_ops, \
Dtps65218-regulator.c32 #define TPS65218_REGULATOR(_name, _id, _ops, _n, _vr, _vm, _er, _em, \ argument
37 .ops = &_ops, \
Dltc3589.c199 #define LTC3589_REG(_name, _ops, en_bit, dtv1_reg, dtv_mask, go_bit) \ argument
208 .ops = &ltc3589_ ## _ops ## _regulator_ops, \
Dmax8997.c839 #define MAX8997_VOLTAGE_REGULATOR(_name, _ops) {\ argument
842 .ops = &_ops, \
847 #define MAX8997_CURRENT_REGULATOR(_name, _ops) {\ argument
850 .ops = &_ops, \
Das3711-regulator.c139 .ops = &as3711_ ## _sfx ## _ops, \
Dtps80031-regulator.c467 #define TPS80031_REG_FIXED(_id, max_mV, _ops, _delay, _pbit) \ argument
478 .ops = &_ops, \
Dqcom_spmi-regulator.c356 .ops = &spmi_##_ops_val##_ops, \
/linux-4.4.14/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-4.4.14/drivers/net/wireless/ti/wlcore/
Ddebugfs.h48 static const struct file_operations name## _ops = { \
57 wl, &name## _ops); \
66 wl, &prefix## _## name## _ops); \
85 static const struct file_operations sub## _ ##name## _ops = { \
110 static const struct file_operations sub## _ ##name## _ops = { \
Ddebugfs.c179 static const struct file_operations param##_ops = { \
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Ddebugfs.h67 static const struct file_operations iwl_dbgfs_##name##_ops = { \
90 static const struct file_operations iwl_dbgfs_##name##_ops = { \
99 static const struct file_operations iwl_dbgfs_##name##_ops = { \
Ddebugfs.c1303 &iwl_dbgfs_##name##_ops)) \
Ddebugfs-vif.c1372 &iwl_dbgfs_##name##_ops)) \
Drs.c3882 &iwl_dbgfs_##name##_ops)) \
/linux-4.4.14/arch/arm/include/asm/
Dcpuidle.h42 #define CPUIDLE_METHOD_OF_DECLARE(name, _method, _ops) \ argument
45 = { .method = _method, .ops = _ops }
Dsmp.h118 #define CPU_METHOD_OF_DECLARE(name, _method, _ops) \ argument
121 = { .method = _method, .ops = _ops }
/linux-4.4.14/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);
222 static const struct file_operations stats_ ##name## _ops = { \
231 debugfs_create_file(#name, 0400, statsd, local, &stats_ ##name## _ops);
Ddebugfs_key.c32 static const struct file_operations key_ ##name## _ops = { \
39 static const struct file_operations key_ ##name## _ops = { \
55 static const struct file_operations key_ ##name## _ops = { \
324 key, &key_##name##_ops);
327 key, &key_##name##_ops);
Ddebugfs_sta.c34 static const struct file_operations sta_ ##name## _ops = { \
41 static const struct file_operations sta_ ##name## _ops = { \
325 sta->debugfs.dir, sta, &sta_ ##name## _ops);
Ddebugfs_netdev.c127 static const struct file_operations name##_ops = { \
608 sdata, &name##_ops);
669 debugfs_create_file(#name, 0400, dir, sdata, &name##_ops); in add_mesh_stats()
686 debugfs_create_file(#name, 0600, dir, sdata, &name##_ops); in add_mesh_config()
/linux-4.4.14/arch/arm/mach-sa1100/
Dclock.c31 #define DEFINE_CLK(_name, _ops) \ argument
33 .ops = _ops, \
/linux-4.4.14/net/wireless/
Ddebugfs.c28 static const struct file_operations name## _ops = { \
106 debugfs_create_file(#name, S_IRUGO, phyd, &rdev->wiphy, &name## _ops);
/linux-4.4.14/arch/x86/include/asm/
Dintel-mid.h74 [cpuid] = get_##cpuname##_ops
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Ddebugfs.c48 static const struct file_operations name## _ops = { \
56 wl, &name## _ops); \
85 static const struct file_operations sub## _ ##name## _ops = { \
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
Ddebug.c168 static const struct carl9170_debugfs_fops carl_debugfs_##name ##_ops = {\
817 debugfs_create_file(#name, carl_debugfs_##name ##_ops.attr, \ in carl9170_debugfs_register()
819 &carl_debugfs_##name ## _ops.fops); in carl9170_debugfs_register()
/linux-4.4.14/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-4.4.14/drivers/net/wireless/iwlwifi/pcie/
Dtrans.c1897 &iwl_dbgfs_##name##_ops)) \
1903 static const struct file_operations iwl_dbgfs_##name##_ops = { \
1910 static const struct file_operations iwl_dbgfs_##name##_ops = { \
1917 static const struct file_operations iwl_dbgfs_##name##_ops = { \
/linux-4.4.14/drivers/powercap/
Dintel_rapl.c1082 #define RAPL_CPU(_model, _ops) { \ argument
1086 .driver_data = (kernel_ulong_t)&_ops, \
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Ddebugfs.c43 &iwl_dbgfs_##name##_ops)) \
73 static const struct file_operations iwl_dbgfs_##name##_ops = { \
80 static const struct file_operations iwl_dbgfs_##name##_ops = { \
88 static const struct file_operations iwl_dbgfs_##name##_ops = { \