| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | tps65090-regulator.c | 185 #define tps65090_REG_DESC(_id, _sname, _en_reg, _en_bits, _nvolt, _volt, _ops) \ argument 188 .supply_name = _sname, \ 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 D | max77620-regulator.c | 660 #define RAIL_SD(_id, _name, _sname, _volt_mask, _min_uV, _max_uV, \ argument 676 .supply_name = _sname, \ 694 #define RAIL_LDO(_id, _name, _sname, _type, _min_uV, _max_uV, _step_uV) \ argument 708 .supply_name = _sname, \
|
| H A D | mt6360-regulator.c | 322 #define MT6360_REGULATOR_DESC(_name, _sname, ereg, emask, vreg, vmask, \ argument 328 .supply_name = #_sname, \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0017_let_st_pointer_dma_function_propagate_MemTxResult.patch | 32 - static inline void st##_sname##_##_end##_dma(AddressSpace *as, \ 39 + static inline MemTxResult st##_sname##_##_end##_dma(AddressSpace *as, \
|
| H A D | 0016_let_ld_pointer_dma_function_take_MemTxAttrs_argument.patch | 119 #define DEFINE_LDST_DMA(_lname, _sname, _bits, _end) \ 130 static inline void st##_sname##_##_end##_dma(AddressSpace *as, \
|
| H A D | 0018_let_ld_pointer_dma_function_propagate_MemTxResult.patch | 136 #define DEFINE_LDST_DMA(_lname, _sname, _bits, _end) \ 154 static inline MemTxResult st##_sname##_##_end##_dma(AddressSpace *as, \
|
| H A D | 0015_let_st_pointer_dma_function_take_MemTxAttrs_argument.patch | 93 static inline void st##_sname##_##_end##_dma(AddressSpace *as, \
|
| H A D | 0006_let_dma_memory_read_write_function_take_MemTxAttrs_argument.patch | 1426 static inline void st##_sname##_##_end##_dma(AddressSpace *as, \
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe.h | 342 #define XGBE_LM_COPY(_dst, _dname, _src, _sname) \ argument 344 (_src)->link_modes._sname, \
|