Home
last modified time | relevance | path

Searched refs:_set (Results 1 – 25 of 25) sorted by relevance

/linux-6.1.9/drivers/soc/mediatek/
Dmtk-pm-domains.h44 #define _BUS_PROT(_mask, _set, _clr, _sta, _update, _ignore) { \ argument
46 .bus_prot_set = _set, \
53 #define BUS_PROT_WR(_mask, _set, _clr, _sta) \ argument
54 _BUS_PROT(_mask, _set, _clr, _sta, false, false)
56 #define BUS_PROT_WR_IGN(_mask, _set, _clr, _sta) \ argument
57 _BUS_PROT(_mask, _set, _clr, _sta, false, true)
59 #define BUS_PROT_UPDATE(_mask, _set, _clr, _sta) \ argument
60 _BUS_PROT(_mask, _set, _clr, _sta, true, false)
/linux-6.1.9/drivers/input/mouse/
Dpsmouse.h162 #define __PSMOUSE_DEFINE_ATTR_VAR(_name, _mode, _data, _show, _set, _protect) \ argument
174 .set = _set, \
178 #define __PSMOUSE_DEFINE_ATTR(_name, _mode, _data, _show, _set, _protect) \ argument
180 static ssize_t _set(struct psmouse *, void *, const char *, size_t); \
181 __PSMOUSE_DEFINE_ATTR_VAR(_name, _mode, _data, _show, _set, _protect)
183 #define PSMOUSE_DEFINE_ATTR(_name, _mode, _data, _show, _set) \ argument
184 __PSMOUSE_DEFINE_ATTR(_name, _mode, _data, _show, _set, true)
190 #define PSMOUSE_DEFINE_WO_ATTR(_name, _mode, _data, _set) \ argument
191 static ssize_t _set(struct psmouse *, void *, const char *, size_t); \
192 __PSMOUSE_DEFINE_ATTR_VAR(_name, _mode, _data, NULL, _set, true)
/linux-6.1.9/tools/power/cpupower/
Dcpupower-completion.sh55 _set() function
88 set) _set ;;
122 set) _set ;;
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dpci_hw.h123 static inline void mlxsw_pci_cqe_##name##_set(enum mlxsw_pci_cqe_v v, \
129 mlxsw_pci_cqe##v0##_##name##_set(cqe, val); \
132 mlxsw_pci_cqe##v1##_##name##_set(cqe, val); \
135 mlxsw_pci_cqe##v2##_##name##_set(cqe, val); \
Ditem.h279 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u8 val) \
302 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, unsigned short index, \
322 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u16 val) \
345 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, unsigned short index, \
365 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u32 val) \
424 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, unsigned short index, \
444 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u64 val) \
467 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, unsigned short index, \
546 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u16 index, u8 val) \
/linux-6.1.9/include/linux/
Dcounter.h502 #define COUNTER_COMP_DEVICE_ENUM(_name, _get, _set, _available) \ argument
507 .device_u32_write = (_set), \
510 #define COUNTER_COMP_COUNT_ENUM(_name, _get, _set, _available) \ argument
515 .count_u32_write = (_set), \
518 #define COUNTER_COMP_SIGNAL_ENUM(_name, _get, _set, _available) \ argument
523 .signal_u32_write = (_set), \
Dmoduleparam.h297 #define module_param_call(name, _set, _get, arg, perm) \ argument
299 { .flags = 0, .set = _set, .get = _get }; \
/linux-6.1.9/lib/
Datomic64_test.c22 atomic##bit##_set(&v, v0); \
46 atomic##bit##_set(&v, v0); \
55 atomic##bit##_set(&v, v0); \
74 atomic##bit##_set(&v, init); \
/linux-6.1.9/drivers/pinctrl/mvebu/
Dpinctrl-mvebu.h140 .mpp_set = _func ## _set, \
152 .mpp_set = _func ## _set, \
/linux-6.1.9/scripts/atomic/fallbacks/
Dset_release9 arch_${atomic}_set(v, i);
/linux-6.1.9/drivers/ufs/host/
Dufs-renesas.c43 #define PARAM_SET(_index, _set) \ argument
44 { .mode = MODE_SET, .index = _index, .u.set = _set }
/linux-6.1.9/tools/memory-model/Documentation/
Dcheatsheet.txt24 atomic*_set() family of operations.
/linux-6.1.9/arch/arm64/include/asm/
Dkvm_host.h433 #define __vcpu_single_flag(_set, _f) _set, (_f), (_f) argument
435 #define __unpack_flag(_set, _f, _m) _f argument
/linux-6.1.9/drivers/i2c/busses/
Di2c-gpio.c92 static int fops_##wire##_set(void *data, u64 val) \
101 DEFINE_DEBUGFS_ATTRIBUTE(fops_##wire, fops_##wire##_get, fops_##wire##_set, "%llu\n")
/linux-6.1.9/drivers/platform/x86/
Deeepc-laptop.c1040 #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) \
Dlg-laptop.c25 .brightness_set = _name##_set, \
/linux-6.1.9/include/net/
Ddevlink.h559 #define DEVLINK_PARAM_GENERIC(_id, _cmodes, _get, _set, _validate) \ argument
567 .set = _set, \
571 #define DEVLINK_PARAM_DRIVER(_id, _name, _type, _cmodes, _get, _set, _validate) \ argument
578 .set = _set, \
/linux-6.1.9/arch/mips/include/asm/
Datomic.h32 static __always_inline void arch_##pfx##_set(pfx##_t *v, type i) \
/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_dfs.c58 static int qla_dfs_rport_##_attr##_set(void *data, u64 val) \
65 qla_dfs_rport_##_attr##_set, "%llu\n")
/linux-6.1.9/drivers/hwmon/
Dacpi_power_meter.c468 #define RW_SENSOR_TEMPLATE(_label, _show, _set, _index) \ argument
472 .set = _set, \
/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dhw.h88 #define REG_RMW(_ah, _reg, _set, _clr) \ argument
89 (_ah)->reg_ops.rmw((_ah), (_reg), (_set), (_clr))
/linux-6.1.9/arch/x86/kernel/cpu/mce/
Dinject.c67 static int inj_##reg##_set(void *data, u64 val) \
/linux-6.1.9/drivers/hwtracing/intel_th/
Dgth.c228 .set = gth_ ## _what ## _set, \
/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_attr.c2579 lpfc_##attr##_set(struct lpfc_hba *phba, uint val) \
2628 if (lpfc_##attr##_set(phba, val) == 0) \
2735 lpfc_##attr##_set(struct lpfc_vport *vport, uint val) \
2781 if (lpfc_##attr##_set(vport, val) == 0) \
/linux-6.1.9/Documentation/core-api/
Ddma-api-howto.rst844 2) Use dma_unmap_{addr,len}_set() to set these values.