Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/host/
Dfotg210.h180 # define INCR(x) ((x)++) macro
182 # define INCR(x) do {} while (0) macro
Dehci.h239 # define INCR(x) ((x)++) macro
241 # define INCR(x) do {} while (0) macro
/Linux-v5.15/drivers/net/wireless/ath/ath9k/
Dath9k.h86 #define INCR(_l, _sz) do { \ macro