Home
last modified time | relevance | path

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

12

/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)
Dbd9571mwv-regulator.c29 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ argument
35 .ops = &_ops, \
Dtps65912-regulator.c29 #define TPS65912_REGULATOR(_name, _id, _of_match, _ops, _vr, _er, _lr) \ argument
35 .ops = &_ops, \
Dlp873x-regulator.c22 #define LP873X_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, _er, _em, \ argument
31 .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, \
Dlp87565-regulator.c17 #define LP87565_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, _er, _em, \ argument
26 .ops = &_ops, \
Dtps65217-regulator.c30 #define TPS65217_REGULATOR(_name, _id, _of_match, _ops, _n, _vr, _vm, _em, \ argument
37 .ops = &_ops, \
Dtps65218-regulator.c34 #define TPS65218_REGULATOR(_name, _of, _id, _type, _ops, _n, _vr, _vm, _er, \ argument
40 .ops = &_ops, \
Dltc3676.c186 #define LTC3676_REG(_id, _name, _ops, en_reg, en_bit, dvba_reg, dvb_mask) \ argument
197 .ops = &ltc3676_ ## _ops ## _regulator_ops, \
Dmax8997-regulator.c836 #define MAX8997_VOLTAGE_REGULATOR(_name, _ops) {\ argument
839 .ops = &_ops, \
844 #define MAX8997_CURRENT_REGULATOR(_name, _ops) {\ argument
847 .ops = &_ops, \
Dltc3589.c200 #define LTC3589_REG(_name, _ops, en_bit, dtv1_reg, dtv_mask, go_bit) \ argument
209 .ops = &ltc3589_ ## _ops ## _regulator_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, \
/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 = { \
/drivers/clk/sunxi-ng/
Dccu_common.h33 #define CLK_HW_INIT(_name, _parent, _ops, _flags) \ argument
39 .ops = _ops, \
42 #define CLK_HW_INIT_PARENTS(_name, _parents, _ops, _flags) \ argument
48 .ops = _ops, \
/drivers/net/wireless/intel/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 = { \
/drivers/clk/zte/
Dclk.h17 #define CLK_HW_INIT(_name, _parent, _ops, _flags) \ argument
23 .ops = _ops, \
26 #define CLK_HW_INIT_PARENTS(_name, _parents, _ops, _flags) \ argument
32 .ops = _ops, \
/drivers/clk/nxp/
Dclk-lpc18xx-creg.c41 #define CREG_CLK(_name, _emask, _ops) \ argument
45 .ops = &_ops, \
Dclk-lpc32xx.c702 static const struct clk_ops clk_ ##_name ## _ops = { \
1103 .ops = &clk_ ##_name ## _ops, \
1171 #define LPC32XX_DEFINE_CLK(_idx, _reg, _e, _em, _d, _dm, _b, _bm, _ops) \ argument
1176 .ops = &(_ops), \
1192 #define LPC32XX_DEFINE_USB(_idx, _ce, _cd, _cm, _e, _b, _ops) \ argument
1197 .ops = &(_ops), \
/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 = { \
/drivers/net/wireless/ath/carl9170/
Ddebug.c170 static const struct carl9170_debugfs_fops carl_debugfs_##name ##_ops = {\
819 debugfs_create_file(#name, carl_debugfs_##name ##_ops.attr, \ in carl9170_debugfs_register()
821 &carl_debugfs_##name ## _ops.fops); in carl9170_debugfs_register()
/drivers/net/wireless/intel/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 = { \
/drivers/powercap/
Dintel_rapl.c1134 #define RAPL_CPU(_model, _ops) { \ argument
1138 .driver_data = (kernel_ulong_t)&_ops, \
/drivers/net/wireless/intel/iwlwifi/pcie/
Dtrans.c2257 &iwl_dbgfs_##name##_ops)) \
2263 static const struct file_operations iwl_dbgfs_##name##_ops = { \
2270 static const struct file_operations iwl_dbgfs_##name##_ops = { \
2277 static const struct file_operations iwl_dbgfs_##name##_ops = { \

12