| /linux/drivers/input/mouse/ |
| H A D | psmouse.h | 164 #define __PSMOUSE_DEFINE_ATTR_VAR(_name, _mode, _data, _show, _set, _protect) \ argument 176 .set = _set, \ 180 #define __PSMOUSE_DEFINE_ATTR(_name, _mode, _data, _show, _set, _protect) \ argument 182 static ssize_t _set(struct psmouse *, void *, const char *, size_t); \ 183 __PSMOUSE_DEFINE_ATTR_VAR(_name, _mode, _data, _show, _set, _protect) 185 #define PSMOUSE_DEFINE_ATTR(_name, _mode, _data, _show, _set) \ argument 186 __PSMOUSE_DEFINE_ATTR(_name, _mode, _data, _show, _set, true) 192 #define PSMOUSE_DEFINE_WO_ATTR(_name, _mode, _data, _set) \ argument 193 static ssize_t _set(struct psmouse *, void *, const char *, size_t); \ 194 __PSMOUSE_DEFINE_ATTR_VAR(_name, _mode, _data, NULL, _set, true)
|
| /linux/tools/power/cpupower/ |
| H A D | cpupower-completion.sh | 55 _set() function 88 set) _set ;; 122 set) _set ;;
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | pci_hw.h | 128 static inline void mlxsw_pci_cqe_##name##_set(enum mlxsw_pci_cqe_v v, \ 134 mlxsw_pci_cqe##v0##_##name##_set(cqe, val); \ 137 mlxsw_pci_cqe##v1##_##name##_set(cqe, val); \ 140 mlxsw_pci_cqe##v2##_##name##_set(cqe, val); \
|
| H A D | item.h | 283 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u8 val) \ 306 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, unsigned short index, \ 326 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u16 val) \ 349 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, unsigned short index, \ 369 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u32 val) \ 428 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, unsigned short index, \ 448 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u64 val) \ 471 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, unsigned short index, \ 550 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u16 index, u8 val) \
|
| /linux/drivers/pinctrl/mvebu/ |
| H A D | pinctrl-mvebu.h | 140 .mpp_set = _func ## _set, \ 152 .mpp_set = _func ## _set, \
|
| /linux/scripts/atomic/fallbacks/ |
| H A D | set_release | 6 raw_${atomic}_set(v, i);
|
| /linux/tools/memory-model/Documentation/ |
| H A D | cheatsheet.txt | 24 atomic*_set() family of operations.
|
| /linux/include/linux/ |
| H A D | moduleparam.h | 308 #define module_param_call(name, _set, _get, arg, perm) \ argument 310 { .flags = 0, .set = _set, .get = _get }; \
|
| /linux/drivers/platform/x86/ |
| H A D | eeepc-laptop.c | 1040 #define EEEPC_SENSOR_STORE_FUNC(_name, _set) \ argument 1045 return store_sys_hwmon(_set, buf, count); \ 1048 #define EEEPC_CREATE_SENSOR_ATTR_RW(_name, _get, _set) \ argument 1050 EEEPC_SENSOR_STORE_FUNC(_name, _set) \
|
| H A D | lg-laptop.c | 30 .brightness_set = _name##_set, \
|
| /linux/arch/mips/include/asm/ |
| H A D | atomic.h | 32 static __always_inline void arch_##pfx##_set(pfx##_t *v, type i) \
|
| /linux/arch/arm64/include/asm/ |
| H A D | kvm_host.h | 912 #define __vcpu_single_flag(_set, _f) _set, (_f), (_f) argument 914 #define __unpack_flag(_set, _f, _m) _f argument
|
| /linux/arch/arm64/kvm/ |
| H A D | arch_timer.c | 710 #define assign_clear_set_bit(_pred, _bit, _clr, _set) \ argument 713 (_set) |= (_bit); \
|
| /linux/sound/soc/codecs/ |
| H A D | peb2466.c | 88 #define PEB2466_CR0_THSEL(_set) ((_set) << 0) argument
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_attr.c | 2897 lpfc_##attr##_set(struct lpfc_hba *phba, uint val) \ 2946 if (lpfc_##attr##_set(phba, val) == 0) \ 3053 lpfc_##attr##_set(struct lpfc_vport *vport, uint val) \ 3099 if (lpfc_##attr##_set(vport, val) == 0) \
|