/linux/drivers/usb/gadget/udc/ |
A D | at91_udc.h | 164 # define VDBG(stuff...) do{}while(0) argument 170 # define PACKET(stuff...) do{}while(0) argument 173 #define ERR(stuff...) pr_err("udc: " stuff) argument 174 #define WARNING(stuff...) pr_warn("udc: " stuff) argument 175 #define INFO(stuff...) pr_info("udc: " stuff) argument 176 #define DBG(stuff...) pr_debug("udc: " stuff) argument
|
A D | pxa25x_udc.h | 143 #define DMSG(stuff...) pr_debug("udc: " stuff) argument 239 #define DBG(lvl, stuff...) do{if ((lvl) <= UDC_DEBUG) DMSG(stuff);}while(0) argument 241 #define ERR(stuff...) pr_err("udc: " stuff) argument 242 #define WARNING(stuff...) pr_warn("udc: " stuff) argument 243 #define INFO(stuff...) pr_info("udc: " stuff) argument
|
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
|
A D | fsl_usb2_udc.h | 549 #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/drivers/usb/host/ |
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
|
A D | sl811.h | 246 # define PACKET pr_debug("sl811: "stuff) 248 # define PACKET(stuff...) do{}while(0) argument
|
/linux/drivers/gpu/drm/amd/display/ |
A D | TODO | 54 think it'd be much better if you convert that over to reading stuff 55 from drm_display_info and if needed, push stuff into the core). Also, 59 long-term, but imo not a blocker. Definitely make sure new stuff 61 the drm core, refactoring to use the core edid stuff was pointless)." 79 callbacks. There's also plans to expose this stuff in a standard way across all 89 stuff in drm_dp_helper.h. drm_dp_helper.h isn't really great and already has 2 101 DRM_DEBUG stuff just isn't up to the challenges either. We need to figure out
|
/linux/arch/x86/configs/ |
A D | xen.config | 1 # global x86 required specific stuff 7 # not so generic stuff below
|
/linux/kernel/configs/ |
A D | xen.config | 1 # global stuff - these enable us to allow some 2 # of the not so generic stuff below for xen
|
/linux/arch/alpha/lib/ |
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/drivers/net/wireless/intersil/orinoco/ |
A D | hermes.c | 77 #define DMSG(stuff...) do {printk(KERN_DEBUG "hermes @ %p: " , hw->iobase); \ argument 78 printk(stuff); } while (0) 83 #define DEBUG(lvl, stuff...) if ((lvl) <= HERMES_DEBUG) DMSG(stuff) argument 87 #define DEBUG(lvl, stuff...) do { } while (0) argument
|
/linux/Documentation/usb/ |
A D | authorization.rst | 71 Authentication or stuff like that. Something simple for an storage key 84 # Other stuff so others can use it 92 verification stuff with PKI, so you don't depend on a shared secret,
|
/linux/drivers/staging/nvec/ |
A D | TODO | 3 - move half of the nvec init stuff to i2c-tegra.c
|
/linux/Documentation/devicetree/bindings/i2c/ |
A D | i2c-mux-reg.txt | 58 /* other stuff */ 71 /* other stuff */
|
/linux/drivers/video/fbdev/via/ |
A D | via_i2c.c | 181 struct via_i2c_stuff *stuff = &via_i2c_par[which]; in viafb_find_i2c_adapter() local 183 return &stuff->adapter; in viafb_find_i2c_adapter()
|
/linux/Documentation/admin-guide/sysctl/ |
A D | index.rst | 75 miscellaneous stuff 76 net/ networking stuff, for documentation look in:
|
A D | sunrpc.rst | 18 the Linux kernel. This stuff is used for NFS, KNFSD and
|
/linux/Documentation/ide/ |
A D | ChangeLog.ide-cd.1994-2004 | 129 * -- Other stuff that I forgot (lots of changes) 190 * - other minor stuff. 214 * - bunch of other stuff, will fill in logs later. 254 * 4.58 May 1, 2000 - Clean up ACER50 stuff. 265 * - Odd stuff
|
/linux/arch/mips/ralink/ |
A D | Platform | 2 # Ralink SoC common stuff
|
/linux/Documentation/translations/zh_CN/core-api/ |
A D | kref.rst | 99 . do stuff with data here 123 . do stuff with data here
|
/linux/Documentation/translations/zh_CN/process/ |
A D | howto.rst | 112 https://www.ozlabs.org/~akpm/stuff/tpp.txt 475 https://www.ozlabs.org/~akpm/stuff/tpp.txt
|
/linux/drivers/mfd/ |
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/drivers/atm/ |
A D | ambassador.h | 297 u32 stuff[16]; member 302 u32 stuff[UNUSED_LOADER_MAILBOXES]; member
|
/linux/Documentation/translations/ko_KR/ |
A D | howto.rst | 143 https://www.ozlabs.org/~akpm/stuff/tpp.txt 594 https://www.ozlabs.org/~akpm/stuff/tpp.txt
|
/linux/Documentation/translations/zh_TW/process/ |
A D | howto.rst | 115 https://www.ozlabs.org/~akpm/stuff/tpp.txt 478 https://www.ozlabs.org/~akpm/stuff/tpp.txt
|