Home
last modified time | relevance | path

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

123

/Linux-v5.4/drivers/regulator/
Dmc13xxx.h55 #define MC13xxx_DEFINE(prefix, _name, _node, _reg, _vsel_reg, _voltages, _ops) \ argument
61 .ops = &_ops, \
73 #define MC13xxx_FIXED_DEFINE(prefix, _name, _node, _reg, _voltages, _ops) \ argument
79 .ops = &_ops, \
88 #define MC13xxx_GPO_DEFINE(prefix, _name, _node, _reg, _voltages, _ops) \ argument
94 .ops = &_ops, \
Dtps65090-regulator.c185 #define tps65090_REG_DESC(_id, _sname, _en_reg, _en_bits, _nvolt, _volt, _ops) \ argument
191 .ops = &_ops, \
200 #define tps65090_REG_FIXEDV(_id, _sname, en_reg, _en_bits, _volt, _ops) \ argument
201 tps65090_REG_DESC(_id, _sname, en_reg, _en_bits, 1, _volt, _ops)
203 #define tps65090_REG_SWITCH(_id, _sname, en_reg, _en_bits, _ops) \ argument
204 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.c14 #define LP87565_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, _er, _em, \ argument
23 .ops = &_ops, \
Dtps6586x-regulator.c109 #define TPS6586X_REGULATOR(_id, _ops, _pin_name, vdata, vreg, shift, nbits, \ argument
114 .ops = &tps6586x_## _ops ## _regulator_ops, \
132 #define TPS6586X_REGULATOR_LINEAR(_id, _ops, _pin_name, n_volt, min_uv, \ argument
138 .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.c34 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ argument
40 .ops = &_ops, \
/Linux-v5.4/drivers/clk/mediatek/
Dclk-gate.h47 _ops, _flags) { \ argument
53 .ops = _ops, \
57 #define GATE_MTK(_id, _name, _parent, _regs, _shift, _ops) \ argument
58 GATE_MTK_FLAGS(_id, _name, _parent, _regs, _shift, _ops, 0)
Dclk-mux.h47 _gate, _upd_ofs, _upd, _flags, _ops) { \ argument
61 .ops = &_ops, \
/Linux-v5.4/arch/arm/mach-mmp/
Dclock.h33 #define APBC_CLK_OPS(_name, _reg, _fnclksel, _rate, _ops) \ argument
38 .ops = _ops, \
49 #define APMU_CLK_OPS(_name, _reg, _eval, _rate, _ops) \ argument
54 .ops = _ops, \
/Linux-v5.4/drivers/net/wireless/ti/wlcore/
Ddebugfs.h34 static const struct file_operations name## _ops = { \
43 wl, &name## _ops); \
50 wl, &prefix## _## name## _ops); \
67 static const struct file_operations sub## _ ##name## _ops = { \
92 static const struct file_operations sub## _ ##name## _ops = { \
/Linux-v5.4/include/linux/
Dclk-provider.h901 #define CLK_HW_INIT(_name, _parent, _ops, _flags) \ argument
907 .ops = _ops, \
910 #define CLK_HW_INIT_HW(_name, _parent, _ops, _flags) \ argument
916 .ops = _ops, \
924 #define CLK_HW_INIT_HWS(_name, _parent, _ops, _flags) \ argument
930 .ops = _ops, \
933 #define CLK_HW_INIT_FW_NAME(_name, _parent, _ops, _flags) \ argument
941 .ops = _ops, \
944 #define CLK_HW_INIT_PARENTS(_name, _parents, _ops, _flags) \ argument
950 .ops = _ops, \
[all …]
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Ddebugfs.h62 static const struct file_operations iwl_dbgfs_##name##_ops = { \
85 static const struct file_operations iwl_dbgfs_##name##_ops = { \
94 static const struct file_operations iwl_dbgfs_##name##_ops = { \
/Linux-v5.4/arch/arm/include/asm/
Dcpuidle.h43 #define CPUIDLE_METHOD_OF_DECLARE(name, _method, _ops) \ argument
46 = { .method = _method, .ops = _ops }
Dsmp.h114 #define CPU_METHOD_OF_DECLARE(name, _method, _ops) \ argument
117 = { .method = _method, .ops = _ops }
/Linux-v5.4/arch/sh/include/asm/
Dsmp.h73 #define CPU_METHOD_OF_DECLARE(name, _method, _ops) \ argument
76 = { .method = _method, .ops = _ops }
/Linux-v5.4/drivers/clk/sprd/
Dgate.h22 _enable_mask, _flags, _gate_flags, _ops) \ argument
32 _ops, \
/Linux-v5.4/drivers/clk/meson/
Dclk-regmap.h114 #define __MESON_PCLK(_name, _reg, _bit, _ops, _pname) \ argument
122 .ops = _ops, \
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/fw/
Ddebugfs.c121 static const struct file_operations iwl_dbgfs_##name##_ops = { \
148 static const struct file_operations iwl_dbgfs_##name##_ops = { \
159 static const struct file_operations iwl_dbgfs_##name##_ops = { \
177 &iwl_dbgfs_##name##_ops); \
/Linux-v5.4/net/wireless/
Ddebugfs.c25 static const struct file_operations name## _ops = { \
103 debugfs_create_file(#name, 0444, phyd, &rdev->wiphy, &name## _ops)
/Linux-v5.4/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);
399 static const struct file_operations stats_ ##name## _ops = { \
408 debugfs_create_file(#name, 0400, statsd, local, &stats_ ##name## _ops);
Ddebugfs_key.c29 static const struct file_operations key_ ##name## _ops = { \
36 static const struct file_operations key_ ##name## _ops = { \
52 static const struct file_operations key_ ##name## _ops = { \
322 key, &key_##name##_ops);
325 key, &key_##name##_ops);
/Linux-v5.4/drivers/clk/nxp/
Dclk-lpc18xx-creg.c41 #define CREG_CLK(_name, _emask, _ops) \ argument
45 .ops = &_ops, \
/Linux-v5.4/drivers/soc/qcom/
Dsocinfo.c223 static const struct file_operations qcom_ ##name## _ops = { \
233 info, &qcom_ ##name## _ops)
286 static const struct file_operations qcom_image_##type##_ops = { \

123