Home
last modified time | relevance | path

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

12

/drivers/usb/gadget/udc/
Dat91_udc.h164 # 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
Dpxa25x_udc.h143 #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
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
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
/drivers/usb/host/
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
Dsl811.h246 # define PACKET pr_debug("sl811: "stuff)
248 # define PACKET(stuff...) do{}while(0) argument
/drivers/gpu/drm/amd/display/
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
/drivers/net/wireless/intersil/orinoco/
Dhermes.c77 #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
/drivers/staging/nvec/
DTODO3 - move half of the nvec init stuff to i2c-tegra.c
/drivers/video/fbdev/via/
Dvia_i2c.c181 struct via_i2c_stuff *stuff = &via_i2c_par[which]; in viafb_find_i2c_adapter() local
183 return &stuff->adapter; in viafb_find_i2c_adapter()
/drivers/mfd/
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()
/drivers/atm/
Dambassador.h297 u32 stuff[16]; member
302 u32 stuff[UNUSED_LOADER_MAILBOXES]; member
Dambassador.c2075 mapreg = rd_plain (dev, offsetof(amb_mem, stuff[10])); in fixup_plx_window()
2078 wr_plain (dev, offsetof(amb_mem, stuff[10]), mapreg); in fixup_plx_window()
/drivers/gpu/drm/omapdrm/
DTODO13 . This can be handled by the dma-buf fence/reservation stuff when it
/drivers/staging/media/atomisp/
DTODO14 1. The atomisp doesn't rely at the usual i2c stuff to discover the
23 3. Switch the driver to use pm_runtime stuff. Right now, it probes the
/drivers/leds/
DTODO48 We really need to do that now; "white" stuff can wait.
/drivers/usb/common/
Dusb-otg-fsm.c25 #define VDBG(stuff...) do {} while (0) argument
/drivers/net/can/
DKconfig79 # because it uses stuff that is intended to be changed or removed.
/drivers/video/fbdev/
Dmetronomefb.c129 u8 stuff[32]; member
/drivers/mtd/devices/
DKconfig152 testing stuff.
/drivers/usb/phy/
Dphy-fsl-usb.c38 #define VDBG(stuff...) do {} while (0) argument
/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dgpc.fuc478 // unknown stuff that's done after finishing a block of
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dkernel.fuc508 // somehow allows the magic "access mmio via D[]" stuff that's
/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c853 #error TODO: handle ugly stuff in ttusb_handle_sec_data()
/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
Dcom.fuc112 // mthd 0x030c-0x0340, various stuff

12