/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 | 282 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ argument 288 (_work)->func = (_func); \ 291 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ argument 296 (_work)->func = (_func); \ 300 #define __INIT_WORK(_work, _func, _onstack) \ argument 304 __INIT_WORK_KEY(_work, _func, _onstack, &__key); \ 307 #define INIT_WORK(_work, _func) \ argument 308 __INIT_WORK((_work), (_func), 0) 310 #define INIT_WORK_ONSTACK(_work, _func) \ argument 311 __INIT_WORK((_work), (_func), 1) [all …]
|
H A D | min_heap.h | 279 #define min_heap_sift_down_inline(_heap, _pos, _func, _args) \ argument 281 _func, _args) 306 #define min_heap_sift_up_inline(_heap, _idx, _func, _args) \ argument 308 _func, _args) 321 #define min_heapify_all_inline(_heap, _func, _args) \ argument 322 __min_heapify_all_inline((min_heap_char *)_heap, __minheap_obj_size(_heap), _func, _args) 342 #define min_heap_pop_inline(_heap, _func, _args) \ argument 343 __min_heap_pop_inline((min_heap_char *)_heap, __minheap_obj_size(_heap), _func, _args) 358 #define min_heap_pop_push_inline(_heap, _element, _func, _args) \ argument 360 _func, _args) [all …]
|
H A D | irq_work.h | 23 #define __IRQ_WORK_INIT(_func, _flags) (struct irq_work){ \ argument 25 .func = (_func), \ 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
|
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)); \
|
H A D | interrupt.h | 726 #define DECLARE_TASKLET_OLD(name, _func) \ argument 729 .func = _func, \ 732 #define DECLARE_TASKLET_DISABLED_OLD(name, _func) \ argument 735 .func = _func, \
|
/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/scripts/tracing/ |
H A 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/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/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core.h | 131 #define __MLXSW_RXL(_func, _trap_id, _en_action, _is_ctrl, _en_trap_group, \ argument 138 .func = _func, \ 151 #define MLXSW_RXL(_func, _trap_id, _en_action, _is_ctrl, _trap_group, \ argument 153 __MLXSW_RXL(_func, _trap_id, _en_action, _is_ctrl, _trap_group, \ 156 #define MLXSW_RXL_DIS(_func, _trap_id, _en_action, _is_ctrl, _en_trap_group, \ argument 158 __MLXSW_RXL(_func, _trap_id, _en_action, _is_ctrl, _en_trap_group, \ 161 #define MLXSW_RXL_MIRROR(_func, _session_id, _trap_group, _mirror_reason) \ argument 162 __MLXSW_RXL(_func, MIRROR_SESSION##_session_id, TRAP_TO_CPU, false, \ 166 #define MLXSW_EVENTL(_func, _trap_id, _trap_group) \ argument 171 .func = _func, \ [all …]
|
/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/staging/rtl8723bs/hal/ |
H A D | odm_interface.h | 32 #define _cat(_name, _ic_type, _func) _func##_11N(_name) argument
|
/linux/drivers/net/wireless/ath/ath12k/ |
H A D | acpi.h | 27 #define ATH12K_ACPI_FUNC_BIT_VALID(_acdata, _func) (((_acdata).func_bit) & (_func)) 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/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:
|
/linux/drivers/soc/sunxi/ |
H A D | sunxi_sram.c | 43 #define SUNXI_SRAM_MAP(_reg_val, _val, _func) \ argument 45 .func = _func, \
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | user_ringbuf.c | 665 #define SUCCESS_TEST(_func) { _func, #_func } argument
|
/linux/net/bluetooth/ |
H A D | hci_event.c | 3985 #define HCI_CC_VL(_op, _func, _min, _max) \ argument 3988 .func = _func, \ 3993 #define HCI_CC(_op, _func, _len) \ argument 3994 HCI_CC_VL(_op, _func, _len, _len) 3996 #define HCI_CC_STATUS(_op, _func) \ argument 3997 HCI_CC(_op, _func, sizeof(struct hci_ev_status)) 4281 #define HCI_CS(_op, _func) \ argument 4284 .func = _func, \ 7027 #define HCI_LE_EV_VL(_op, _func, _min_len, _max_len) \ argument 7029 .func = _func, \ [all …]
|