Searched refs:_get (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | klist.h | 25 #define KLIST_INIT(_name, _get, _put) \ argument 28 .get = _get, \ 31 #define DEFINE_KLIST(_name, _get, _put) \ argument 32 struct klist _name = KLIST_INIT(_name, _get, _put)
|
D | counter.h | 501 #define COUNTER_COMP_DEVICE_ENUM(_name, _get, _set, _available) \ argument 505 .device_u32_read = (_get), \ 509 #define COUNTER_COMP_COUNT_ENUM(_name, _get, _set, _available) \ argument 513 .count_u32_read = (_get), \ 517 #define COUNTER_COMP_SIGNAL_ENUM(_name, _get, _set, _available) \ argument 521 .signal_u32_read = (_get), \
|
D | moduleparam.h | 297 #define module_param_call(name, _set, _get, arg, perm) \ argument 299 { .flags = 0, .set = _set, .get = _get }; \
|
/include/linux/iio/ |
D | iio.h | 144 #define IIO_MOUNT_MATRIX(_shared, _get) \ argument 149 .private = (uintptr_t)(_get), \
|
/include/net/ |
D | devlink.h | 578 #define DEVLINK_PARAM_GENERIC(_id, _cmodes, _get, _set, _validate) \ argument 585 .get = _get, \ 590 #define DEVLINK_PARAM_DRIVER(_id, _name, _type, _cmodes, _get, _set, _validate) \ argument 596 .get = _get, \
|