Home
last modified time | relevance | path

Searched defs:stuff (Results 1 – 14 of 14) sorted by relevance

/linux-6.3-rc2/drivers/usb/gadget/udc/
A Dat91_udc.h162 # define VDBG(stuff...) do{}while(0) argument
168 # define PACKET(stuff...) do{}while(0) argument
171 #define ERR(stuff...) pr_err("udc: " stuff) argument
172 #define WARNING(stuff...) pr_warn("udc: " stuff) argument
173 #define INFO(stuff...) pr_info("udc: " stuff) argument
174 #define DBG(stuff...) pr_debug("udc: " stuff) argument
A Dpxa25x_udc.h140 #define DMSG(stuff...) pr_debug("udc: " stuff) argument
236 #define DBG(lvl, stuff...) do{if ((lvl) <= UDC_DEBUG) DMSG(stuff);}while(0) argument
238 #define ERR(stuff...) pr_err("udc: " stuff) argument
239 #define WARNING(stuff...) pr_warn("udc: " stuff) argument
240 #define INFO(stuff...) pr_info("udc: " stuff) argument
A Domap_udc.h187 # define VDBG(stuff...) do{}while(0) argument
190 #define ERR(stuff...) pr_err("udc: " stuff) argument
191 #define WARNING(stuff...) pr_warn("udc: " stuff) argument
192 #define INFO(stuff...) pr_info("udc: " stuff) argument
193 #define DBG(stuff...) pr_debug("udc: " stuff) argument
A Dfsl_usb2_udc.h549 #define VDBG(stuff...) do{}while(0) argument
552 #define ERR(stuff...) pr_err("udc: " stuff) argument
553 #define WARNING(stuff...) pr_warn("udc: " stuff) argument
554 #define INFO(stuff...) pr_info("udc: " stuff) argument
/linux-6.3-rc2/Documentation/x86/
A Diommu.rst28 What is Intel RMRR?
38 What is AMD IVRS?
/linux-6.3-rc2/drivers/net/wireless/intersil/orinoco/
A Dhermes.c78 #define DMSG(stuff...) do {printk(KERN_DEBUG "hermes @ %p: " , hw->iobase); \ argument
84 #define DEBUG(lvl, stuff...) if ((lvl) <= HERMES_DEBUG) DMSG(stuff) argument
88 #define DEBUG(lvl, stuff...) do { } while (0) argument
/linux-6.3-rc2/drivers/usb/common/
A Dusb-otg-fsm.c25 #define VDBG(stuff...) do {} while (0) argument
/linux-6.3-rc2/drivers/usb/host/
A Disp116x.h328 #define DBG(stuff...) pr_debug("116x: " stuff) argument
333 # define VDBG(stuff...) do{}while(0) argument
336 #define ERR(stuff...) printk(KERN_ERR "116x: " stuff) argument
337 #define WARNING(stuff...) printk(KERN_WARNING "116x: " stuff) argument
338 #define INFO(stuff...) printk(KERN_INFO "116x: " stuff) argument
A Dsl811.h248 # define PACKET(stuff...) do{}while(0) argument
/linux-6.3-rc2/drivers/video/fbdev/via/
A Dvia_i2c.c181 struct via_i2c_stuff *stuff = &via_i2c_par[which]; in viafb_find_i2c_adapter() local
/linux-6.3-rc2/drivers/video/fbdev/
A Dmetronomefb.c129 u8 stuff[32]; member
/linux-6.3-rc2/drivers/usb/phy/
A Dphy-fsl-usb.c38 #define VDBG(stuff...) do {} while (0) argument
/linux-6.3-rc2/drivers/mfd/
A Drave-sp.c263 static void *stuff(unsigned char *dest, const unsigned char *src, size_t n) in stuff() function
/linux-6.3-rc2/drivers/net/ethernet/sun/
A Dniu.c6593 u64 start, stuff; in niu_compute_tx_flags() local

Completed in 55 milliseconds