Home
last modified time | relevance | path

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

12

/linux/drivers/regulator/
H A 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, \
H A Dmax77541-regulator.c54 #define MAX77540_BUCK(_id, _ops) \ argument
61 .ops = &(_ops), \
73 #define MAX77541_BUCK(_id, _ops) \ argument
80 .ops = &(_ops), \
H A 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)
H A Dtps65912-regulator.c21 #define TPS65912_REGULATOR(_name, _id, _of_match, _ops, _vr, _er, _lr) \ argument
27 .ops = &_ops, \
H A Dtps68470-regulator.c32 #define TPS68470_REGULATOR(_name, _id, _ops, _n, \ argument
37 .ops = &_ops, \
H A 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, \
H A Dtps65217-regulator.c22 #define TPS65217_REGULATOR(_name, _id, _of_match, _ops, _n, _vr, _vm, _em, \ argument
29 .ops = &_ops, \
H A Dtps65218-regulator.c22 #define TPS65218_REGULATOR(_name, _of, _id, _type, _ops, _n, _vr, _vm, _er, \ argument
29 .ops = &_ops, \
H A Dadp5055-regulator.c312 #define ADP5055_REG_(_name, _id, _ch, _ops) \ argument
318 .ops = _ops, \
/linux/drivers/clk/mediatek/
H A Dclk-gate.h43 _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 Dclk-mux.h50 _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 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/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.h8 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 Dclk-cv18xx-ip.h79 _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/tools/testing/kunit/
H A Dkunit_kernel.py255 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)
275 self._ops.make_mrproper()
301 self._kconfig = self._ops.make_arch_config(self._kconfig)
303 self._ops.make_olddefconfig(build_dir, make_options)
332 self._kconfig = self._ops.make_arch_config(self._kconfig)
342 self._ops.make_olddefconfig(build_dir, make_options)
343 self._ops.make(jobs, build_dir, make_options)
368 self._process = self._ops
[all...]
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Ddebugfs.h63 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 Dsmp.h72 #define CPU_METHOD_OF_DECLARE(name, _method, _ops) \ argument
75 = { .method = _method, .ops = _ops }
/linux/arch/arm/include/asm/
H A Dcpuidle.h45 #define CPUIDLE_METHOD_OF_DECLARE(name, _method, _ops) \ argument
47 __cpuidle_method_section = { .method = _method, .ops = _ops }
H A Dsmp.h109 #define CPU_METHOD_OF_DECLARE(name, _method, _ops) \ argument
112 = { .method = _method, .ops = _ops }
/linux/drivers/clk/meson/
H A Dmeson-clkc-utils.h30 #define __MESON_PCLK(_name, _reg, _bit, _ops, _pdata, _flags) \ argument
38 .ops = _ops, \
/linux/include/linux/platform_data/x86/
H A Dint3472.h59 #define INT3472_REGULATOR(_name, _ops, _enable_time, _off_on_delay) \ argument
63 .ops = _ops, \
/linux/drivers/clk/nxp/
H A Dclk-lpc18xx-creg.c38 #define CREG_CLK(_name, _emask, _ops) \ argument
42 .ops = &_ops, \
/linux/net/mac80211/
H A Ddebugfs.c45 static const struct debugfs_short_fops name## _ops = { \
55 debugfs_create_file(#name, 0400, phyd, local, &name## _ops)
58 debugfs_create_file(#name, mode, phyd, local, &name## _ops);
628 static const struct debugfs_short_fops stats_ ##name## _ops = { \
638 debugfs_create_file(#name, 0400, statsd, local, &stats_ ##name## _ops);
/linux/net/wireless/
H A Ddebugfs.c26 static const struct file_operations name## _ops = { \
44 static const struct file_operations name## _ops = { \ in ht_print_chan()
122 debugfs_create_file(#name, 0444, phyd, &rdev->wiphy, &name## _ops)
127 &name## _ops)
/linux/drivers/clk/microchip/
H A Dclk-mpfs-ccc.c188 #define CLK_HW_INIT_PARENTS_DATA_FIXED_SIZE(_name, _parents, _ops, _flags) \ argument
194 .ops = _ops, \

12