Home
last modified time | relevance | path

Searched refs:_func (Results 1 – 25 of 30) sorted by relevance

12

/linux/include/linux/
H A Dhwmon-sysfs.h24 #define SENSOR_ATTR_RO(_name, _func, _index) \ argument
25 SENSOR_ATTR(_name, 0444, _func##_show, NULL, _index)
27 #define SENSOR_ATTR_RW(_name, _func, _index) \ argument
28 SENSOR_ATTR(_name, 0644, _func##_show, _func##_store, _index)
30 #define SENSOR_ATTR_WO(_name, _func, _index) \ argument
31 SENSOR_ATTR(_name, 0200, NULL, _func##_store, _index)
37 #define SENSOR_DEVICE_ATTR_RO(_name, _func, _index) \ argument
38 SENSOR_DEVICE_ATTR(_name, 0444, _func##_show, NULL, _index)
40 #define SENSOR_DEVICE_ATTR_RW(_name, _func, _index) \ argument
41 SENSOR_DEVICE_ATTR(_name, 0644, _func##_show, _func##_store, _index)
[all …]
H A Dstatic_call.h187 #define DEFINE_STATIC_CALL(name, _func) \ argument
188 DECLARE_STATIC_CALL(name, _func); \
190 .func = _func, \
193 ARCH_DEFINE_STATIC_CALL_TRAMP(name, _func)
195 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument
196 DECLARE_STATIC_CALL(name, _func); \
203 #define DEFINE_STATIC_CALL_RET0(name, _func) \ argument
204 DECLARE_STATIC_CALL(name, _func); \
234 #define DEFINE_STATIC_CALL(name, _func) \ argument
235 DECLARE_STATIC_CALL(name, _func); \
[all …]
/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mtmips.h12 #define GRP(_name, _func, _mask, _shift) \ argument
14 .func = _func, .gpio = _mask, \
15 .func_count = ARRAY_SIZE(_func) }
17 #define GRP_G(_name, _func, _mask, _gpio, _shift) \ argument
19 .func = _func, .gpio = _gpio, \
20 .func_count = ARRAY_SIZE(_func) }
/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-mvebu.h133 #define MPP_FUNC_CTRL(_idl, _idh, _name, _func) \ argument
139 .mpp_get = _func ## _get, \
140 .mpp_set = _func ## _set, \
145 #define MPP_FUNC_GPIO_CTRL(_idl, _idh, _name, _func) \ argument
151 .mpp_get = _func ## _get, \
152 .mpp_set = _func ## _set, \
153 .mpp_gpio_req = _func ## _gpio_req, \
154 .mpp_gpio_dir = _func ## _gpio_dir, \
/linux/drivers/pinctrl/cix/
H A Dpinctrl-sky1.h26 #define SKY_PINFUNCTION(_pin, _func) \ argument
29 .func_group = _func##_group, \
30 .nfunc = ARRAY_SIZE(_func##_group), \
/linux/arch/x86/include/asm/
H A Dstatic_call.h70 #define static_call_update_early(name, _func) \ argument
72 typeof(&STATIC_CALL_TRAMP(name)) __F = (_func); \
77 WRITE_ONCE(STATIC_CALL_KEY(name).func, _func); \
/linux/include/drm/
H A Ddrm_ioctl.h151 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument
154 .func = _func, \
/linux/include/dt-bindings/pinctrl/
H A Drzn1-pinctrl.h9 #define RZN1_PINMUX(_gpio, _func) \ argument
10 (((_func) << 8) | (_gpio))
/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.h30 #define HISI_PMU_ATTR(_name, _func, _config) \ argument
32 { __ATTR(_name, 0444, _func, NULL), (void *)_config } \
/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-close.rst4 .. _func-close:
H A Dfunc-munmap.rst4 .. _func-munmap:
H A Dfunc-ioctl.rst4 .. _func-ioctl:
H A Dfunc-write.rst4 .. _func-write:
H A Dfunc-open.rst4 .. _func-open:
H A Dfunc-select.rst4 .. _func-select:
H A Dfunc-poll.rst4 .. _func-poll:
H A Dfunc-mmap.rst4 .. _func-mmap:
H A Dfunc-read.rst4 .. _func-read:
/linux/tools/testing/selftests/bpf/prog_tests/
H A Duser_ringbuf.c666 #define SUCCESS_TEST(_func) { _func, #_func } argument
/linux/fs/ocfs2/dlmfs/
H A Duserdlm.c91 #define user_log_dlm_error(_func, _stat, _lockres) do { \ argument
93 "resource %.*s\n", _stat, _func, \
/linux/drivers/perf/
H A Dalibaba_uncore_drw_pmu.c136 #define ALI_DRW_PMU_ATTR(_name, _func, _config) \ argument
138 { __ATTR(_name, 0444, _func, NULL), (void *)_config } \
H A Darm_spe_pmu.c175 #define SPE_EXT_ATTR_ENTRY(_name, _func, _var) \ argument
177 { __ATTR(_name, S_IRUGO, _func, NULL), (void *)_var } \
/linux/drivers/gpu/drm/
H A Ddrm_ioctl.c623 #define DRM_IOCTL_DEF(ioctl, _func, _flags) \ argument
626 .func = _func, \
/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433-pinctrl.dtsi14 #define PIN(_pin, _func, _pull, _drv) \ argument
17 samsung,pin-function = <EXYNOS_PIN_FUNC_ ##_func>; \
/linux/drivers/pinctrl/
H A Dpinctrl-pistachio.c649 #define MFIO_PIN_GROUP(_pin, _func) \ argument
654 PISTACHIO_FUNCTION_##_func, \

12