/Linux-v4.19/drivers/regulator/ |
D | mc13xxx.h | 59 #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, \
|
D | tps65090-regulator.c | 195 #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)
|
D | tps65912-regulator.c | 30 #define TPS65912_REGULATOR(_name, _id, _of_match, _ops, _vr, _er, _lr) \ argument 36 .ops = &_ops, \
|
D | lp873x-regulator.c | 22 #define LP873X_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, _er, _em, \ argument 31 .ops = &_ops, \
|
D | lp87565-regulator.c | 17 #define LP87565_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, _er, _em, \ argument 26 .ops = &_ops, \
|
D | tps6586x-regulator.c | 112 #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, \
|
D | tps65217-regulator.c | 30 #define TPS65217_REGULATOR(_name, _id, _of_match, _ops, _n, _vr, _vm, _em, \ argument 37 .ops = &_ops, \
|
D | bd9571mwv-regulator.c | 42 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ argument 48 .ops = &_ops, \
|
D | tps65218-regulator.c | 31 #define TPS65218_REGULATOR(_name, _of, _id, _type, _ops, _n, _vr, _vm, _er, \ argument 37 .ops = &_ops, \
|
/Linux-v4.19/arch/arm/mach-mmp/ |
D | clock.h | 37 #define APBC_CLK_OPS(_name, _reg, _fnclksel, _rate, _ops) \ argument 42 .ops = _ops, \ 53 #define APMU_CLK_OPS(_name, _reg, _eval, _rate, _ops) \ argument 58 .ops = _ops, \
|
/Linux-v4.19/drivers/net/wireless/ti/wlcore/ |
D | debugfs.h | 48 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 = { \
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | debugfs.h | 67 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 = { \
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/ |
D | debugfs.c | 73 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 99 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 108 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 116 &iwl_dbgfs_##name##_ops)) \
|
/Linux-v4.19/arch/arm/include/asm/ |
D | cpuidle.h | 43 #define CPUIDLE_METHOD_OF_DECLARE(name, _method, _ops) \ argument 46 = { .method = _method, .ops = _ops }
|
D | smp.h | 118 #define CPU_METHOD_OF_DECLARE(name, _method, _ops) \ argument 121 = { .method = _method, .ops = _ops }
|
/Linux-v4.19/arch/sh/include/asm/ |
D | smp.h | 73 #define CPU_METHOD_OF_DECLARE(name, _method, _ops) \ argument 76 = { .method = _method, .ops = _ops }
|
/Linux-v4.19/drivers/clk/sprd/ |
D | gate.h | 22 _enable_mask, _flags, _gate_flags, _ops) \ argument 32 _ops, \
|
/Linux-v4.19/net/mac80211/ |
D | debugfs.c | 46 static const struct file_operations name## _ops = { \ 57 debugfs_create_file(#name, 0400, phyd, local, &name## _ops); 60 debugfs_create_file(#name, mode, phyd, local, &name## _ops); 341 static const struct file_operations stats_ ##name## _ops = { \ 350 debugfs_create_file(#name, 0400, statsd, local, &stats_ ##name## _ops);
|
D | debugfs_key.c | 32 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 = { \ 325 key, &key_##name##_ops); 328 key, &key_##name##_ops);
|
/Linux-v4.19/arch/arm/mach-sa1100/ |
D | clock.c | 32 #define DEFINE_CLK(_name, _ops) \ argument 34 .ops = _ops, \
|
/Linux-v4.19/net/wireless/ |
D | debugfs.c | 28 static const struct file_operations name## _ops = { \ 106 debugfs_create_file(#name, 0444, phyd, &rdev->wiphy, &name## _ops)
|
/Linux-v4.19/include/crypto/ |
D | morus1280_glue.h | 65 static const struct morus1280_glue_ops crypto_morus1280_##id##_ops = {\ 77 crypto_morus1280_glue_init_ops(tfm, &crypto_morus1280_##id##_ops); \
|
D | morus640_glue.h | 65 static const struct morus640_glue_ops crypto_morus640_##id##_ops = {\ 77 crypto_morus640_glue_init_ops(tfm, &crypto_morus640_##id##_ops); \
|
/Linux-v4.19/include/linux/ |
D | clk-provider.h | 861 #define CLK_HW_INIT(_name, _parent, _ops, _flags) \ argument 867 .ops = _ops, \ 870 #define CLK_HW_INIT_PARENTS(_name, _parents, _ops, _flags) \ argument 876 .ops = _ops, \ 879 #define CLK_HW_INIT_NO_PARENT(_name, _ops, _flags) \ argument 885 .ops = _ops, \
|
/Linux-v4.19/drivers/clk/nxp/ |
D | clk-lpc18xx-creg.c | 41 #define CREG_CLK(_name, _emask, _ops) \ argument 45 .ops = &_ops, \
|