Home
last modified time | relevance | path

Searched refs:_func (Results 1 – 25 of 45) sorted by relevance

12

/linux-5.19.10/include/linux/
Dhwmon-sysfs.h23 #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 …]
Dstatic_call.h183 #define DEFINE_STATIC_CALL(name, _func) \ argument
184 DECLARE_STATIC_CALL(name, _func); \
186 .func = _func, \
189 ARCH_DEFINE_STATIC_CALL_TRAMP(name, _func)
191 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument
192 DECLARE_STATIC_CALL(name, _func); \
199 #define DEFINE_STATIC_CALL_RET0(name, _func) \ argument
200 DECLARE_STATIC_CALL(name, _func); \
228 #define DEFINE_STATIC_CALL(name, _func) \ argument
229 DECLARE_STATIC_CALL(name, _func); \
[all …]
Dworkqueue.h224 #define __INIT_WORK(_work, _func, _onstack) \ argument
232 (_work)->func = (_func); \
235 #define __INIT_WORK(_work, _func, _onstack) \ argument
240 (_work)->func = (_func); \
244 #define INIT_WORK(_work, _func) \ argument
245 __INIT_WORK((_work), (_func), 0)
247 #define INIT_WORK_ONSTACK(_work, _func) \ argument
248 __INIT_WORK((_work), (_func), 1)
250 #define __INIT_DELAYED_WORK(_work, _func, _tflags) \ argument
252 INIT_WORK(&(_work)->work, (_func)); \
[all …]
Dirq_work.h23 #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
Dsmp.h29 #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)); \
Dinterrupt.h668 #define DECLARE_TASKLET_OLD(name, _func) \ argument
671 .func = _func, \
674 #define DECLARE_TASKLET_DISABLED_OLD(name, _func) \ argument
677 .func = _func, \
/linux-5.19.10/drivers/pinctrl/ralink/
Dpinctrl-ralink.h12 #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-5.19.10/drivers/pinctrl/mvebu/
Dpinctrl-mvebu.h133 #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-5.19.10/scripts/tracing/
Ddraw_functrace.py36 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-5.19.10/net/ieee802154/
Dieee802154.h11 #define IEEE802154_OP(_cmd, _func) \ argument
14 .doit = _func, \
19 #define IEEE802154_DUMP(_cmd, _func, _dump) \ argument
22 .doit = _func, \
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dcore.h118 #define __MLXSW_RXL(_func, _trap_id, _en_action, _is_ctrl, _en_trap_group, \ argument
125 .func = _func, \
138 #define MLXSW_RXL(_func, _trap_id, _en_action, _is_ctrl, _trap_group, \ argument
140 __MLXSW_RXL(_func, _trap_id, _en_action, _is_ctrl, _trap_group, \
143 #define MLXSW_RXL_DIS(_func, _trap_id, _en_action, _is_ctrl, _en_trap_group, \ argument
145 __MLXSW_RXL(_func, _trap_id, _en_action, _is_ctrl, _en_trap_group, \
148 #define MLXSW_RXL_MIRROR(_func, _session_id, _trap_group, _mirror_reason) \ argument
149 __MLXSW_RXL(_func, MIRROR_SESSION##_session_id, TRAP_TO_CPU, false, \
153 #define MLXSW_EVENTL(_func, _trap_id, _trap_group) \ argument
158 .func = _func, \
[all …]
/linux-5.19.10/drivers/staging/rtl8723bs/hal/
Dodm_interface.h32 #define _cat(_name, _ic_type, _func) _func##_11N(_name) argument
/linux-5.19.10/include/drm/
Ddrm_ioctl.h162 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument
165 .func = _func, \
/linux-5.19.10/include/dt-bindings/pinctrl/
Drzn1-pinctrl.h9 #define RZN1_PINMUX(_gpio, _func) \ argument
10 (((_func) << 8) | (_gpio))
/linux-5.19.10/drivers/perf/hisilicon/
Dhisi_uncore_pmu.h30 #define HISI_PMU_ATTR(_name, _func, _config) \ argument
32 { __ATTR(_name, 0444, _func, NULL), (void *)_config } \
/linux-5.19.10/include/rdma/
Duverbs_ioctl.h365 #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-5.19.10/drivers/gpu/drm/
Ddrm_ioctl.c549 #define DRM_IOCTL_DEF(ioctl, _func, _flags) \ argument
552 .func = _func, \
558 #define DRM_LEGACY_IOCTL_DEF(ioctl, _func, _flags) DRM_IOCTL_DEF(ioctl, _func, _flags) argument
560 #define DRM_LEGACY_IOCTL_DEF(ioctl, _func, _flags) DRM_IOCTL_DEF(ioctl, drm_invalid_op, _flags) argument
/linux-5.19.10/Documentation/userspace-api/media/v4l/
Dfunc-close.rst4 .. _func-close:
Dfunc-munmap.rst4 .. _func-munmap:
Dfunc-ioctl.rst4 .. _func-ioctl:
Dfunc-write.rst4 .. _func-write:
Dfunc-open.rst4 .. _func-open:
/linux-5.19.10/drivers/soc/sunxi/
Dsunxi_sram.c44 #define SUNXI_SRAM_MAP(_reg_val, _val, _func) \ argument
46 .func = _func, \
/linux-5.19.10/net/bluetooth/
Dhci_event.c3778 #define HCI_CC_VL(_op, _func, _min, _max) \ argument
3781 .func = _func, \
3786 #define HCI_CC(_op, _func, _len) \ argument
3787 HCI_CC_VL(_op, _func, _len, _len)
3789 #define HCI_CC_STATUS(_op, _func) \ argument
3790 HCI_CC(_op, _func, sizeof(struct hci_ev_status))
4027 #define HCI_CS(_op, _func) \ argument
4030 .func = _func, \
6494 #define HCI_LE_EV_VL(_op, _func, _min_len, _max_len) \ argument
6496 .func = _func, \
[all …]
/linux-5.19.10/drivers/soc/qcom/
Dsocinfo.c352 #define QCOM_OPEN(name, _func) \ argument
355 return single_open(file, _func, inode->i_private); \

12