Searched refs:_chip (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/regulator/ |
| H A D | pfuze100-regulator.c | 220 #define PFUZE100_FIXED_REG(_chip, _name, base, voltage) \ argument 221 [_chip ## _ ## _name] = { \ 227 .id = _chip ## _ ## _name, \ 235 #define PFUZE100_SW_REG(_chip, _name, base, min, max, step) \ argument 236 [_chip ## _ ## _name] = { \ 242 .id = _chip ## _ ## _name, \ 256 #define PFUZE100_SWB_REG(_chip, _name, base, mask, voltages) \ argument 257 [_chip ## _ ## _name] = { \ 263 .id = _chip ## _ ## _name, \ 273 #define PFUZE100_VGEN_REG(_chip, _name, base, min, max, step) \ argument [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-dbg-g-register.rst | 136 .. _chip-match-types:
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | fw.c | 819 #define __CFG_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat) \ argument 821 .chip_id = _chip, \ 827 #define __S_DIS_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat) \ argument 829 .chip_id = _chip, \ 837 #define __G_DIS_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _grp) \ argument 839 .chip_id = _chip, \ 848 #define __DIS_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat, _type) \ argument 849 __##_type##_DIS_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat)
|