/linux/drivers/clk/sprd/ |
H A D | gate.h | 32 _sc_offset, _enable_mask, _flags, \ argument 43 _ops, _flags), \ 48 _sc_offset, _enable_mask, _flags, \ argument 51 _sc_offset, _enable_mask, _flags, \ 55 _enable_mask, _flags, _gate_flags, _ops) \ argument 57 _sc_offset, _enable_mask, _flags, \ 61 _enable_mask, _flags, _gate_flags) \ argument 63 _enable_mask, _flags, _gate_flags, \ 67 _enable_mask, _flags, _gate_flags) \ argument 69 _enable_mask, _flags, _gate_flags, \ [all …]
|
H A D | composite.h | 23 _dwidth, _flags, _fn) \ argument 31 &sprd_comp_ops, _flags), \ 36 _mshift, _mwidth, _dshift, _dwidth, _flags) \ argument 39 _dwidth, _flags, CLK_HW_INIT_PARENTS) 42 _mwidth, _dshift, _dwidth, _flags) \ argument 44 _mshift, _mwidth, _dshift, _dwidth, _flags) 48 _dwidth, _flags) \ argument 51 _dwidth, _flags, \ 55 _mwidth, _dshift, _dwidth, _flags) \ argument 58 _flags) [all …]
|
H A D | mux.h | 40 _reg, _shift, _width, _flags, _fn) \ argument 47 &sprd_mux_ops, _flags), \ 52 _reg, _shift, _width, _flags) \ argument 54 _reg, _shift, _width, _flags, \ 58 _shift, _width, _flags) \ argument 60 _reg, _shift, _width, _flags) 63 _reg, _shift, _width, _flags) \ argument 65 _reg, _shift, _width, _flags, \ 69 _shift, _width, _flags) \ argument 71 _reg, _shift, _width, _flags)
|
H A D | div.h | 41 _shift, _width, _flags, _fn) \ argument 48 &sprd_div_ops, _flags), \ 53 _shift, _width, _flags) \ argument 55 _shift, _width, _flags, CLK_HW_INIT) 58 _shift, _width, _flags) \ argument 60 _shift, _width, _flags, CLK_HW_INIT_FW_NAME) 63 _shift, _width, _flags) \ argument 65 _shift, _width, _flags, CLK_HW_INIT_HW)
|
/linux/drivers/clk/sunxi-ng/ |
H A D | ccu_div.h | 43 #define _SUNXI_CCU_DIV_TABLE_FLAGS(_shift, _width, _table, _flags) \ argument 47 .flags = _flags, \ 54 #define _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _off, _max, _flags) \ argument 58 .flags = _flags, \ 63 #define _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, _max, _flags) \ argument 64 _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, 1, _max, _flags) 66 #define _SUNXI_CCU_DIV_FLAGS(_shift, _width, _flags) \ argument 67 _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, 0, _flags) 89 _table, _gate, _flags) \ argument 99 _flags), \ [all …]
|
H A D | ccu_gate.h | 19 #define SUNXI_CCU_GATE(_struct, _name, _parent, _reg, _gate, _flags) \ argument 27 _flags), \ 31 #define SUNXI_CCU_GATE_HW(_struct, _name, _parent, _reg, _gate, _flags) \ argument 39 _flags), \ 43 #define SUNXI_CCU_GATE_FW(_struct, _name, _parent, _reg, _gate, _flags) \ argument 51 _flags), \ 59 #define SUNXI_CCU_GATE_HWS(_struct, _name, _parent, _reg, _gate, _flags) \ argument 67 _flags), \ 72 _gate, _prediv, _flags) \ argument 82 _flags), \ [all …]
|
H A D | ccu_mux.h | 51 _flags, _features) \ argument 60 _flags), \ 67 _width, _gate, _flags) \ argument 70 _width, _gate, _flags, \ 75 _flags) \ argument 78 _width, _gate, _flags, 0) 81 _shift, _width, _gate, _flags) \ argument 84 _flags) 87 _flags) \ argument 89 _reg, _shift, _width, 0, _flags) [all …]
|
H A D | ccu_mp.h | 38 _gate, _postdiv, _flags) \ argument 51 _flags), \ 59 _gate, _flags) \ argument 70 _flags), \ 78 _flags) \ argument 83 0, _flags) 89 _gate, _flags) \ argument 100 _flags), \ 108 _flags) \ argument 113 0, _flags) [all …]
|
H A D | ccu_nm.h | 43 _gate, _lock, _flags) \ argument 57 _flags), \ 66 _gate, _lock, _flags) \ argument 81 _flags), \ 91 _gate, _lock, _flags) \ argument 107 _flags), \ 119 _gate, _lock, _flags, \ argument 137 _flags), \ 149 _gate, _lock, _flags) \ argument 158 _gate, _lock, _flags, \ [all …]
|
/linux/drivers/clk/sophgo/ |
H A D | clk-cv18xx-ip.h | 69 #define CV1800_GATE(_name, _parent, _gate_reg, _gate_shift, _flags) \ argument 73 _flags), \ 79 _div_flag, _ops, _flags) \ argument 82 _ops, _flags), \ 94 _fix_div, _ops, _flags) \ argument 97 _ops, _flags), \ 107 _div_flag, _flags) \ argument 111 _div_flag, &cv1800_clk_div_ops, _flags) 115 _div_flag, _bypass_reg, _bypass_shift, _flags)\ argument 122 _flags), \ [all …]
|
/linux/drivers/clk/actions/ |
H A D | owl-composite.h | 38 _mux, _gate, _div, _flags) \ argument 48 _flags), \ 53 _gate, _div, _flags) \ argument 62 _flags), \ 67 _mux, _gate, _factor, _flags) \ argument 77 _flags), \ 82 _gate, _mul, _div, _flags) \ argument 93 _flags), \ 98 _mux, _gate, _flags) \ argument 107 _flags), \
|
H A D | owl-pll.h | 56 _shift, _width, _min_mul, _max_mul, _table, _flags) \ argument 66 _flags), \ 71 _shift, _width, _min_mul, _max_mul, _table, _flags) \ argument 80 _flags), \ 86 _flags) \ argument 95 _flags), \
|
/linux/drivers/clk/starfive/ |
H A D | clk-starfive-jh71x0.h | 32 #define JH71X0_GATE(_idx, _name, _flags, _parent) \ argument 35 .flags = CLK_SET_RATE_PARENT | (_flags), \ 48 #define JH71X0_GDIV(_idx, _name, _flags, _max, _parent) \ argument 51 .flags = _flags, \ 64 #define JH71X0__MUX(_idx, _name, _flags, _nparents, ...) \ argument 67 .flags = _flags, \ 72 #define JH71X0_GMUX(_idx, _name, _flags, _nparents, ...) \ argument 75 .flags = _flags, \ 89 #define JH71X0__GMD(_idx, _name, _flags, _max, _nparents, ...) \ argument 92 .flags = _flags, \
|
/linux/drivers/gpu/drm/amd/pm/inc/ |
H A D | amdgpu_pm.h | 101 #define __AMDGPU_DEVICE_ATTR(_name, _mode, _show, _store, _flags, ...) \ argument 104 .flags = _flags, \ 107 #define AMDGPU_DEVICE_ATTR(_name, _mode, _flags, ...) \ argument 110 _flags, ##__VA_ARGS__) 112 #define AMDGPU_DEVICE_ATTR_RW(_name, _flags, ...) \ argument 114 _flags, ##__VA_ARGS__) 116 #define AMDGPU_DEVICE_ATTR_RO(_name, _flags, ...) \ argument 119 _flags, ##__VA_ARGS__)
|
/linux/include/linux/ |
H A D | timer.h | 56 #define __TIMER_INITIALIZER(_function, _flags) { \ argument 59 .flags = (_flags), \ 91 #define __init_timer(_timer, _fn, _flags) \ argument 94 init_timer_key((_timer), (_fn), (_flags), #_timer, &__key);\ 97 #define __init_timer_on_stack(_timer, _fn, _flags) \ argument 100 init_timer_on_stack_key((_timer), (_fn), (_flags), \ 104 #define __init_timer(_timer, _fn, _flags) \ argument 105 init_timer_key((_timer), (_fn), (_flags), NULL, NULL) 106 #define __init_timer_on_stack(_timer, _fn, _flags) \ argument 107 init_timer_on_stack_key((_timer), (_fn), (_flags), NULL, NULL)
|
H A D | slab.h | 886 #define kmem_buckets_alloc(_b, _size, _flags) \ argument 887 alloc_hooks(__kmalloc_node_noprof(PASS_BUCKET_PARAMS(_size, _b), _flags, NUMA_NO_NODE)) 889 #define kmem_buckets_alloc_track_caller(_b, _size, _flags) \ argument 890 …alloc_hooks(__kmalloc_node_track_caller_noprof(PASS_BUCKET_PARAMS(_size, _b), _flags, NUMA_NO_NODE… 999 #define kcalloc_node(_n, _size, _flags, _node) \ argument 1000 kmalloc_array_node(_n, _size, (_flags) | __GFP_ZERO, _node) 1005 #define kmem_cache_zalloc(_k, _flags) kmem_cache_alloc(_k, (_flags)|__GFP_ZERO) argument 1017 #define kzalloc_node(_size, _flags, _node) kmalloc_node(_size, (_flags)|__GFP_ZERO, _node) argument 1024 #define kvmalloc(_size, _flags) kvmalloc_node(_size, _flags, NUMA_NO_NODE) argument 1025 #define kvmalloc_noprof(_size, _flags) kvmalloc_node_noprof(_size, _flags, NUMA_NO_NODE) argument [all …]
|
H A D | irqflags.h | 91 # define lockdep_irq_work_enter(_flags) \ argument 93 if (!((_flags) & IRQ_WORK_HARD_IRQ)) \ 96 # define lockdep_irq_work_exit(_flags) \ argument 98 if (!((_flags) & IRQ_WORK_HARD_IRQ)) \ 249 unsigned long _flags; \ 250 raw_local_save_flags(_flags); \ 251 raw_irqs_disabled_flags(_flags); \
|
H A D | sh_clk.h | 117 #define SH_CLK_MSTP(_parent, _enable_reg, _enable_bit, _status_reg, _flags) \ argument 123 .flags = _flags, \ 151 #define SH_CLK_DIV4(_parent, _reg, _shift, _div_bitmap, _flags) \ argument 158 .flags = _flags, \ 175 #define SH_CLK_DIV6_EXT(_reg, _flags, _parents, \ argument 180 .flags = _flags | CLK_MASK_DIV_ON_DISABLE, \ 188 #define SH_CLK_DIV6(_parent, _reg, _flags) \ argument 194 .flags = _flags | CLK_MASK_DIV_ON_DISABLE, \
|
/linux/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_hci.h | 39 #define FUN_ADMIN_REQ_COMMON_INIT(_op, _len8, _flags, _suboff8, _cid) \ argument 41 .op = (_op), .len8 = (_len8), .flags = cpu_to_be16(_flags), \ 157 #define FUN_ADMIN_SIMPLE_SUBOP_INIT(_subop, _flags, _data) \ argument 159 .subop = (_subop), .flags = cpu_to_be16(_flags), \ 254 _subop, _flags, _id, _epsqid, _entry_size_log2, _nentries, _address, \ argument 259 .subop = (_subop), .flags = cpu_to_be16(_flags), \ 274 #define FUN_ADMIN_EPCQ_MODIFY_REQ_INIT(_subop, _flags, _id, _headroom) \ argument 276 .subop = (_subop), .flags = cpu_to_be16(_flags), \ 329 _subop, _flags, _id, _epcqid, _entry_size_log2, _nentries, _address, \ argument 334 .subop = (_subop), .flags = cpu_to_be16(_flags), \ [all …]
|
/linux/drivers/clk/mediatek/ |
H A D | clk-mux.h | 44 _upd, _flags, _ops) { \ argument 58 .flags = _flags, \ 64 _gate, _upd_ofs, _upd, _flags, _ops) \ argument 68 _gate, _upd_ofs, _upd, _flags, _ops) \ 72 _width, _gate, _upd_ofs, _upd, _flags, _ops) \ argument 76 _gate, _upd_ofs, _upd, _flags, _ops) \ 83 _gate, _upd_ofs, _upd, _flags) \ argument 86 _gate, _upd_ofs, _upd, _flags, \ 91 _shift, _width, _gate, _upd_ofs, _upd, _flags) \ argument 94 _shift, _width, _gate, _upd_ofs, _upd, _flags, \
|
H A D | clk-mt7988-infracfg.c | 128 #define GATE_INFRA0_FLAGS(_id, _name, _parent, _shift, _flags) \ argument 130 _flags) 132 #define GATE_INFRA1_FLAGS(_id, _name, _parent, _shift, _flags) \ argument 134 _flags) 136 #define GATE_INFRA2_FLAGS(_id, _name, _parent, _shift, _flags) \ argument 138 _flags) 140 #define GATE_INFRA3_FLAGS(_id, _name, _parent, _shift, _flags) \ argument 142 _flags)
|
/linux/fs/bcachefs/ |
H A D | btree_iter.h | 592 #define bch2_bkey_get_iter_typed(_trans, _iter, _btree_id, _pos, _flags, _type)\ argument 594 _btree_id, _pos, _flags, KEY_TYPE_##_type)) 628 #define bch2_bkey_get_val_typed(_trans, _btree_id, _pos, _flags, _type, _val)\ argument 629 __bch2_bkey_get_val_typed(_trans, _btree_id, _pos, _flags, \ 637 _locks_want, _depth, _flags, _b, _do) \ argument 643 _start, _locks_want, _depth, _flags); \ 662 _flags, _b, _do) \ argument 664 0, 0, _flags, _b, _do) 750 _end, _flags, _k, _do) \ argument 758 _end, (_flags)); \ [all …]
|
H A D | btree_update.h | 187 #define commit_do(_trans, _disk_res, _journal_seq, _flags, _do) \ argument 189 (_journal_seq), (_flags))) 191 #define nested_commit_do(_trans, _disk_res, _journal_seq, _flags, _do) \ argument 193 (_journal_seq), (_flags))) 195 #define bch2_trans_commit_do(_c, _disk_res, _journal_seq, _flags, _do) \ argument 196 bch2_trans_run(_c, commit_do(trans, _disk_res, _journal_seq, _flags, _do)) 270 #define bch2_bkey_make_mut_typed(_trans, _iter, _k, _flags, _type) \ argument 271 bkey_i_to_##_type(__bch2_bkey_make_mut(_trans, _iter, _k, _flags,\ 334 #define bch2_bkey_get_mut_typed(_trans, _iter, _btree_id, _pos, _flags, _type)\ argument 336 _btree_id, _pos, _flags, \ [all …]
|
H A D | subvolume.h | 50 _end, _subvolid, _flags, _k, _do) \ argument 58 _end, _subvolid, (_flags)); \ 71 _start, _end, _subvolid, _flags, _k, _do) \ argument 75 (_start), (_flags)); \ 78 _end, _subvolid, _flags, _k, _do); \
|
/linux/include/linux/gpio/ |
H A D | machine.h | 69 #define GPIO_LOOKUP_SINGLE(_name, _dev_id, _key, _chip_hwnum, _con_id, _flags) \ argument 73 GPIO_LOOKUP(_key, _chip_hwnum, _con_id, _flags), \ 81 #define GPIO_LOOKUP(_key, _chip_hwnum, _con_id, _flags) \ argument 82 GPIO_LOOKUP_IDX(_key, _chip_hwnum, _con_id, 0, _flags) 89 #define GPIO_LOOKUP_IDX(_key, _chip_hwnum, _con_id, _idx, _flags) \ argument 95 .flags = _flags, \
|