Searched refs:_get (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/include/linux/ |
D | klist.h | 27 #define KLIST_INIT(_name, _get, _put) \ argument 30 .get = _get, \ 33 #define DEFINE_KLIST(_name, _get, _put) \ argument 34 struct klist _name = KLIST_INIT(_name, _get, _put)
|
D | ide.h | 832 #define __DEVSET(_flags, _get, _set) { \ argument 834 .get = _get, \ 867 #define __IDE_DEVSET(_name, _flags, _get, _set) \ argument 869 __DEVSET(_flags, _get, _set) 871 #define IDE_DEVSET(_name, _flags, _get, _set) \ argument 872 static __IDE_DEVSET(_name, _flags, _get, _set)
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | item.h | 257 static inline u16 mlxsw_##_type##_##_cname##_##_iname##_get(char *buf) \ 278 mlxsw_##_type##_##_cname##_##_iname##_get(char *buf, unsigned short index) \ 298 static inline u32 mlxsw_##_type##_##_cname##_##_iname##_get(char *buf) \ 319 mlxsw_##_type##_##_cname##_##_iname##_get(char *buf, unsigned short index) \ 339 static inline u64 mlxsw_##_type##_##_cname##_##_iname##_get(char *buf) \ 360 mlxsw_##_type##_##_cname##_##_iname##_get(char *buf, unsigned short index) \ 427 mlxsw_##_type##_##_cname##_##_iname##_get(char *buf, u16 index) \
|
/linux-4.4.14/drivers/pinctrl/mvebu/ |
D | pinctrl-mvebu.h | 122 .mpp_get = _func ## _get, \ 134 .mpp_get = _func ## _get, \
|
/linux-4.4.14/drivers/platform/x86/ |
D | eeepc-laptop.c | 1062 #define EEEPC_SENSOR_SHOW_FUNC(_name, _get) \ argument 1067 return show_sys_hwmon(_get, buf); \ 1078 #define EEEPC_CREATE_SENSOR_ATTR_RW(_name, _get, _set) \ argument 1079 EEEPC_SENSOR_SHOW_FUNC(_name, _get) \ 1083 #define EEEPC_CREATE_SENSOR_ATTR_RO(_name, _get) \ argument 1084 EEEPC_SENSOR_SHOW_FUNC(_name, _get) \
|
/linux-4.4.14/sound/drivers/pcsp/ |
D | pcsp_mixer.c | 118 .get = pcsp_##ctl_type##_get, \
|
/linux-4.4.14/arch/x86/ras/ |
D | mce_amd_inj.c | 72 static int inj_##reg##_get(void *data, u64 *val) \
|
/linux-4.4.14/drivers/hwtracing/intel_th/ |
D | gth.c | 247 .get = gth_ ## _what ## _get, \
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | debug-mmrs.c | 85 static int sysreg_##sr##_get(void *data, u64 *val) \ 100 DEFINE_SIMPLE_ATTRIBUTE(fops_sysreg_##sr, sysreg_##sr##_get, sysreg_##sr##_set, "0x%08llx\n")
|