| /linux/include/linux/ |
| H A D | hwmon-sysfs.h | 24 #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 D | static_call.h | 187 #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 …]
|
| H A D | workqueue.h | 283 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ argument 289 (_work)->func = (_func); \ 292 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ argument 297 (_work)->func = (_func); \ 301 #define __INIT_WORK(_work, _func, _onstack) \ argument 305 __INIT_WORK_KEY(_work, _func, _onstack, &__key); \ 308 #define INIT_WORK(_work, _func) \ argument 309 __INIT_WORK((_work), (_func), 0) 311 #define INIT_WORK_ONSTACK(_work, _func) \ argument 312 __INIT_WORK((_work), (_func), 314 INIT_WORK_ONSTACK_KEY(_work,_func,_key) global() argument 317 __INIT_DELAYED_WORK(_work,_func,_tflags) global() argument 325 __INIT_DELAYED_WORK_ONSTACK(_work,_func,_tflags) global() argument 333 INIT_DELAYED_WORK(_work,_func) global() argument 336 INIT_DELAYED_WORK_ONSTACK(_work,_func) global() argument 339 INIT_DEFERRABLE_WORK(_work,_func) global() argument 342 INIT_DEFERRABLE_WORK_ONSTACK(_work,_func) global() argument 345 INIT_RCU_WORK(_work,_func) global() argument 348 INIT_RCU_WORK_ONSTACK(_work,_func) global() argument [all...] |
| H A D | smp.h | 29 #define CSD_INIT(_func, _info) \ argument 30 (struct __call_single_data){ .func = (_func), .info = (_info), } 36 #define INIT_CSD(_csd, _func, _info) \ argument 38 *(_csd) = CSD_INIT((_func), (_info)); \
|
| /linux/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-mtmips.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/drivers/pinctrl/mvebu/ |
| H A 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/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/cix/ |
| H A D | pinctrl-sky1.h | 26 #define SKY_PINFUNCTION(_pin, _func) \ argument 29 .func_group = _func##_group, \ 30 .nfunc = ARRAY_SIZE(_func##_group), \
|
| /linux/net/ieee802154/ |
| H A 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/arch/x86/include/asm/ |
| H A D | static_call.h | 70 #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/drivers/gpu/drm/xe/ |
| H A D | xe_sriov_vfio.c | 30 #define DEFINE_XE_SRIOV_VFIO_FUNCTION(_type, _func, _impl) \ argument 31 _type xe_sriov_vfio_##_func(struct xe_device *xe, unsigned int vfid) \ 42 EXPORT_SYMBOL_FOR_MODULES(xe_sriov_vfio_##_func, "xe-vfio-pci")
|
| /linux/drivers/staging/rtl8723bs/hal/ |
| H A D | odm_interface.h | 32 #define _cat(_name, _ic_type, _func) _func##_11N(_name) argument
|
| /linux/include/drm/ |
| H A D | drm_ioctl.h | 151 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument 154 .func = _func, \
|
| /linux/include/dt-bindings/pinctrl/ |
| H A D | rzn1-pinctrl.h | 9 #define RZN1_PINMUX(_gpio, _func) \ argument 10 (((_func) << 8) | (_gpio))
|
| /linux/drivers/perf/hisilicon/ |
| H A D | hisi_uncore_pmu.h | 30 #define HISI_PMU_ATTR(_name, _func, _config) \ argument 32 { __ATTR(_name, 0444, _func, NULL), (void *)_config } \
|
| /linux/include/rdma/ |
| H A D | uverbs_ioctl.h | 366 #define DECLARE_UVERBS_WRITE(_command_num, _func, _cmd_desc, ...) \ argument 371 .func_write = _func, \ 377 #define DECLARE_UVERBS_WRITE_EX(_command_num, _func, _cmd_desc, ...) \ argument 382 .func_write = _func, \ 418 #define UAPI_DEF_IS_OBJ_SUPPORTED(_func) \ argument 421 .scope = UAPI_SCOPE_OBJECT, .func_is_supported = _func, \
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | func-close.rst | 4 .. _func-close:
|
| H A D | func-munmap.rst | 4 .. _func-munmap:
|
| H A D | func-ioctl.rst | 4 .. _func-ioctl:
|
| H A D | func-write.rst | 4 .. _func-write:
|
| H A D | func-open.rst | 4 .. _func-open:
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | user_ringbuf.c | 666 #define SUCCESS_TEST(_func) { _func, #_func } argument
|
| /linux/drivers/platform/x86/ |
| H A D | asus-armoury.h | 60 #define __ASUS_ATTR_RO(_func, _name) \ argument 63 .show = _func##_##_name##_show, \ 72 #define __ASUS_ATTR_RW(_func, _name) \ argument 73 __ATTR(_name, 0644, _func##_##_name##_show, _func##_##_name##_store)
|
| /linux/net/bluetooth/ |
| H A D | hci_event.c | 4054 #define HCI_CC_VL(_op, _func, _min, _max) \ 4057 .func = _func, \ 4062 #define HCI_CC(_op, _func, _len) \ 4063 HCI_CC_VL(_op, _func, _len, _len) 4065 #define HCI_CC_STATUS(_op, _func) \ 4066 HCI_CC(_op, _func, sizeof(struct hci_ev_status)) 4358 #define HCI_CS(_op, _func) \ 4361 .func = _func, \ 7319 #define HCI_LE_EV_VL(_op, _func, _min_len, _max_len) \ 7321 .func = _func, \ 4029 HCI_CC_VL(_op,_func,_min,_max) global() argument 4037 HCI_CC(_op,_func,_len) global() argument 4040 HCI_CC_STATUS(_op,_func) global() argument 4333 HCI_CS(_op,_func) global() argument 7254 HCI_LE_EV_VL(_op,_func,_min_len,_max_len) global() argument 7261 HCI_LE_EV(_op,_func,_len) global() argument 7264 HCI_LE_EV_STATUS(_op,_func) global() argument 7524 HCI_EV_VL(_op,_func,_min_len,_max_len) global() argument 7532 HCI_EV(_op,_func,_len) global() argument 7535 HCI_EV_STATUS(_op,_func) global() argument 7538 HCI_EV_REQ_VL(_op,_func,_min_len,_max_len) global() argument 7546 HCI_EV_REQ(_op,_func,_len) global() argument [all...] |
| /linux/fs/ocfs2/dlmfs/ |
| H A D | userdlm.c | 91 #define user_log_dlm_error(_func, _stat, _lockres) do { \ argument 93 "resource %.*s\n", _stat, _func, \
|