Home
last modified time | relevance | path

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

1234567891011

/openbmc/u-boot/drivers/usb/gadget/
H A Dat91_udc.h152 # define VDBG(stuff...) do{}while(0) argument
158 # define PACKET(stuff...) do{}while(0) argument
161 #define ERR(stuff...) debug("udc: " stuff) argument
162 #define WARNING(stuff...) debug("udc: " stuff) argument
163 #define INFO(stuff...) debug("udc: " stuff) argument
164 #define DBG(stuff...) debug("udc: " stuff) argument
/openbmc/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
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
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
H 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
/openbmc/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
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Dtop-autoconf.patch6 The autoconf stuff is all in a subdirectory, which is rather annoying
7 as OE expects patches to be applied and autoconf stuff to be done in
9 called there - all it does is run a sub autoconf stuff in the src
/openbmc/linux/drivers/gpu/drm/amd/display/
H A DTODO54 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
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DBeerware1 …is notice you can do whatever you want with this stuff. If we meet some day, and you think this
/openbmc/linux/arch/x86/configs/
H A Dxen.config1 # global x86 required specific stuff
7 # not so generic stuff below
/openbmc/sdbusplus/
H A D.gitignore67 # Django stuff:
73 # Flask stuff:
77 # Scrapy stuff:
124 # Celery stuff
/openbmc/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
/openbmc/linux/arch/alpha/lib/
H A Dev6-memset.S106 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)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/
H A D0001-Fix-list-traversal-issue-in-client_calc_layer.patch30 /* skip over stuff above fullscreen layer */
39 /* skip over stuff above fullscreen layer */
/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dhermes.c78 #define DMSG(stuff...) do {printk(KERN_DEBUG "hermes @ %p: " , hw->iobase); \ argument
79 printk(stuff); } while (0)
84 #define DEBUG(lvl, stuff...) if ((lvl) <= HERMES_DEBUG) DMSG(stuff) argument
88 #define DEBUG(lvl, stuff...) do { } while (0) argument
/openbmc/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,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/gpsd/
H A Dgpsd-machine-conf_1.0.bb6 # BSP layers can add stuff like meta-openmoko example:
/openbmc/linux/drivers/staging/nvec/
H A DTODO3 - move half of the nvec init stuff to i2c-tegra.c
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pycocotools_2.0.8.bb2 person keypoints detection, stuff segmentation, and caption generation."
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-mux-reg.txt58 /* other stuff */
71 /* other stuff */
/openbmc/qemu/scripts/
H A Dgit.orderfile3 # by diffing the important stuff like interface changes first.
/openbmc/openbmc/poky/meta/recipes-sato/images/
H A Dcore-image-sato-sdk.bb13 # Compiling stuff, specifically SystemTap probes, can require lots of memory
/openbmc/openbmc/poky/meta/recipes-graphics/images/
H A Dcore-image-weston-sdk.bb13 # Compiling stuff, specifically SystemTap probes, can require lots of memory
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/
H A D0001-CMakeLists.txt-avoid-changing-install-paths-based-on.patch28 # Include stuff

1234567891011