Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dklist.h25 #define KLIST_INIT(_name, _get, _put) \ argument
29 .put = _put, }
31 #define DEFINE_KLIST(_name, _get, _put) \ argument
32 struct klist _name = KLIST_INIT(_name, _get, _put)
/Linux-v5.4/sound/drivers/pcsp/
Dpcsp_mixer.c120 .put = pcsp_##ctl_type##_put, \