| /linux/include/linux/ |
| H A 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 …]
|
| H A 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
|
| /linux/net/ieee802154/ |
| H A D | ieee802154.h | 11 #define IEEE802154_OP(_cmd, _func) \ argument 19 #define IEEE802154_DUMP(_cmd, _func, _dump) \ argument
|
| /linux/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-mtmips.h | 12 #define GRP(_name, _func, _mask, _shift) \ argument 17 #define GRP_G(_name, _func, _mask, _gpio, _shift) \ argument
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | acpi.h | 31 #define ATH12K_ACPI_FUNC_BIT_VALID(_acdata, _func) (((_acdata).func_bit) & (_func)) argument 32 #define ATH12K_ACPI_CHEK_BIT_VALID(_acdata, _func) (((_acdata).bit_flag) & (_func)) argument
|
| /linux/drivers/pinctrl/mvebu/ |
| H A 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/arch/x86/include/asm/ |
| H A D | static_call.h | 70 #define static_call_update_early(name, _func) \ argument
|
| /linux/include/drm/ |
| H A D | drm_ioctl.h | 151 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument
|
| /linux/drivers/pinctrl/cix/ |
| H A D | pinctrl-sky1.h | 26 #define SKY_PINFUNCTION(_pin, _func) \ argument
|
| /linux/drivers/platform/x86/ |
| H A D | asus-armoury.h | 60 #define __ASUS_ATTR_RO(_func, _name) \ argument 72 #define __ASUS_ATTR_RW(_func, _name) \ argument
|
| /linux/net/bluetooth/ |
| H A D | hci_event.c | 4060 #define HCI_CC_VL(_op, _func, _min, _max) \ argument 4068 #define HCI_CC(_op, _func, _len) \ argument 4071 #define HCI_CC_STATUS(_op, _func) \ argument 4364 #define HCI_CS(_op, _func) \ argument 7375 #define HCI_LE_EV_VL(_op, _func, _min_len, _max_len) \ argument 7382 #define HCI_LE_EV(_op, _func, _len) \ argument 7385 #define HCI_LE_EV_STATUS(_op, _func) \ argument 7601 #define HCI_EV_VL(_op, _func, _min_len, _max_len) \ argument 7609 #define HCI_EV(_op, _func, _len) \ argument 7612 #define HCI_EV_STATUS(_op, _func) \ argument [all …]
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | wmi-other.c | 840 #define __LWMI_ATTR_RO(_func, _name) \ argument 852 #define __LWMI_ATTR_RW(_func, _name) \ argument
|
| /linux/fs/ocfs2/dlmfs/ |
| H A D | userdlm.c | 91 #define user_log_dlm_error(_func, _stat, _lockres) do { \ argument
|
| /linux/include/dt-bindings/pinctrl/ |
| H A D | rzn1-pinctrl.h | 9 #define RZN1_PINMUX(_gpio, _func) \ argument
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_ioctl.c | 623 #define DRM_IOCTL_DEF(ioctl, _func, _flags) \ argument
|
| /linux/arch/arm64/boot/dts/exynos/ |
| H A D | exynos5433-pinctrl.dtsi | 14 #define PIN(_pin, _func, _pull, _drv) \ argument
|
| /linux/drivers/perf/hisilicon/ |
| H A D | hisi_uncore_pmu.h | 30 #define HISI_PMU_ATTR(_name, _func, _config) \ argument
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | user_ringbuf.c | 666 #define SUCCESS_TEST(_func) { _func, #_func } argument
|
| /linux/drivers/perf/ |
| H A D | alibaba_uncore_drw_pmu.c | 136 #define ALI_DRW_PMU_ATTR(_name, _func, _config) \ argument
|
| H A D | arm_spe_pmu.c | 175 #define SPE_EXT_ATTR_ENTRY(_name, _func, _var) \ argument
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_drv.c | 1269 #define DRM_PVR_IOCTL(_name, _func, _flags) \ argument
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_chardev.c | 3221 #define AMDKFD_IOCTL_DEF(ioctl, _func, _flags) \ argument 3225 #define AMDKFD_IOCTL_DEF_V(ioctl, _func, _validate, _flags) \ argument
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | habanalabs_ioctl.c | 1227 #define HL_IOCTL_DEF(ioctl, _func) \ argument
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-pistachio.c | 649 #define MFIO_PIN_GROUP(_pin, _func) \ argument
|
| /linux/kernel/trace/ |
| H A D | trace_functions_graph.c | 940 #define print_graph_retval(_seq, _ent, _ret, _func, _opt_flags, _trace_flags, args_size) \ argument
|