Home
last modified time | relevance | path

Searched refs:_range (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/include/net/
Dnetlink.h411 #define NLA_POLICY_FULL_RANGE(tp, _range) { \ argument
414 .range = _range, \
417 #define NLA_POLICY_FULL_RANGE_SIGNED(tp, _range) { \ argument
420 .range_signed = _range, \
/Linux-v6.6/drivers/comedi/drivers/
Ddas6402.c72 #define DAS6402_AO_RANGE(_chan, _range) ((_range) << ((_chan) ? 6 : 4)) argument
/Linux-v6.6/arch/mips/include/asm/
Dr4kcache.h285 static inline void prot##extra##blast_##pfx##cache##_range(unsigned long start, \
/Linux-v6.6/Documentation/timers/
Dtimers-howto.rst39 You should use the `*sleep[_range]` family of functions.