Home
last modified time | relevance | path

Searched refs:stuff (Results 1 – 25 of 153) sorted by relevance

1234567

/linux/drivers/usb/gadget/udc/
H 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
[all...]
H 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
[all...]
H 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
/linux/drivers/usb/host/
H 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
H A Dsl811.h246 # define PACKET pr_debug("sl811: "stuff)
248 # define PACKET(stuff...) do{}while(0) argument
/linux/arch/x86/configs/
H A Dxen.config1 # global x86 required specific stuff
5 # not so generic stuff below
/linux/kernel/configs/
H A Dxen.config3 # global stuff - these enable us to allow some
4 # of the not so generic stuff below for xen
/linux/Documentation/usb/
H A Dauthorization.rst68 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 Di2c-mux-reg.txt58 /* other stuff */
71 /* other stuff */
/linux/arch/mips/ralink/
H A DPlatform2 # Ralink SoC common stuff
/linux/drivers/video/fbdev/via/
H A Dvia_i2c.c182 struct via_i2c_stuff *stuff = &via_i2c_par[which]; in viafb_find_i2c_adapter() local
184 return &stuff->adapter; in viafb_find_i2c_adapter()
/linux/Documentation/admin-guide/sysctl/
H A Dindex.rst75 miscellaneous stuff
76 net/ networking stuff, for documentation look in:
H A Dsunrpc.rst18 the Linux kernel. This stuff is used for NFS, KNFSD and
/linux/Documentation/translations/ja_JP/process/
H A Dhowto.rst136 https://www.ozlabs.org/~akpm/stuff/tpp.txt
603 https://www.ozlabs.org/~akpm/stuff/tpp.txt
/linux/Documentation/translations/zh_CN/core-api/
H A Dkref.rst99 . do stuff with data here
123 . do stuff with data here
/linux/Documentation/translations/zh_TW/process/
H A Dhowto.rst114 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 Dhowto.rst111 https://www.ozlabs.org/~akpm/stuff/tpp.txt
474 https://www.ozlabs.org/~akpm/stuff/tpp.txt
H A D5.Posting.rst155 tag: Full Name <email address> optional-other-stuff
/linux/drivers/gpu/drm/omapdrm/
H A DTODO13 . This can be handled by the dma-buf fence/reservation stuff when it
/linux/Documentation/gpu/rfc/
H A Di915_gem_lmem.rst7 For upstream the overall plan for landing all the DG1 stuff and turning it for
/linux/Documentation/translations/ko_KR/process/
H A Dhowto.rst143 https://www.ozlabs.org/~akpm/stuff/tpp.txt
594 https://www.ozlabs.org/~akpm/stuff/tpp.txt
/linux/drivers/mfd/
H A Drave-sp.c263 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/networking/
H A D6lowpan.rst39 /* do great stuff which is ARPHRD_6LOWPAN related */
H A Dip_dynaddr.rst7 This stuff allows diald ONESHOT connections to get established by
/linux/drivers/gpu/drm/ci/
H A Dx86_64.config29 # Strip out some stuff we don't need for graphics testing, to reduce

1234567