Home
last modified time | relevance | path

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

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