Searched refs:_get (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| A 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)
|
| A D | counter.h | 502 #define COUNTER_COMP_DEVICE_ENUM(_name, _get, _set, _available) \ argument 506 .device_u32_read = (_get), \ 510 #define COUNTER_COMP_COUNT_ENUM(_name, _get, _set, _available) \ argument 514 .count_u32_read = (_get), \ 518 #define COUNTER_COMP_SIGNAL_ENUM(_name, _get, _set, _available) \ argument 522 .signal_u32_read = (_get), \
|
| A D | moduleparam.h | 305 #define module_param_call(name, _set, _get, arg, perm) \ argument 307 { .flags = 0, .set = _set, .get = _get }; \
|
| /include/linux/iio/ |
| A D | iio.h | 147 #define IIO_MOUNT_MATRIX(_shared, _get) \ argument 152 .private = (uintptr_t)(_get), \
|
| /include/net/ |
| A D | devlink.h | 597 #define DEVLINK_PARAM_GENERIC(_id, _cmodes, _get, _set, _validate) \ argument 604 .get = _get, \ 609 #define DEVLINK_PARAM_DRIVER(_id, _name, _type, _cmodes, _get, _set, _validate) \ argument 615 .get = _get, \
|
Completed in 19 milliseconds