/Linux-v5.10/include/linux/ |
D | hwmon-sysfs.h | 23 #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 …]
|
D | static_call.h | 161 #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 …]
|
D | workqueue.h | 229 #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 …]
|
D | ide.h | 915 #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)
|
D | interrupt.h | 639 #define DECLARE_TASKLET_OLD(name, _func) \ argument 642 .func = _func, \ 645 #define DECLARE_TASKLET_DISABLED_OLD(name, _func) \ argument 648 .func = _func, \
|
D | bpf.h | 654 .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/ |
D | pinmux.h | 12 #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/ |
D | pinctrl-mvebu.h | 133 #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/ |
D | draw_functrace.py | 36 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/ |
D | ieee802154.h | 11 #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/ |
D | core.h | 93 #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/ |
D | odm_interface.h | 34 #define _cat(_name, _ic_type, _func) _func##_11N(_name) argument
|
/Linux-v5.10/include/drm/ |
D | drm_ioctl.h | 161 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument 164 .func = _func, \
|
/Linux-v5.10/drivers/perf/hisilicon/ |
D | hisi_uncore_pmu.h | 27 #define HISI_PMU_ATTR(_name, _func, _config) \ argument 29 { __ATTR(_name, 0444, _func, NULL), (void *)_config } \
|
/Linux-v5.10/include/dt-bindings/pinctrl/ |
D | rzn1-pinctrl.h | 9 #define RZN1_PINMUX(_gpio, _func) \ argument 10 (((_func) << 8) | (_gpio))
|
/Linux-v5.10/include/rdma/ |
D | uverbs_ioctl.h | 365 #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/ |
D | drm_ioctl.c | 562 #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/ |
D | func-close.rst | 4 .. _func-close:
|
D | func-munmap.rst | 4 .. _func-munmap:
|
D | func-ioctl.rst | 4 .. _func-ioctl:
|
D | func-open.rst | 4 .. _func-open:
|
D | func-write.rst | 4 .. _func-write:
|
/Linux-v5.10/drivers/soc/sunxi/ |
D | sunxi_sram.c | 44 #define SUNXI_SRAM_MAP(_reg_val, _val, _func) \ argument 46 .func = _func, \
|
/Linux-v5.10/drivers/soc/qcom/ |
D | socinfo.c | 247 #define QCOM_OPEN(name, _func) \ argument 250 return single_open(file, _func, inode->i_private); \
|
/Linux-v5.10/fs/ocfs2/dlmfs/ |
D | userdlm.c | 93 #define user_log_dlm_error(_func, _stat, _lockres) do { \ argument 95 "resource %.*s\n", _stat, _func, \
|