| /linux/drivers/regulator/ |
| H A D | mc13xxx.h | 55 #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, \
|
| H A D | max77541-regulator.c | 55 #define MAX77540_BUCK(_id, _ops) \ argument 62 .ops = &(_ops), \ 74 #define MAX77541_BUCK(_id, _ops) \ argument 81 .ops = &(_ops), \
|
| H A D | tps65090-regulator.c | 185 #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)
|
| H A D | tps65912-regulator.c | 22 #define TPS65912_REGULATOR(_name, _id, _of_match, _ops, _vr, _er, _lr) \ argument 28 .ops = &_ops, \
|
| H A D | lp873x-regulator.c | 15 #define LP873X_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, _er, _em, \ argument 24 .ops = &_ops, \
|
| H A D | tps68470-regulator.c | 32 #define TPS68470_REGULATOR(_name, _id, _ops, _n, \ argument 37 .ops = &_ops, \
|
| H A D | lp87565-regulator.c | 26 #define LP87565_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, \ argument 35 .ops = &_ops, \
|
| H A D | tps6586x-regulator.c | 109 #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, \
|
| H A D | max77826-regulator.c | 135 #define MAX77826_BUCK(_idx, _id, _ops) \ argument 141 .ops = &_ops, \
|
| H A D | tps65217-regulator.c | 22 #define TPS65217_REGULATOR(_name, _id, _of_match, _ops, _n, _vr, _vm, _em, \ argument 29 .ops = &_ops, \
|
| /linux/drivers/clk/mediatek/ |
| H A D | clk-gate.h | 43 _ops, _flags) { \ argument 49 .ops = _ops, \ 53 #define GATE_MTK(_id, _name, _parent, _regs, _shift, _ops) \ argument 54 GATE_MTK_FLAGS(_id, _name, _parent, _regs, _shift, _ops, 0)
|
| H A D | clk-mux.h | 50 _upd, _flags, _ops) { \ argument 65 .ops = &_ops, \ 70 _gate, _upd_ofs, _upd, _flags, _ops) \ argument 74 _gate, _upd_ofs, _upd, _flags, _ops) \ 78 _width, _gate, _upd_ofs, _upd, _flags, _ops) \ argument 82 _gate, _upd_ofs, _upd, _flags, _ops) \
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | debugfs.h | 34 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 = { \ 93 static const struct file_operations sub## _ ##name## _ops = { \
|
| /linux/tools/testing/kunit/ |
| H A D | kunit_kernel.py | 255 self._arch, self._ops = _get_qemu_ops(qemu_config_path, extra_qemu_args, cross_compile) 259 self._ops = LinuxSourceTreeOperationsUml(cross_compile=cross_compile) 262 _, self._ops = _get_qemu_ops(qemu_config_path, extra_qemu_args, cross_compile) 274 self._ops.make_mrproper() 300 self._kconfig = self._ops.make_arch_config(self._kconfig) 302 self._ops.make_olddefconfig(build_dir, make_options) 331 self._kconfig = self._ops.make_arch_config(self._kconfig) 341 self._ops.make_olddefconfig(build_dir, make_options) 342 self._ops.make(jobs, build_dir, make_options) 359 process = self._ops [all...] |
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | debugfs.h | 8 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 31 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 40 static const struct file_operations iwl_dbgfs_##name##_ops = { \
|
| /linux/drivers/clk/sophgo/ |
| H A D | clk-cv18xx-ip.h | 79 _div_flag, _ops, _flags) \ argument 82 _ops, _flags), \ 94 _fix_div, _ops, _flags) \ argument 97 _ops, _flags), \ 150 _ops, _flags) \ argument 153 _ops, _flags), \
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | debugfs.h | 63 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 118 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 187 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 197 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 208 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 238 static const struct file_operations iwl_dbgfs_##name##_ops = { \
|
| /linux/arch/sh/include/asm/ |
| H A D | smp.h | 72 #define CPU_METHOD_OF_DECLARE(name, _method, _ops) \ argument 75 = { .method = _method, .ops = _ops }
|
| /linux/arch/arm/include/asm/ |
| H A D | cpuidle.h | 45 #define CPUIDLE_METHOD_OF_DECLARE(name, _method, _ops) \ argument 47 __cpuidle_method_section = { .method = _method, .ops = _ops }
|
| H A D | smp.h | 109 #define CPU_METHOD_OF_DECLARE(name, _method, _ops) \ argument 112 = { .method = _method, .ops = _ops }
|
| /linux/drivers/clk/spacemit/ |
| H A D | ccu_mix.h | 55 #define CCU_MIX_INITHW(_name, _parent, _ops, _flags) \ argument 62 .ops = &_ops, \ 65 #define CCU_MIX_INITHW_PARENTS(_name, _parents, _ops, _flags) \ argument 66 .hw.init = CLK_HW_INIT_PARENTS_DATA(#_name, _parents, &_ops, _flags)
|
| /linux/include/linux/platform_data/x86/ |
| H A D | int3472.h | 55 #define INT3472_REGULATOR(_name, _ops, _enable_time, _off_on_delay) \ argument 59 .ops = _ops, \
|
| /linux/drivers/clk/meson/ |
| H A D | meson-clkc-utils.h | 30 #define __MESON_PCLK(_name, _reg, _bit, _ops, _pdata, _flags) \ argument 38 .ops = _ops, \
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | debugfs.c | 65 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 92 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 103 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 121 &iwl_dbgfs_##name##_ops); \
|
| /linux/drivers/clk/nxp/ |
| H A D | clk-lpc18xx-creg.c | 38 #define CREG_CLK(_name, _emask, _ops) \ argument 42 .ops = &_ops, \
|