Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/fotg210/
Dfotg210-hcd.h180 # define INCR(x) ((x)++) macro
182 # define INCR(x) do {} while (0) macro
/linux-6.6.21/drivers/usb/host/
Dehci.h242 # define INCR(x) ((x)++) macro
244 # define INCR(x) do {} while (0) macro
/linux-6.6.21/drivers/net/wireless/ath/ath9k/
Dath9k.h87 #define INCR(_l, _sz) do { \ macro