Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/sound/drivers/pcsp/
Dpcsp_mixer.c119 .put = pcsp_##ctl_type##_put, \