/linux-6.6.21/drivers/clk/sprd/ ! |
D | gate.h | 33 _gate_flags, _udelay, _ops, _fn) \ argument 43 _ops, _flags), \ 49 _gate_flags, _udelay, _ops) \ argument 52 _gate_flags, _udelay, _ops, CLK_HW_INIT) 55 _enable_mask, _flags, _gate_flags, _ops) \ argument 58 _gate_flags, 0, _ops) 84 _udelay, _ops) \ argument 87 _gate_flags, _udelay, _ops, \ 92 _gate_flags, _ops) \ argument 95 _flags, _gate_flags, 0, _ops) [all …]
|
/linux-6.6.21/drivers/regulator/ ! |
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, \
|
D | max77541-regulator.c | 55 #define MAX77540_BUCK(_id, _ops) \ argument 62 .ops = &(_ops), \ 74 #define MAX77541_BUCK(_id, _ops) \ argument 81 .ops = &(_ops), \
|
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)
|
D | tps65912-regulator.c | 22 #define TPS65912_REGULATOR(_name, _id, _of_match, _ops, _vr, _er, _lr) \ argument 28 .ops = &_ops, \
|
D | tps68470-regulator.c | 32 #define TPS68470_REGULATOR(_name, _id, _ops, _n, \ argument 37 .ops = &_ops, \
|
D | lp873x-regulator.c | 14 #define LP873X_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, _er, _em, \ argument 23 .ops = &_ops, \
|
D | lp87565-regulator.c | 25 #define LP87565_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, \ argument 34 .ops = &_ops, \
|
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, \
|
/linux-6.6.21/drivers/clk/mediatek/ ! |
D | clk-gate.h | 40 _ops, _flags) { \ argument 46 .ops = _ops, \ 50 #define GATE_MTK(_id, _name, _parent, _regs, _shift, _ops) \ argument 51 GATE_MTK_FLAGS(_id, _name, _parent, _regs, _shift, _ops, 0)
|
D | clk-mux.h | 42 _gate, _upd_ofs, _upd, _flags, _ops) { \ argument 56 .ops = &_ops, \
|
/linux-6.6.21/drivers/net/wireless/ti/wlcore/ ! |
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-6.6.21/drivers/net/wireless/intel/iwlwifi/mvm/ ! |
D | debugfs.h | 7 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 30 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 39 static const struct file_operations iwl_dbgfs_##name##_ops = { \
|
/linux-6.6.21/tools/testing/kunit/ ! |
D | kunit_kernel.py | 240 self._arch, self._ops = _get_qemu_ops(qemu_config_path, extra_qemu_args, cross_compile) 244 self._ops = LinuxSourceTreeOperationsUml(cross_compile=cross_compile) 247 _, self._ops = _get_qemu_ops(qemu_config_path, extra_qemu_args, cross_compile) 259 self._ops.make_mrproper() 285 self._kconfig = self._ops.make_arch_config(self._kconfig) 287 self._ops.make_olddefconfig(build_dir, make_options) 316 self._kconfig = self._ops.make_arch_config(self._kconfig) 326 self._ops.make_olddefconfig(build_dir, make_options) 327 self._ops.make(jobs, build_dir, make_options) 344 process = self._ops.start(args, build_dir)
|
/linux-6.6.21/include/linux/ ! |
D | clk-provider.h | 1406 #define CLK_HW_INIT(_name, _parent, _ops, _flags) \ argument 1412 .ops = _ops, \ 1415 #define CLK_HW_INIT_HW(_name, _parent, _ops, _flags) \ argument 1421 .ops = _ops, \ 1429 #define CLK_HW_INIT_HWS(_name, _parent, _ops, _flags) \ argument 1435 .ops = _ops, \ 1438 #define CLK_HW_INIT_FW_NAME(_name, _parent, _ops, _flags) \ argument 1446 .ops = _ops, \ 1449 #define CLK_HW_INIT_PARENTS(_name, _parents, _ops, _flags) \ argument 1455 .ops = _ops, \ [all …]
|
/linux-6.6.21/arch/arm/include/asm/ ! |
D | cpuidle.h | 45 #define CPUIDLE_METHOD_OF_DECLARE(name, _method, _ops) \ argument 47 __cpuidle_method_section = { .method = _method, .ops = _ops }
|
D | smp.h | 109 #define CPU_METHOD_OF_DECLARE(name, _method, _ops) \ argument 112 = { .method = _method, .ops = _ops }
|
/linux-6.6.21/arch/sh/include/asm/ ! |
D | smp.h | 72 #define CPU_METHOD_OF_DECLARE(name, _method, _ops) \ argument 75 = { .method = _method, .ops = _ops }
|
/linux-6.6.21/drivers/clk/meson/ ! |
D | clk-regmap.h | 117 #define __MESON_PCLK(_name, _reg, _bit, _ops, _pname) \ argument 125 .ops = _ops, \
|
/linux-6.6.21/drivers/platform/x86/intel/int3472/ ! |
D | common.h | 37 #define INT3472_REGULATOR(_name, _supply, _ops) \ argument 42 .ops = _ops, \
|
/linux-6.6.21/net/wireless/ ! |
D | debugfs.c | 25 static const struct file_operations name## _ops = { \ 100 debugfs_create_file(#name, 0444, phyd, &rdev->wiphy, &name## _ops)
|
/linux-6.6.21/net/mac80211/ ! |
D | debugfs_key.c | 29 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);
|
D | debugfs.c | 45 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); 623 static const struct file_operations stats_ ##name## _ops = { \ 634 debugfs_create_file(#name, 0400, statsd, local, &stats_ ##name## _ops);
|
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/fw/ ! |
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-6.6.21/drivers/clk/nxp/ ! |
D | clk-lpc18xx-creg.c | 38 #define CREG_CLK(_name, _emask, _ops) \ argument 42 .ops = &_ops, \
|