Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/drivers/comedi/drivers/
Ddas6402.c72 #define DAS6402_AO_RANGE(_chan, _range) ((_range) << ((_chan) ? 6 : 4)) argument
/linux-6.6.21/arch/mips/include/asm/
Dr4kcache.h285 static inline void prot##extra##blast_##pfx##cache##_range(unsigned long start, \
/linux-6.6.21/Documentation/timers/
Dtimers-howto.rst39 You should use the `*sleep[_range]` family of functions.