Home
last modified time | relevance | path

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

12

/Linux-v5.10/include/linux/
Dhwmon-sysfs.h23 #define SENSOR_ATTR_RO(_name, _func, _index) \ argument
24 SENSOR_ATTR(_name, 0444, _func##_show, NULL, _index)
26 #define SENSOR_ATTR_RW(_name, _func, _index) \ argument
27 SENSOR_ATTR(_name, 0644, _func##_show, _func##_store, _index)
29 #define SENSOR_ATTR_WO(_name, _func, _index) \ argument
30 SENSOR_ATTR(_name, 0200, NULL, _func##_store, _index)
36 #define SENSOR_DEVICE_ATTR_RO(_name, _func, _index) \ argument
37 SENSOR_DEVICE_ATTR(_name, 0444, _func##_show, NULL, _index)
39 #define SENSOR_DEVICE_ATTR_RW(_name, _func, _index) \ argument
40 SENSOR_DEVICE_ATTR(_name, 0644, _func##_show, _func##_store, _index)
[all …]
Dstatic_call.h161 #define DEFINE_STATIC_CALL(name, _func) \ argument
162 DECLARE_STATIC_CALL(name, _func); \
164 .func = _func, \
167 ARCH_DEFINE_STATIC_CALL_TRAMP(name, _func)
169 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument
170 DECLARE_STATIC_CALL(name, _func); \
196 #define DEFINE_STATIC_CALL(name, _func) \ argument
197 DECLARE_STATIC_CALL(name, _func); \
199 .func = _func, \
201 ARCH_DEFINE_STATIC_CALL_TRAMP(name, _func)
[all …]
Dworkqueue.h229 #define __INIT_WORK(_work, _func, _onstack) \ argument
237 (_work)->func = (_func); \
240 #define __INIT_WORK(_work, _func, _onstack) \ argument
245 (_work)->func = (_func); \
249 #define INIT_WORK(_work, _func) \ argument
250 __INIT_WORK((_work), (_func), 0)
252 #define INIT_WORK_ONSTACK(_work, _func) \ argument
253 __INIT_WORK((_work), (_func), 1)
255 #define __INIT_DELAYED_WORK(_work, _func, _tflags) \ argument
257 INIT_WORK(&(_work)->work, (_func)); \
[all …]
Dide.h915 #define ide_devset_rw(_name, _func) \ argument
916 IDE_DEVSET(_name, 0, get_##_func, set_##_func)
918 #define ide_devset_w(_name, _func) \ argument
919 IDE_DEVSET(_name, 0, NULL, set_##_func)
921 #define ide_ext_devset_rw(_name, _func) \ argument
922 __IDE_DEVSET(_name, 0, get_##_func, set_##_func)
924 #define ide_ext_devset_rw_sync(_name, _func) \ argument
925 __IDE_DEVSET(_name, DS_SYNC, get_##_func, set_##_func)
Dinterrupt.h639 #define DECLARE_TASKLET_OLD(name, _func) \ argument
642 .func = _func, \
645 #define DECLARE_TASKLET_DISABLED_OLD(name, _func) \ argument
648 .func = _func, \
Dbpf.h654 .func = &_name##_func, \
666 noinline unsigned int bpf_dispatcher_##name##_func( \
674 EXPORT_SYMBOL(bpf_dispatcher_##name##_func); \
678 unsigned int bpf_dispatcher_##name##_func( \
684 #define BPF_DISPATCHER_FUNC(name) bpf_dispatcher_##name##_func
/Linux-v5.10/arch/mips/include/asm/mach-ralink/
Dpinmux.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-v5.10/drivers/pinctrl/mvebu/
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-v5.10/scripts/tracing/
Ddraw_functrace.py36 self._func = func
60 while tree != CallTree.ROOT and tree._func != func:
72 s = "%s----%s (%s)\n" % (branch, self._func, self._time)
74 s = "%s----%s\n" % (branch, self._func)
/Linux-v5.10/net/ieee802154/
Dieee802154.h11 #define IEEE802154_OP(_cmd, _func) \ argument
14 .doit = _func, \
19 #define IEEE802154_DUMP(_cmd, _func, _dump) \ argument
22 .doit = _func, \
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dcore.h93 #define __MLXSW_RXL(_func, _trap_id, _en_action, _is_ctrl, _en_trap_group, \ argument
100 .func = _func, \
113 #define MLXSW_RXL(_func, _trap_id, _en_action, _is_ctrl, _trap_group, \ argument
115 __MLXSW_RXL(_func, _trap_id, _en_action, _is_ctrl, _trap_group, \
118 #define MLXSW_RXL_DIS(_func, _trap_id, _en_action, _is_ctrl, _en_trap_group, \ argument
120 __MLXSW_RXL(_func, _trap_id, _en_action, _is_ctrl, _en_trap_group, \
123 #define MLXSW_RXL_MIRROR(_func, _session_id, _trap_group, _mirror_reason) \ argument
124 __MLXSW_RXL(_func, MIRROR_SESSION##_session_id, TRAP_TO_CPU, false, \
128 #define MLXSW_EVENTL(_func, _trap_id, _trap_group) \ argument
133 .func = _func, \
/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Dodm_interface.h34 #define _cat(_name, _ic_type, _func) _func##_11N(_name) argument
/Linux-v5.10/include/drm/
Ddrm_ioctl.h161 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument
164 .func = _func, \
/Linux-v5.10/drivers/perf/hisilicon/
Dhisi_uncore_pmu.h27 #define HISI_PMU_ATTR(_name, _func, _config) \ argument
29 { __ATTR(_name, 0444, _func, NULL), (void *)_config } \
/Linux-v5.10/include/dt-bindings/pinctrl/
Drzn1-pinctrl.h9 #define RZN1_PINMUX(_gpio, _func) \ argument
10 (((_func) << 8) | (_gpio))
/Linux-v5.10/include/rdma/
Duverbs_ioctl.h365 #define DECLARE_UVERBS_WRITE(_command_num, _func, _cmd_desc, ...) \ argument
370 .func_write = _func, \
376 #define DECLARE_UVERBS_WRITE_EX(_command_num, _func, _cmd_desc, ...) \ argument
381 .func_write = _func, \
417 #define UAPI_DEF_IS_OBJ_SUPPORTED(_func) \ argument
420 .scope = UAPI_SCOPE_OBJECT, .func_is_supported = _func, \
/Linux-v5.10/drivers/gpu/drm/
Ddrm_ioctl.c562 #define DRM_IOCTL_DEF(ioctl, _func, _flags) \ argument
565 .func = _func, \
571 #define DRM_LEGACY_IOCTL_DEF(ioctl, _func, _flags) DRM_IOCTL_DEF(ioctl, _func, _flags) argument
573 #define DRM_LEGACY_IOCTL_DEF(ioctl, _func, _flags) DRM_IOCTL_DEF(ioctl, drm_invalid_op, _flags) argument
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dfunc-close.rst4 .. _func-close:
Dfunc-munmap.rst4 .. _func-munmap:
Dfunc-ioctl.rst4 .. _func-ioctl:
Dfunc-open.rst4 .. _func-open:
Dfunc-write.rst4 .. _func-write:
/Linux-v5.10/drivers/soc/sunxi/
Dsunxi_sram.c44 #define SUNXI_SRAM_MAP(_reg_val, _val, _func) \ argument
46 .func = _func, \
/Linux-v5.10/drivers/soc/qcom/
Dsocinfo.c247 #define QCOM_OPEN(name, _func) \ argument
250 return single_open(file, _func, inode->i_private); \
/Linux-v5.10/fs/ocfs2/dlmfs/
Duserdlm.c93 #define user_log_dlm_error(_func, _stat, _lockres) do { \ argument
95 "resource %.*s\n", _stat, _func, \

12