/linux/drivers/usb/gadget/udc/ |
H A D | at91_udc.h | 162 # 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
|
H A D | pxa25x_udc.h | 140 #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
|
H A D | omap_udc.h | 187 # 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
|
/linux/drivers/usb/host/ |
H A D | isp116x.h | 328 #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
|
H A D | sl811.h | 246 # define PACKET pr_debug("sl811: "stuff) 248 # define PACKET(stuff...) do{}while(0) argument
|
/linux/kernel/configs/ |
H A D | xen.config | 3 # global stuff - these enable us to allow some 4 # of the not so generic stuff below for xen
|
/linux/arch/alpha/lib/ |
H A D | ev6-memset.S | 106 beq $3,no_quad_b # U : tail stuff only 121 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64) 284 beq $3,no_quad # U : tail stuff only 299 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64) 472 beq $3,no_quad_w # U : tail stuff only 487 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64)
|
/linux/Documentation/usb/ |
H A D | authorization.rst | 68 Authentication or stuff like that. Something simple for an storage key 81 # Other stuff so others can use it 89 verification stuff with PKI, so you don't depend on a shared secret,
|
/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c-mux-reg.txt | 58 /* other stuff */ 71 /* other stuff */
|
/linux/scripts/ |
H A D | git.orderFile | 4 # by diffing the important stuff like header changes first.
|
H A D | gfp-translate | 75 // Try to fool compiler.h into not including extra stuff
|
/linux/Documentation/admin-guide/sysctl/ |
H A D | index.rst | 75 miscellaneous stuff 76 net/ networking stuff, for documentation look in:
|
H A D | sunrpc.rst | 18 the Linux kernel. This stuff is used for NFS, KNFSD and
|
/linux/arch/mips/ralink/ |
H A D | Platform | 2 # Ralink SoC common stuff
|
/linux/Documentation/translations/zh_TW/process/ |
H A D | howto.rst | 114 https://www.ozlabs.org/~akpm/stuff/tpp.txt 477 https://www.ozlabs.org/~akpm/stuff/tpp.txt
|
/linux/Documentation/translations/zh_CN/process/ |
H A D | howto.rst | 111 https://www.ozlabs.org/~akpm/stuff/tpp.txt 474 https://www.ozlabs.org/~akpm/stuff/tpp.txt
|
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | kref.rst | 99 . do stuff with data here 123 . do stuff with data here
|
/linux/drivers/mfd/ |
H A D | rave-sp.c | 263 static void *stuff(unsigned char *dest, const unsigned char *src, size_t n) in stuff() function 299 dest = stuff(dest, data, data_size); in rave_sp_write() 300 dest = stuff(dest, crc, checksum_length); in rave_sp_write()
|
/linux/Documentation/translations/ko_KR/process/ |
H A D | howto.rst | 143 https://www.ozlabs.org/~akpm/stuff/tpp.txt 594 https://www.ozlabs.org/~akpm/stuff/tpp.txt
|
/linux/Documentation/gpu/rfc/ |
H A D | i915_gem_lmem.rst | 7 For upstream the overall plan for landing all the DG1 stuff and turning it for
|
/linux/drivers/gpu/drm/omapdrm/ |
H A D | TODO | 13 . This can be handled by the dma-buf fence/reservation stuff when it
|
/linux/Documentation/networking/ |
H A D | ip_dynaddr.rst | 7 This stuff allows diald ONESHOT connections to get established by
|
H A D | 6lowpan.rst | 39 /* do great stuff which is ARPHRD_6LOWPAN related */
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | wiznet,w5x00.txt | 30 Example (for Raspberry Pi with pin control stuff for GPIO irq):
|
/linux/Documentation/driver-api/firmware/ |
H A D | built-in-fw.rst | 19 want to stuff the firmware into the boot initramfs.
|