Searched refs:_put (Results 1 – 3 of 3) sorted by relevance
27 #define KLIST_INIT(_name, _get, _put) \ argument31 .put = _put, }33 #define DEFINE_KLIST(_name, _get, _put) \ argument34 struct klist _name = KLIST_INIT(_name, _get, _put)
3 /// Use drm_*_get() and drm_*_put() helpers instead of drm_*_reference() and
120 .put = pcsp_##ctl_type##_put, \