Home
last modified time | relevance | path

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

123

/linux-6.6.21/drivers/clk/sprd/
Dgate.h33 _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/
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, \
Dmax77541-regulator.c55 #define MAX77540_BUCK(_id, _ops) \ argument
62 .ops = &(_ops), \
74 #define MAX77541_BUCK(_id, _ops) \ argument
81 .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.c22 #define TPS65912_REGULATOR(_name, _id, _of_match, _ops, _vr, _er, _lr) \ argument
28 .ops = &_ops, \
Dtps68470-regulator.c32 #define TPS68470_REGULATOR(_name, _id, _ops, _n, \ argument
37 .ops = &_ops, \
Dlp873x-regulator.c14 #define LP873X_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, _er, _em, \ argument
23 .ops = &_ops, \
Dlp87565-regulator.c25 #define LP87565_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, \ argument
34 .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, \
/linux-6.6.21/drivers/clk/mediatek/
Dclk-gate.h40 _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)
Dclk-mux.h42 _gate, _upd_ofs, _upd, _flags, _ops) { \ argument
56 .ops = &_ops, \
/linux-6.6.21/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 = { \
93 static const struct file_operations sub## _ ##name## _ops = { \
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mvm/
Ddebugfs.h7 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/
Dkunit_kernel.py240 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/
Dclk-provider.h1406 #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/
Dcpuidle.h45 #define CPUIDLE_METHOD_OF_DECLARE(name, _method, _ops) \ argument
47 __cpuidle_method_section = { .method = _method, .ops = _ops }
Dsmp.h109 #define CPU_METHOD_OF_DECLARE(name, _method, _ops) \ argument
112 = { .method = _method, .ops = _ops }
/linux-6.6.21/arch/sh/include/asm/
Dsmp.h72 #define CPU_METHOD_OF_DECLARE(name, _method, _ops) \ argument
75 = { .method = _method, .ops = _ops }
/linux-6.6.21/drivers/clk/meson/
Dclk-regmap.h117 #define __MESON_PCLK(_name, _reg, _bit, _ops, _pname) \ argument
125 .ops = _ops, \
/linux-6.6.21/drivers/platform/x86/intel/int3472/
Dcommon.h37 #define INT3472_REGULATOR(_name, _supply, _ops) \ argument
42 .ops = _ops, \
/linux-6.6.21/net/wireless/
Ddebugfs.c25 static const struct file_operations name## _ops = { \
100 debugfs_create_file(#name, 0444, phyd, &rdev->wiphy, &name## _ops)
/linux-6.6.21/net/mac80211/
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);
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);
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/
Ddebugfs.c65 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/
Dclk-lpc18xx-creg.c38 #define CREG_CLK(_name, _emask, _ops) \ argument
42 .ops = &_ops, \

123