Home
last modified time | relevance | path

Searched defs:INCR (Results 1 – 3 of 3) sorted by relevance

/linux-5.10/drivers/usb/host/
Dfotg210.h180 # define INCR(x) ((x)++) macro
182 # define INCR(x) do {} while (0) macro
Dehci.h238 # define INCR(x) ((x)++) macro
240 # define INCR(x) do {} while (0) macro
/linux-5.10/drivers/net/wireless/ath/ath9k/
Dath9k.h86 #define INCR(_l, _sz) do { \ macro