Home
last modified time | relevance | path

Searched refs:_get (Results 1 – 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dklist.h25 #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)
Dide.h873 #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)
Dmoduleparam.h297 #define module_param_call(name, _set, _get, arg, perm) \ argument
299 { .flags = 0, .set = _set, .get = _get }; \
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dpci_hw.h114 static inline u32 mlxsw_pci_cqe_##name##_get(enum mlxsw_pci_cqe_v v, char *cqe) \
119 return mlxsw_pci_cqe##v0##_##name##_get(cqe); \
121 return mlxsw_pci_cqe##v1##_##name##_get(cqe); \
123 return mlxsw_pci_cqe##v2##_##name##_get(cqe); \
Ditem.h273 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) \
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxfw/
Dmlxfw_mfa2_tlv.h49 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, \
/kernel/linux/linux-5.10/drivers/pinctrl/mvebu/
Dpinctrl-mvebu.h139 .mpp_get = _func ## _get, \
151 .mpp_get = _func ## _get, \
/kernel/linux/linux-5.10/drivers/dma/ti/
Dk3-udma-private.c84 struct udma_##res *xudma_##res##_get(struct udma_dev *ud, int id) \
88 EXPORT_SYMBOL(xudma_##res##_get); \
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dqla_dfs.c53 static int qla_dfs_rport_##_attr##_get(void *data, u64 *val) \
64 qla_dfs_rport_##_attr##_get, \
74 static int qla_dfs_rport_field_##_attr##_get(void *data, u64 *val) \
81 qla_dfs_rport_field_##_attr##_get, \
/kernel/linux/linux-5.10/drivers/platform/x86/
Deeepc-laptop.c1032 #define EEEPC_SENSOR_SHOW_FUNC(_name, _get) \ argument
1037 return show_sys_hwmon(_get, buf); \
1048 #define EEEPC_CREATE_SENSOR_ATTR_RW(_name, _get, _set) \ argument
1049 EEEPC_SENSOR_SHOW_FUNC(_name, _get) \
1053 #define EEEPC_CREATE_SENSOR_ATTR_RO(_name, _get) \ argument
1054 EEEPC_SENSOR_SHOW_FUNC(_name, _get) \
Dlg-laptop.c23 .brightness_get = _name##_get, \
/kernel/linux/linux-5.10/include/linux/iio/
Diio.h142 #define IIO_MOUNT_MATRIX(_shared, _get) \ argument
147 .private = (uintptr_t)(_get), \
/kernel/linux/linux-5.10/drivers/i2c/busses/
Di2c-gpio.c83 static int fops_##wire##_get(void *data, u64 *val) \
101 DEFINE_DEBUGFS_ATTRIBUTE(fops_##wire, fops_##wire##_get, fops_##wire##_set, "%llu\n")
/kernel/linux/linux-5.10/sound/drivers/pcsp/
Dpcsp_mixer.c119 .get = pcsp_##ctl_type##_get, \
/kernel/linux/linux-5.10/include/net/
Ddevlink.h513 #define DEVLINK_PARAM_GENERIC(_id, _cmodes, _get, _set, _validate) \ argument
520 .get = _get, \
525 #define DEVLINK_PARAM_DRIVER(_id, _name, _type, _cmodes, _get, _set, _validate) \ argument
531 .get = _get, \
/kernel/linux/linux-5.10/fs/hmdfs/authority/
Dconfig.c211 static int hmdfs_##_attr_##_get(const char *bname) \
/kernel/linux/linux-5.10/fs/sharefs/
Dconfig.c208 static int sharefs_##_attr_##_get(const char *bname) \
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
Dinject.c79 static int inj_##reg##_get(void *data, u64 *val) \
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/
Dgth.c227 .get = gth_ ## _what ## _get, \