Home
last modified time | relevance | path

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

/linux-4.19.296/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)
Dtps65912-regulator.c30 #define TPS65912_REGULATOR(_name, _id, _of_match, _ops, _vr, _er, _lr) \ argument
36 .ops = &_ops, \
Dlp873x-regulator.c22 #define LP873X_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, _er, _em, \ argument
31 .ops = &_ops, \
Dlp87565-regulator.c17 #define LP87565_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, _er, _em, \ argument
26 .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, \
Dtps65217-regulator.c30 #define TPS65217_REGULATOR(_name, _id, _of_match, _ops, _n, _vr, _vm, _em, \ argument
37 .ops = &_ops, \
Dbd9571mwv-regulator.c42 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ argument
48 .ops = &_ops, \
Dtps65218-regulator.c31 #define TPS65218_REGULATOR(_name, _of, _id, _type, _ops, _n, _vr, _vm, _er, \ argument
37 .ops = &_ops, \
Dltc3676.c204 #define LTC3676_REG(_id, _name, _ops, en_reg, en_bit, dvba_reg, dvb_mask) \ argument
215 .ops = &ltc3676_ ## _ops ## _regulator_ops, \
Dltc3589.c200 #define LTC3589_REG(_name, _ops, en_bit, dtv1_reg, dtv_mask, go_bit) \ argument
209 .ops = &ltc3589_ ## _ops ## _regulator_ops, \
Dmax8997-regulator.c821 #define MAX8997_VOLTAGE_REGULATOR(_name, _ops) {\ argument
824 .ops = &_ops, \
829 #define MAX8997_CURRENT_REGULATOR(_name, _ops) {\ argument
832 .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.c369 .ops = &spmi_##_ops_val##_ops, \
/linux-4.19.296/drivers/clk/sprd/
Dgate.h22 _enable_mask, _flags, _gate_flags, _ops) \ argument
32 _ops, \
/linux-4.19.296/include/crypto/
Dmorus640_glue.h65 static const struct morus640_glue_ops crypto_morus640_##id##_ops = {\
77 crypto_morus640_glue_init_ops(tfm, &crypto_morus640_##id##_ops); \
Dmorus1280_glue.h65 static const struct morus1280_glue_ops crypto_morus1280_##id##_ops = {\
77 crypto_morus1280_glue_init_ops(tfm, &crypto_morus1280_##id##_ops); \
/linux-4.19.296/include/linux/
Dclk-provider.h864 #define CLK_HW_INIT(_name, _parent, _ops, _flags) \ argument
870 .ops = _ops, \
873 #define CLK_HW_INIT_PARENTS(_name, _parents, _ops, _flags) \ argument
879 .ops = _ops, \
882 #define CLK_HW_INIT_NO_PARENT(_name, _ops, _flags) \ argument
888 .ops = _ops, \
Dbpf.h424 #define BPF_MAP_TYPE(_id, _ops) \ argument
425 extern const struct bpf_map_ops _ops;
/linux-4.19.296/drivers/clk/nxp/
Dclk-lpc18xx-creg.c41 #define CREG_CLK(_name, _emask, _ops) \ argument
45 .ops = &_ops, \
Dclk-lpc32xx.c703 static const struct clk_ops clk_ ##_name ## _ops = { \
1104 .ops = &clk_ ##_name ## _ops, \
1172 #define LPC32XX_DEFINE_CLK(_idx, _reg, _e, _em, _d, _dm, _b, _bm, _ops) \ argument
1177 .ops = &(_ops), \
1193 #define LPC32XX_DEFINE_USB(_idx, _ce, _cd, _cm, _e, _b, _ops) \ argument
1198 .ops = &(_ops), \
/linux-4.19.296/drivers/clk/
Dclk-stm32mp1.c1196 #define _STM32_GATE(_gate_offset, _gate_bit_idx, _gate_flags, _mgate, _ops)\ argument
1204 .ops = _ops,\
1230 _div_flags, _div_table, _ops)\ argument
1239 .ops = _ops,\
1246 #define _STM32_MUX(_offset, _shift, _width, _mux_flags, _mmux, _ops)\ argument
1256 .ops = _ops,\
1412 _mgate, _ops)\ argument
1420 .ops = _ops,\
1595 #define _K_MUX(_id, _offset, _shift, _width, _mux_flags, _mmux, _ops)\ argument
1605 .ops = _ops,\