/linux-6.14.4/include/linux/ |
D | hwmon-sysfs.h | 24 #define SENSOR_ATTR_RO(_name, _func, _index) \ argument 27 #define SENSOR_ATTR_RW(_name, _func, _index) \ argument 30 #define SENSOR_ATTR_WO(_name, _func, _index) \ argument 37 #define SENSOR_DEVICE_ATTR_RO(_name, _func, _index) \ argument 40 #define SENSOR_DEVICE_ATTR_RW(_name, _func, _index) \ argument 43 #define SENSOR_DEVICE_ATTR_WO(_name, _func, _index) \ argument 59 #define SENSOR_ATTR_2_RO(_name, _func, _nr, _index) \ argument 62 #define SENSOR_ATTR_2_RW(_name, _func, _nr, _index) \ argument 65 #define SENSOR_ATTR_2_WO(_name, _func, _nr, _index) \ argument 72 #define SENSOR_DEVICE_ATTR_2_RO(_name, _func, _nr, _index) \ argument [all …]
|
D | static_call.h | 187 #define DEFINE_STATIC_CALL(name, _func) \ argument 195 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument 203 #define DEFINE_STATIC_CALL_RET0(name, _func) \ argument 234 #define DEFINE_STATIC_CALL(name, _func) \ argument 241 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument 248 #define DEFINE_STATIC_CALL_RET0(name, _func) \ argument 297 #define __DEFINE_STATIC_CALL(name, _func, _func_init) \ argument 303 #define DEFINE_STATIC_CALL(name, _func) \ argument 306 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument 309 #define DEFINE_STATIC_CALL_RET0(name, _func) \ argument
|
D | min_heap.h | 291 #define min_heap_sift_down_inline(_heap, _pos, _func, _args) \ argument 318 #define min_heap_sift_up_inline(_heap, _idx, _func, _args) \ argument 333 #define min_heapify_all_inline(_heap, _func, _args) \ argument 355 #define min_heap_pop_inline(_heap, _func, _args) \ argument 372 #define min_heap_pop_push_inline(_heap, _element, _func, _args) \ argument 398 #define min_heap_push_inline(_heap, _element, _func, _args) \ argument 427 #define min_heap_del_inline(_heap, _idx, _func, _args) \ argument 455 #define min_heap_sift_down(_heap, _pos, _func, _args) \ argument 458 #define min_heap_sift_up(_heap, _idx, _func, _args) \ argument 461 #define min_heapify_all(_heap, _func, _args) \ argument [all …]
|
D | workqueue.h | 282 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ argument 291 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ argument 300 #define __INIT_WORK(_work, _func, _onstack) \ argument 307 #define INIT_WORK(_work, _func) \ argument 310 #define INIT_WORK_ONSTACK(_work, _func) \ argument 313 #define INIT_WORK_ONSTACK_KEY(_work, _func, _key) \ argument 316 #define __INIT_DELAYED_WORK(_work, _func, _tflags) \ argument 324 #define __INIT_DELAYED_WORK_ONSTACK(_work, _func, _tflags) \ argument 332 #define INIT_DELAYED_WORK(_work, _func) \ argument 335 #define INIT_DELAYED_WORK_ONSTACK(_work, _func) \ argument [all …]
|
D | irq_work.h | 23 #define __IRQ_WORK_INIT(_func, _flags) (struct irq_work){ \ argument 29 #define IRQ_WORK_INIT(_func) __IRQ_WORK_INIT(_func, 0) argument 30 #define IRQ_WORK_INIT_LAZY(_func) __IRQ_WORK_INIT(_func, IRQ_WORK_LAZY) argument 31 #define IRQ_WORK_INIT_HARD(_func) __IRQ_WORK_INIT(_func, IRQ_WORK_HARD_IRQ) argument
|
D | smp.h | 29 #define CSD_INIT(_func, _info) \ argument 36 #define INIT_CSD(_csd, _func, _info) \ argument
|
D | interrupt.h | 726 #define DECLARE_TASKLET_OLD(name, _func) \ argument 732 #define DECLARE_TASKLET_DISABLED_OLD(name, _func) \ argument
|
/linux-6.14.4/net/ieee802154/ |
D | ieee802154.h | 11 #define IEEE802154_OP(_cmd, _func) \ argument 19 #define IEEE802154_DUMP(_cmd, _func, _dump) \ argument
|
/linux-6.14.4/drivers/pinctrl/mediatek/ |
D | pinctrl-mtmips.h | 12 #define GRP(_name, _func, _mask, _shift) \ argument 17 #define GRP_G(_name, _func, _mask, _gpio, _shift) \ argument
|
/linux-6.14.4/arch/x86/include/asm/ |
D | static_call.h | 70 #define static_call_update_early(name, _func) \ argument
|
/linux-6.14.4/drivers/pinctrl/mvebu/ |
D | pinctrl-mvebu.h | 133 #define MPP_FUNC_CTRL(_idl, _idh, _name, _func) \ argument 145 #define MPP_FUNC_GPIO_CTRL(_idl, _idh, _name, _func) \ argument
|
/linux-6.14.4/drivers/staging/rtl8723bs/hal/ |
D | odm_interface.h | 32 #define _cat(_name, _ic_type, _func) _func##_11N(_name) argument
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | core.h | 138 #define __MLXSW_RXL(_func, _trap_id, _en_action, _is_ctrl, _en_trap_group, \ argument 158 #define MLXSW_RXL(_func, _trap_id, _en_action, _is_ctrl, _trap_group, \ argument 163 #define MLXSW_RXL_DIS(_func, _trap_id, _en_action, _is_ctrl, _en_trap_group, \ argument 168 #define MLXSW_RXL_MIRROR(_func, _session_id, _trap_group, _mirror_reason) \ argument 173 #define MLXSW_EVENTL(_func, _trap_id, _trap_group) \ argument 187 #define MLXSW_CORE_EVENTL(_func, _trap_id) \ argument
|
/linux-6.14.4/include/drm/ |
D | drm_ioctl.h | 151 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument
|
/linux-6.14.4/drivers/net/wireless/ath/ath12k/ |
D | acpi.h | 27 #define ATH12K_ACPI_FUNC_BIT_VALID(_acdata, _func) (((_acdata).func_bit) & (_func)) argument
|
/linux-6.14.4/net/bluetooth/ |
D | hci_event.c | 3992 #define HCI_CC_VL(_op, _func, _min, _max) \ argument 4000 #define HCI_CC(_op, _func, _len) \ argument 4003 #define HCI_CC_STATUS(_op, _func) \ argument 4288 #define HCI_CS(_op, _func) \ argument 7040 #define HCI_LE_EV_VL(_op, _func, _min_len, _max_len) \ argument 7047 #define HCI_LE_EV(_op, _func, _len) \ argument 7050 #define HCI_LE_EV_STATUS(_op, _func) \ argument 7291 #define HCI_EV_VL(_op, _func, _min_len, _max_len) \ argument 7299 #define HCI_EV(_op, _func, _len) \ argument 7302 #define HCI_EV_STATUS(_op, _func) \ argument [all …]
|
/linux-6.14.4/drivers/perf/arm_cspmu/ |
D | arm_cspmu.h | 22 #define ARM_CSPMU_EXT_ATTR(_name, _func, _config) \ argument
|
/linux-6.14.4/fs/ocfs2/dlmfs/ |
D | userdlm.c | 91 #define user_log_dlm_error(_func, _stat, _lockres) do { \ argument
|
/linux-6.14.4/drivers/soc/sunxi/ |
D | sunxi_sram.c | 43 #define SUNXI_SRAM_MAP(_reg_val, _val, _func) \ argument
|
/linux-6.14.4/include/dt-bindings/pinctrl/ |
D | rzn1-pinctrl.h | 9 #define RZN1_PINMUX(_gpio, _func) \ argument
|
/linux-6.14.4/drivers/gpu/drm/ |
D | drm_ioctl.c | 616 #define DRM_IOCTL_DEF(ioctl, _func, _flags) \ argument
|
/linux-6.14.4/include/rdma/ |
D | uverbs_ioctl.h | 366 #define DECLARE_UVERBS_WRITE(_command_num, _func, _cmd_desc, ...) \ argument 377 #define DECLARE_UVERBS_WRITE_EX(_command_num, _func, _cmd_desc, ...) \ argument 418 #define UAPI_DEF_IS_OBJ_SUPPORTED(_func) \ argument
|
/linux-6.14.4/arch/arm64/boot/dts/exynos/ |
D | exynos5433-pinctrl.dtsi | 14 #define PIN(_pin, _func, _pull, _drv) \ argument
|
/linux-6.14.4/drivers/perf/hisilicon/ |
D | hisi_uncore_pmu.h | 30 #define HISI_PMU_ATTR(_name, _func, _config) \ argument
|
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/ |
D | user_ringbuf.c | 665 #define SUCCESS_TEST(_func) { _func, #_func } argument
|