/Linux-v5.4/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 | ide.h | 873 #define __DEVSET(_flags, _get, _set) { \ argument 875 .get = _get, \ 908 #define __IDE_DEVSET(_name, _flags, _get, _set) \ argument 910 __DEVSET(_flags, _get, _set) 912 #define IDE_DEVSET(_name, _flags, _get, _set) \ argument 913 static __IDE_DEVSET(_name, _flags, _get, _set)
|
D | moduleparam.h | 229 #define module_param_call(name, _set, _get, arg, perm) \ argument 231 { .flags = 0, .set = _set, .get = _get }; \
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | pci_hw.h | 111 static inline u32 mlxsw_pci_cqe_##name##_get(enum mlxsw_pci_cqe_v v, char *cqe) \ 116 return mlxsw_pci_cqe##v0##_##name##_get(cqe); \ 118 return mlxsw_pci_cqe##v1##_##name##_get(cqe); \ 120 return mlxsw_pci_cqe##v2##_##name##_get(cqe); \
|
D | item.h | 273 static inline u8 mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf) \ 294 mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf, unsigned short index)\ 314 static inline u16 mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf) \ 335 mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf, unsigned short index)\ 355 static inline u32 mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf) \ 376 mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf, unsigned short index)\ 396 static inline u64 mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf) \ 417 mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf, unsigned short index)\ 495 mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf, u16 index) \
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxfw/ |
D | mlxfw_mfa2_tlv.h | 49 mlxfw_mfa2_tlv_ ## name ## _get(const struct mlxfw_mfa2_file *mfa2_file, \ 59 mlxfw_mfa2_tlv_ ## name ## _get(const struct mlxfw_mfa2_file *mfa2_file, \
|
/Linux-v5.4/drivers/pinctrl/mvebu/ |
D | pinctrl-mvebu.h | 139 .mpp_get = _func ## _get, \ 151 .mpp_get = _func ## _get, \
|
/Linux-v5.4/include/net/ |
D | devlink.h | 438 #define DEVLINK_PARAM_GENERIC(_id, _cmodes, _get, _set, _validate) \ argument 445 .get = _get, \ 450 #define DEVLINK_PARAM_DRIVER(_id, _name, _type, _cmodes, _get, _set, _validate) \ argument 456 .get = _get, \
|
/Linux-v5.4/drivers/platform/x86/ |
D | eeepc-laptop.c | 1034 #define EEEPC_SENSOR_SHOW_FUNC(_name, _get) \ argument 1039 return show_sys_hwmon(_get, buf); \ 1050 #define EEEPC_CREATE_SENSOR_ATTR_RW(_name, _get, _set) \ argument 1051 EEEPC_SENSOR_SHOW_FUNC(_name, _get) \ 1055 #define EEEPC_CREATE_SENSOR_ATTR_RO(_name, _get) \ argument 1056 EEEPC_SENSOR_SHOW_FUNC(_name, _get) \
|
D | lg-laptop.c | 23 .brightness_get = _name##_get, \
|
/Linux-v5.4/include/linux/iio/ |
D | iio.h | 142 #define IIO_MOUNT_MATRIX(_shared, _get) \ argument 147 .private = (uintptr_t)(_get), \
|
/Linux-v5.4/drivers/i2c/busses/ |
D | i2c-gpio.c | 83 static int fops_##wire##_get(void *data, u64 *val) \ 101 DEFINE_DEBUGFS_ATTRIBUTE(fops_##wire, fops_##wire##_get, fops_##wire##_set, "%llu\n")
|
/Linux-v5.4/sound/drivers/pcsp/ |
D | pcsp_mixer.c | 119 .get = pcsp_##ctl_type##_get, \
|
/Linux-v5.4/arch/x86/kernel/cpu/mce/ |
D | inject.c | 79 static int inj_##reg##_get(void *data, u64 *val) \
|
/Linux-v5.4/drivers/hwtracing/intel_th/ |
D | gth.c | 227 .get = gth_ ## _what ## _get, \
|