/linux-6.14.4/drivers/usb/gadget/udc/ |
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
|
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
|
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-6.14.4/drivers/isdn/mISDN/ |
D | dsp.h | 44 * audio stuff * 65 * cmx stuff * 112 * DTMF stuff * 135 * pipeline stuff * 144 * tones stuff * 158 * echo stuff * 167 * general stuff * 190 /* conference stuff */ 196 /* buffer stuff */ 212 /* hardware stuff */ [all …]
|
/linux-6.14.4/include/linux/can/ |
D | length.h | 115 * Stuff Count 4 118 * Fixed stuff bits 6 127 * Stuff Count 4 130 * Fixed stuff bits 7 166 * - "o": dominant stuff bit 168 * - "i": recessive stuff bit 170 * Aside from the first bit, one stuff bit is added every four bits. 214 * bitstuffing). CAN-FD's fixed stuff bits are always included.
|
/linux-6.14.4/arch/mips/include/asm/ |
D | processor.h | 235 /* Saved cp0 stuff. */ 239 /* Saved fpu/fpu emulator stuff. */ 261 /* Other stuff associated with the thread. */ 315 * Saved cp0 stuff \ 319 * Saved FPU/FPU emulator stuff \ 327 * Saved DSP stuff \ 334 * saved watch register stuff \ 338 * Other stuff associated with the process \
|
D | mipsprom.h | 38 /* Cache handling stuff */ 42 /* Libc alike stuff */ 54 /* Misc stuff */
|
/linux-6.14.4/sound/pci/au88x0/ |
D | au88x0.h | 120 /* Virtual page extender stuff */ 169 /* Gameport stuff. */ 221 /* global stuff. */ 234 /* Connection stuff. */ 270 /* Driver stuff. */ 277 /* ALSA stuff. */
|
/linux-6.14.4/tools/power/cpupower/utils/helpers/ |
D | helpers.h | 40 /* Global verbose (-d) stuff *********************************/ 60 /* Global verbose (-v) stuff *********************************/ 125 /* PCI stuff ****************************/ 133 /* PCI stuff ****************************/ 145 /* AMD P-State stuff **************************/ 152 /* AMD P-State stuff **************************/
|
/linux-6.14.4/include/net/phonet/ |
D | pep.h | 19 /* XXX: union-ify listening vs connected stuff ? */ 20 /* Listening socket stuff: */ 23 /* Connected socket stuff: */
|
/linux-6.14.4/drivers/pcmcia/ |
D | cs_internal.h | 77 * Stuff internal to module "pcmcia_rsrc": 85 * Stuff internal to module "pcmcia_core": 99 * Stuff exported by module "pcmcia_core" to module "pcmcia" 132 * Stuff internal to module "pcmcia".
|
/linux-6.14.4/include/uapi/linux/ |
D | string.h | 5 /* We don't want strings.h stuff being used by user stuff by accident */
|
/linux-6.14.4/fs/gfs2/ |
D | incore.h | 274 /* Quota stuff */ 516 /* Replay stuff */ 711 /* Lock Stuff */ 725 /* Inode Stuff */ 738 /* StatFS stuff */ 745 /* Resource group stuff */ 753 /* Journal index stuff */ 771 /* Workqueue stuff */ 776 /* Daemon stuff */ 781 /* Quota stuff */ [all …]
|
/linux-6.14.4/arch/x86/configs/ |
D | xen.config | 1 # global x86 required specific stuff 7 # not so generic stuff below
|
/linux-6.14.4/drivers/hid/ |
D | hid-picolcd.h | 75 /* input stuff */ 84 /* Framebuffer stuff */ 97 /* LED stuff */ 102 /* Housekeeping stuff */ 114 /* Framebuffer stuff */
|
/linux-6.14.4/kernel/configs/ |
D | xen.config | 3 # global stuff - these enable us to allow some 4 # of the not so generic stuff below for xen
|
/linux-6.14.4/drivers/usb/host/ |
D | isp116x.h | 234 /* Bit Stuff */ -EPROTO, 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
|
/linux-6.14.4/drivers/s390/cio/ |
D | device.h | 103 /* Function prototypes for device status and basic sense stuff. */ 117 /* Function prototypes for sense id stuff. */ 121 /* Function prototypes for path grouping stuff. */
|
/linux-6.14.4/block/partitions/ |
D | mac.h | 30 /* there is more stuff after this that we don't need */ 42 /* ... more stuff */
|
/linux-6.14.4/arch/alpha/lib/ |
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) 150 * $17 - mask of stuff to store 284 beq $3,no_quad # U : tail stuff only 299 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64) 328 * $17 - mask of stuff to store 472 beq $3,no_quad_w # U : tail stuff only 487 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64) 516 * $17 - mask of stuff to store
|
/linux-6.14.4/Documentation/usb/ |
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-6.14.4/include/uapi/linux/netfilter/ |
D | xt_tcpudp.h | 7 /* TCP matching stuff */ 24 /* UDP matching stuff */
|
/linux-6.14.4/drivers/usb/serial/ |
D | aircable.c | 16 * The device simply need some stuff to understand data coming from the usb 19 * Packages are 60 bytes long Header Stuff. 50 /* Protocol Stuff */
|
/linux-6.14.4/drivers/nubus/ |
D | proc.c | 33 * /proc/bus/nubus/devices stuff 51 * /proc/bus/nubus/x/ stuff 190 * /proc/nubus stuff
|
/linux-6.14.4/include/linux/ |
D | mailbox_controller.h | 31 * The controller may do stuff that need to sleep. 35 * The controller may do stuff that need to sleep. 41 * The controller may do stuff that need to sleep/block.
|