Home
last modified time | relevance | path

Searched defs:_flags (Results 1 – 25 of 159) sorted by relevance

1234567

/linux/drivers/clk/sunxi-ng/
H A Dccu_div.h43 #define _SUNXI_CCU_DIV_TABLE_FLAGS(_shift, _width, _table, _flags) \ argument
54 #define _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _off, _max, _flags) \ argument
63 #define _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, _max, _flags) \ argument
66 #define _SUNXI_CCU_DIV_FLAGS(_shift, _width, _flags) \ argument
89 _table, _gate, _flags) \ argument
106 _table, _flags) \ argument
113 _table, _flags) \ argument
132 _gate, _flags) \ argument
151 _gate, _flags) \ argument
168 _gate, _flags) \ argument
[all …]
H A Dccu_gate.h19 #define SUNXI_CCU_GATE(_struct, _name, _parent, _reg, _gate, _flags) \ argument
31 #define SUNXI_CCU_GATE_HW(_struct, _name, _parent, _reg, _gate, _flags) \ argument
43 #define SUNXI_CCU_GATE_FW(_struct, _name, _parent, _reg, _gate, _flags) \ argument
59 #define SUNXI_CCU_GATE_HWS(_struct, _name, _parent, _reg, _gate, _flags) \ argument
72 _gate, _prediv, _flags) \ argument
86 #define SUNXI_CCU_GATE_DATA(_struct, _name, _data, _reg, _gate, _flags) \ argument
100 _gate, _prediv, _flags) \ argument
H A Dccu_mp.h38 _gate, _postdiv, _flags) \ argument
59 _gate, _flags) \ argument
78 _flags) \ argument
89 _gate, _flags) \ argument
108 _flags) \ argument
119 _gate, _flags) \ argument
153 _flags) \ argument
H A Dccu_mux.h51 _flags, _features) \ argument
67 _width, _gate, _flags) \ argument
75 _flags) \ argument
81 _shift, _width, _gate, _flags) \ argument
87 _flags) \ argument
92 _shift, _width, _gate, _flags) \ argument
106 _shift, _width, _flags) \ argument
111 _shift, _width, _gate, _flags) \ argument
H A Dccu_nm.h43 _gate, _lock, _flags) \ argument
66 _gate, _lock, _flags) \ argument
91 _gate, _lock, _flags) \ argument
119 _gate, _lock, _flags, \ argument
149 _gate, _lock, _flags) \ argument
169 _gate, _lock, _flags) \ argument
185 _gate, _lock, _flags) \ argument
/linux/drivers/clk/sprd/
H A Dgate.h32 _sc_offset, _enable_mask, _flags, \ argument
48 _sc_offset, _enable_mask, _flags, \ argument
55 _enable_mask, _flags, _gate_flags, _ops) \ argument
61 _enable_mask, _flags, _gate_flags) \ argument
67 _enable_mask, _flags, _gate_flags) \ argument
73 _enable_mask, _flags, _gate_flags, \ argument
83 _flags, _gate_flags, \ argument
91 _sc_offset, _enable_mask, _flags, \ argument
98 _sc_offset, _enable_mask, _flags, \ argument
105 _enable_mask, _flags, _gate_flags) \ argument
[all …]
H A Dcomposite.h23 _dwidth, _flags, _fn) \ argument
36 _mshift, _mwidth, _dshift, _dwidth, _flags) \ argument
42 _mwidth, _dshift, _dwidth, _flags) \ argument
48 _dwidth, _flags) \ argument
55 _mwidth, _dshift, _dwidth, _flags) \ argument
63 _flags) \ argument
71 _dwidth, _flags) \ argument
H A Dmux.h40 _reg, _shift, _width, _flags, _fn) \ argument
52 _reg, _shift, _width, _flags) \ argument
58 _shift, _width, _flags) \ argument
63 _reg, _shift, _width, _flags) \ argument
69 _shift, _width, _flags) \ argument
H A Ddiv.h41 _shift, _width, _flags, _fn) \ argument
53 _shift, _width, _flags) \ argument
58 _shift, _width, _flags) \ argument
63 _shift, _width, _flags) \ argument
/linux/drivers/clk/actions/
H A Dowl-composite.h38 _mux, _gate, _div, _flags) \ argument
53 _gate, _div, _flags) \ argument
67 _mux, _gate, _factor, _flags) \ argument
82 _gate, _mul, _div, _flags) \ argument
98 _mux, _gate, _flags) \ argument
H A Dowl-gate.h35 _bit_idx, _gate_flags, _flags) \ argument
48 _bit_idx, _gate_flags, _flags) \ argument
/linux/drivers/clk/sophgo/
H A Dclk-cv18xx-ip.h69 #define CV1800_GATE(_name, _parent, _gate_reg, _gate_shift, _flags) \ argument
79 _div_flag, _ops, _flags) \ argument
94 _fix_div, _ops, _flags) \ argument
107 _div_flag, _flags) \ argument
115 _div_flag, _bypass_reg, _bypass_shift, _flags)\ argument
127 _fix_div, _flags) \ argument
136 _flags) \ argument
150 _ops, _flags) \ argument
166 _mux_reg, _mux_shift, _mux_width, _flags) \ argument
177 _bypass_reg, _bypass_shift, _flags) \ argument
[all …]
/linux/include/linux/
H A Dtimer.h56 #define __TIMER_INITIALIZER(_function, _flags) { \ argument
91 #define __init_timer(_timer, _fn, _flags) \ argument
97 #define __init_timer_on_stack(_timer, _fn, _flags) \ argument
104 #define __init_timer(_timer, _fn, _flags) \ argument
106 #define __init_timer_on_stack(_timer, _fn, _flags) \ argument
H A Dslab.h909 #define kmem_buckets_alloc(_b, _size, _flags) \ argument
912 #define kmem_buckets_alloc_track_caller(_b, _size, _flags) \ argument
1022 #define kcalloc_node(_n, _size, _flags, _node) \ argument
1028 #define kmem_cache_zalloc(_k, _flags) kmem_cache_alloc(_k, (_flags)|__GFP_ZERO) argument
1040 #define kzalloc_node(_size, _flags, _node) kmalloc_node(_size, (_flags)|__GFP_ZERO, _node) argument
1047 #define kvmalloc(_size, _flags) kvmalloc_node(_size, _flags, NUMA_NO_NODE) argument
1048 #define kvmalloc_noprof(_size, _flags) kvmalloc_node_noprof(_size, _flags, NUMA_NO_NODE) argument
1049 #define kvzalloc(_size, _flags) kvmalloc(_size, (_flags)|__GFP_ZERO) argument
1051 #define kvzalloc_node(_size, _flags, _node) kvmalloc_node(_size, (_flags)|__GFP_ZERO, _node) argument
1052 #define kmem_buckets_valloc(_b, _size, _flags) \ argument
/linux/drivers/clk/starfive/
H A Dclk-starfive-jh71x0.h32 #define JH71X0_GATE(_idx, _name, _flags, _parent) \ argument
48 #define JH71X0_GDIV(_idx, _name, _flags, _max, _parent) \ argument
64 #define JH71X0__MUX(_idx, _name, _flags, _nparents, ...) \ argument
72 #define JH71X0_GMUX(_idx, _name, _flags, _nparents, ...) \ argument
89 #define JH71X0__GMD(_idx, _name, _flags, _max, _nparents, ...) \ argument
/linux/fs/bcachefs/
H A Dbtree_iter.h592 #define bch2_bkey_get_iter_typed(_trans, _iter, _btree_id, _pos, _flags, _type)\ argument
628 #define bch2_bkey_get_val_typed(_trans, _btree_id, _pos, _flags, _type, _val)\ argument
637 _locks_want, _depth, _flags, _b, _do) \ argument
662 _flags, _b, _do) \ argument
750 _end, _flags, _k, _do) \ argument
770 #define for_each_btree_key_continue(_trans, _iter, _flags, _k, _do) \ argument
774 _start, _end, _flags, _k, _do) \ argument
786 _start, _flags, _k, _do) \ argument
791 _start, _flags, _k, _do) \ argument
842 _start, _end, _flags, _k, _ret) \ argument
[all …]
H A Dbtree_update.h187 #define commit_do(_trans, _disk_res, _journal_seq, _flags, _do) \ argument
191 #define nested_commit_do(_trans, _disk_res, _journal_seq, _flags, _do) \ argument
195 #define bch2_trans_commit_do(_c, _disk_res, _journal_seq, _flags, _do) \ argument
270 #define bch2_bkey_make_mut_typed(_trans, _iter, _k, _flags, _type) \ argument
334 #define bch2_bkey_get_mut_typed(_trans, _iter, _btree_id, _pos, _flags, _type)\ argument
359 #define bch2_bkey_alloc(_trans, _iter, _flags, _type) \ argument
H A Dsubvolume.h50 _end, _subvolid, _flags, _k, _do) \ argument
71 _start, _end, _subvolid, _flags, _k, _do) \ argument
/linux/drivers/clk/mediatek/
H A Dclk-mt7988-infracfg.c128 #define GATE_INFRA0_FLAGS(_id, _name, _parent, _shift, _flags) \ argument
132 #define GATE_INFRA1_FLAGS(_id, _name, _parent, _shift, _flags) \ argument
136 #define GATE_INFRA2_FLAGS(_id, _name, _parent, _shift, _flags) \ argument
140 #define GATE_INFRA3_FLAGS(_id, _name, _parent, _shift, _flags) \ 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
83 _gate, _upd_ofs, _upd, _flags) \ argument
91 _shift, _width, _gate, _upd_ofs, _upd, _flags) \ argument
H A Dclk-mt8183-apmixedsys.c24 #define GATE_APMIXED_FLAGS(_id, _name, _parent, _shift, _flags) \ argument
54 #define PLL_B(_id, _name, _reg, _pwr_reg, _en_mask, _flags, \ argument
81 #define PLL(_id, _name, _reg, _pwr_reg, _en_mask, _flags, \ argument
H A Dclk-mt6797.c430 #define GATE_ICG1_FLAGS(_id, _name, _parent, _shift, _flags) \ argument
437 #define GATE_ICG2_FLAGS(_id, _name, _parent, _shift, _flags) \ argument
599 #define PLL_B(_id, _name, _reg, _pwr_reg, _en_mask, _flags, _pcwbits, \ argument
619 #define PLL(_id, _name, _reg, _pwr_reg, _en_mask, _flags, _pcwbits, \ argument
/linux/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_pm.h101 #define __AMDGPU_DEVICE_ATTR(_name, _mode, _show, _store, _flags, ...) \ argument
107 #define AMDGPU_DEVICE_ATTR(_name, _mode, _flags, ...) \ argument
112 #define AMDGPU_DEVICE_ATTR_RW(_name, _flags, ...) \ argument
116 #define AMDGPU_DEVICE_ATTR_RO(_name, _flags, ...) \ argument
/linux/drivers/net/wireless/st/cw1200/
H A Dmain.c60 #define RATETAB_ENT(_rate, _rateid, _flags) \ argument
101 #define CHAN2G(_channel, _freq, _flags) { \ argument
110 #define CHAN5G(_channel, _flags) { \ argument
/linux/include/linux/gpio/
H A Dmachine.h69 #define GPIO_LOOKUP_SINGLE(_name, _dev_id, _key, _chip_hwnum, _con_id, _flags) \ argument
81 #define GPIO_LOOKUP(_key, _chip_hwnum, _con_id, _flags) \ argument
89 #define GPIO_LOOKUP_IDX(_key, _chip_hwnum, _con_id, _idx, _flags) \ argument

1234567