Searched defs:_func (Results 1 – 3 of 3) sorted by relevance
| /include/linux/ |
| D | workqueue.h | 216 #define __INIT_WORK(_work, _func, _onstack) \ argument 227 #define __INIT_WORK(_work, _func, _onstack) \ argument 236 #define INIT_WORK(_work, _func) \ argument 239 #define INIT_WORK_ONSTACK(_work, _func) \ argument 242 #define __INIT_DELAYED_WORK(_work, _func, _tflags) \ argument 250 #define __INIT_DELAYED_WORK_ONSTACK(_work, _func, _tflags) \ argument 259 #define INIT_DELAYED_WORK(_work, _func) \ argument 262 #define INIT_DELAYED_WORK_ONSTACK(_work, _func) \ argument 265 #define INIT_DEFERRABLE_WORK(_work, _func) \ argument 268 #define INIT_DEFERRABLE_WORK_ONSTACK(_work, _func) \ argument
|
| D | ide.h | 911 #define ide_devset_rw(_name, _func) \ argument 914 #define ide_devset_w(_name, _func) \ argument 917 #define ide_ext_devset_rw(_name, _func) \ argument 920 #define ide_ext_devset_rw_sync(_name, _func) \ argument
|
| /include/drm/ |
| D | drm_ioctl.h | 165 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument
|