Home
last modified time | relevance | path

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

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