Home
last modified time | relevance | path

Searched defs:_ops (Results 1 – 25 of 43) sorted by relevance

12

/linux/drivers/clk/sprd/
H A Dgate.h33 _gate_flags, _udelay, _ops, _fn) \ argument
49 _gate_flags, _udelay, _ops) \ argument
55 _enable_mask, _flags, _gate_flags, _ops) \ argument
84 _udelay, _ops) \ argument
92 _gate_flags, _ops) \ argument
121 _gate_flags, _udelay, _ops) \ argument
129 _gate_flags, _ops) \ argument
/linux/drivers/regulator/
H A Dmc13xxx.h55 #define MC13xxx_DEFINE(prefix, _name, _node, _reg, _vsel_reg, _voltages, _ops) \ argument
73 #define MC13xxx_FIXED_DEFINE(prefix, _name, _node, _reg, _voltages, _ops) \ argument
88 #define MC13xxx_GPO_DEFINE(prefix, _name, _node, _reg, _voltages, _ops) \ argument
H A Dmax77541-regulator.c55 #define MAX77540_BUCK(_id, _ops) \ argument
74 #define MAX77541_BUCK(_id, _ops) \ argument
H A Dtps65090-regulator.c185 #define tps65090_REG_DESC(_id, _sname, _en_reg, _en_bits, _nvolt, _volt, _ops) \ argument
200 #define tps65090_REG_FIXEDV(_id, _sname, en_reg, _en_bits, _volt, _ops) \ argument
203 #define tps65090_REG_SWITCH(_id, _sname, en_reg, _en_bits, _ops) \ argument
H A Dtps65912-regulator.c22 #define TPS65912_REGULATOR(_name, _id, _of_match, _ops, _vr, _er, _lr) \ argument
H A Dtps68470-regulator.c32 #define TPS68470_REGULATOR(_name, _id, _ops, _n, \ argument
H A Dlp873x-regulator.c15 #define LP873X_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, _er, _em, \ argument
H A Dlp87565-regulator.c26 #define LP87565_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, \ argument
H A Dtps6586x-regulator.c109 #define TPS6586X_REGULATOR(_id, _ops, _pin_name, vdata, vreg, shift, nbits, \ argument
132 #define TPS6586X_REGULATOR_LINEAR(_id, _ops, _pin_name, n_volt, min_uv, \ argument
H A Dmax8998.c479 #define MAX8998_LINEAR_REG(_name, _ops, _min, _step, _max) \ argument
491 #define MAX8998_CURRENT_REG(_name, _ops, _table, _reg, _mask) \ argument
H A Dtps65217-regulator.c22 #define TPS65217_REGULATOR(_name, _id, _of_match, _ops, _n, _vr, _vm, _em, \ argument
H A Dmpq7920.c54 #define MPQ7920LDO(_name, _id, _ops, _ilim, _ilim_sz, _creg, _cmask) \ argument
H A Dtps65218-regulator.c23 #define TPS65218_REGULATOR(_name, _of, _id, _type, _ops, _n, _vr, _vm, _er, \ argument
H A Dtps65219-regulator.c92 #define TPS65219_REGULATOR(_name, _of, _id, _type, _ops, _n, _vr, _vm, _er, \ argument
H A Dmax8997-regulator.c821 #define MAX8997_VOLTAGE_REGULATOR(_name, _ops) {\ argument
829 #define MAX8997_CURRENT_REGULATOR(_name, _ops) {\ argument
/linux/drivers/clk/mediatek/
H A Dclk-gate.h40 _ops, _flags) { \ argument
50 #define GATE_MTK(_id, _name, _parent, _regs, _shift, _ops) \ argument
H A Dclk-mux.h44 _upd, _flags, _ops) { \ argument
64 _gate, _upd_ofs, _upd, _flags, _ops) \ argument
72 _width, _gate, _upd_ofs, _upd, _flags, _ops) \ argument
/linux/arch/sh/include/asm/
H A Dsmp.h72 #define CPU_METHOD_OF_DECLARE(name, _method, _ops) \ argument
/linux/arch/arm/include/asm/
H A Dcpuidle.h45 #define CPUIDLE_METHOD_OF_DECLARE(name, _method, _ops) \ argument
H A Dsmp.h109 #define CPU_METHOD_OF_DECLARE(name, _method, _ops) \ argument
/linux/drivers/clk/sophgo/
H A Dclk-cv18xx-ip.h79 _div_flag, _ops, _flags) \ argument
94 _fix_div, _ops, _flags) \ argument
150 _ops, _flags) \ argument
/linux/include/linux/
H A Dclk-provider.h1469 #define CLK_HW_INIT(_name, _parent, _ops, _flags) \ argument
1478 #define CLK_HW_INIT_HW(_name, _parent, _ops, _flags) \ argument
1492 #define CLK_HW_INIT_HWS(_name, _parent, _ops, _flags) \ argument
1501 #define CLK_HW_INIT_FW_NAME(_name, _parent, _ops, _flags) \ argument
1512 #define CLK_HW_INIT_PARENTS(_name, _parents, _ops, _flags) \ argument
1521 #define CLK_HW_INIT_PARENTS_HW(_name, _parents, _ops, _flags) \ argument
1530 #define CLK_HW_INIT_PARENTS_DATA(_name, _parents, _ops, _flags) \ argument
1539 #define CLK_HW_INIT_NO_PARENT(_name, _ops, _flags) \ argument
/linux/drivers/clk/meson/
H A Dclk-regmap.h117 #define __MESON_PCLK(_name, _reg, _bit, _ops, _pname) \ argument
/linux/drivers/clk/nxp/
H A Dclk-lpc18xx-creg.c38 #define CREG_CLK(_name, _emask, _ops) \ argument
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c39 #define list_last_op(_ops) list_last_entry(_ops, struct bind_job_op, entry) argument
41 #define list_for_each_op(_op, _ops) list_for_each_entry(_op, _ops, entry) argument
42 #define list_for_each_op_from_reverse(_op, _ops) \ argument
44 #define list_for_each_op_safe(_op, _n, _ops) list_for_each_entry_safe(_op, _n, _ops, entry) argument

12