Home
last modified time | relevance | path

Searched refs:_put (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dklist.h27 #define KLIST_INIT(_name, _get, _put) \ argument
31 .put = _put, }
33 #define DEFINE_KLIST(_name, _get, _put) \ argument
34 struct klist _name = KLIST_INIT(_name, _get, _put)
/Linux-v4.19/scripts/coccinelle/api/
Ddrm-get-put.cocci3 /// Use drm_*_get() and drm_*_put() helpers instead of drm_*_reference() and
/Linux-v4.19/sound/drivers/pcsp/
Dpcsp_mixer.c120 .put = pcsp_##ctl_type##_put, \