Searched refs:_set (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/lib/ |
D | atomic64_test.c | 26 atomic##bit##_set(&v, v0); \ 50 atomic##bit##_set(&v, v0); \ 59 atomic##bit##_set(&v, v0); \ 78 atomic##bit##_set(&v, init); \
|
/linux-4.19.296/include/net/ |
D | devlink.h | 383 #define DEVLINK_PARAM_GENERIC(_id, _cmodes, _get, _set, _validate) \ argument 391 .set = _set, \ 395 #define DEVLINK_PARAM_DRIVER(_id, _name, _type, _cmodes, _get, _set, _validate) \ argument 402 .set = _set, \
|
/linux-4.19.296/include/linux/ |
D | ide.h | 863 #define __DEVSET(_flags, _get, _set) { \ argument 866 .set = _set, \ 898 #define __IDE_DEVSET(_name, _flags, _get, _set) \ argument 900 __DEVSET(_flags, _get, _set) 902 #define IDE_DEVSET(_name, _flags, _get, _set) \ argument 903 static __IDE_DEVSET(_name, _flags, _get, _set)
|
D | moduleparam.h | 231 #define module_param_call(name, _set, _get, arg, perm) \ argument 233 { .flags = 0, .set = _set, .get = _get }; \
|
/linux-4.19.296/drivers/i2c/busses/ |
D | i2c-gpio.c | 90 static int fops_##wire##_set(void *data, u64 val) \ 99 DEFINE_DEBUGFS_ATTRIBUTE(fops_##wire, fops_##wire##_get, fops_##wire##_set, "%llu\n")
|
/linux-4.19.296/include/asm-generic/ |
D | atomic-long.h | 57 ATOMIC_LONG_PFX(_set##mo)(v, i); \ in ATOMIC_LONG_READ_OP()
|