Home
last modified time | relevance | path

Searched refs:we (Results 1 – 25 of 51) sorted by relevance

123

/drivers/net/ethernet/cavium/liquidio/
Docteon_main.h188 wait_queue_t we; in sleep_cond() local
190 init_waitqueue_entry(&we, current); in sleep_cond()
191 add_wait_queue(wait_queue, &we); in sleep_cond()
202 remove_wait_queue(wait_queue, &we); in sleep_cond()
209 wait_queue_t we; in sleep_atomic_cond() local
211 init_waitqueue_entry(&we, current); in sleep_atomic_cond()
212 add_wait_queue(waitq, &we); in sleep_atomic_cond()
221 remove_wait_queue(waitq, &we); in sleep_atomic_cond()
233 wait_queue_t we; in sleep_timeout_cond() local
235 init_waitqueue_entry(&we, current); in sleep_timeout_cond()
[all …]
/drivers/block/paride/
DTransition-notes9 ps_spinlock. C is always preceded by B, since we can't reach it
10 other than through B and we don't drop ps_spinlock between them.
14 A and each B is preceded by either A or C. Moments when we enter
37 * in ps_tq_int(): from the moment when we get ps_spinlock() to the
73 we would have to be called for the PIA that got ->claimed_cont
83 it is holding pd_lock. The only place within the area where we
87 we were acquiring the lock, (1) would be already false, since
89 If it was 0 before we tried to acquire pd_lock, (2) would be
96 (4) is done the same way - all places where we release pi_spinlock within
100 in the area, under pi_spinlock and we do not release it until after leaving
[all …]
/drivers/scsi/aic7xxx/
Daic79xx.seq85 * If we have completions stalled waiting for the qfreeze
109 * ENSELO is cleared by a SELDO, so we must test for SELDO
169 * Since this status did not consume a FIFO, we have to
170 * be a bit more dilligent in how we check for FIFOs pertaining
178 * count in the SCB. In this case, we allow the routine servicing
183 * we detect case 1, we will properly defer the post of the SCB
222 * bad SCSI status (currently only for underruns), we
223 * queue the SCB for normal completion. Otherwise, we
258 * If we have relatively few commands outstanding, don't
303 * one byte of lun information we support.
[all …]
Daic7xxx.seq52 * After starting the selection hardware, we check for reconnecting targets
54 * bus arbitration. The problem with this is that we must keep track of the
55 * SCB that we've already pulled from the QINFIFO and started the selection
56 * on just in case the reselection wins so that we can retry the selection at
104 * We have at least one queued SCB now and we don't have any
124 * before we completed the DMA operation. If it was,
211 /* The Target ID we were selected at */
239 * Watch ATN closely now as we pull in messages from the
285 * we've got a failed selection and must transition to bus
333 * Reselection has been initiated by a target. Make a note that we've been
[all …]
/drivers/lguest/
DREADME7 But be warned; this is an arduous journey of several hours or more! And as we
23 - Where we encounter the first tantalising wisps of code, and come to
31 - Where we trace back to the creation of the Guest, and thus begin our
35 - Where we master the Host code, through a long and tortuous journey.
/drivers/bcma/
DREADME2 however from programming point of view there is nothing AMBA specific we use.
11 and PIDs (0x103BB369), but we do not use that info for anything. One of that
17 In this situation we decided to introduce separated bus. It can contain up to
/drivers/gpu/drm/msm/
DNOTES3 In the current snapdragon SoC's, we have (at least) 3 different
21 seems like we can do some clever tricks like use GPU to trigger
44 we'll let msm_mdp4_kms provide the irq install/uninstall/etc functions
56 Unlike MDP4, it appears we can get by with a single encoder, rather
68 logistics of finding/mapping io region, irq, etc. Idealy we would
/drivers/scsi/
D53c700.scr41 ; The following represent status interrupts we use 3 hex digits for
119 ; SCSI Messages we interpret in the script
190 ; Use this entry if we've just tried to look at the first byte
269 ; Could be we have nothing more to transfer
351 ; we return here after a reselection
364 ; we return here after a reselection
391 ; we return here after a reselection
D53c700_d.h_shipped44 ; The following represent status interrupts we use 3 hex digits for
122 ; SCSI Messages we interpret in the script
256 ; Use this entry if we've just tried to look at the first byte
473 ; Could be we have nothing more to transfer
708 ; we return here after a reselection
736 ; we return here after a reselection
808 ; we return here after a reselection
/drivers/staging/speakup/
DTODO9 Currently, speakup has several issues we know of.
12 ports. Currently, we communicate directly with the hardware
15 such as PCI-based serial ports. Also, there is not a way we can
Dspkguide.txt116 few exceptions, but we'll come to those later.
246 In this section, we'll go through a list of all the speakup keys and
436 simplicity, we'll call them punc0, punc1, punc2, and punc3. The scripts
548 we'll see in the next section, this is particularly useful when you are
583 Now, suppose we have a situation where the main Speakup component
586 partial Speakup sys system has been created which we can take advantage
610 During the rest of this section, we assume that speakup_soft is either
620 While we are at it, we might just as well create the /dev/synth device,
803 For example, in this manual, we have made references to several web
815 from the screen. Speakup will say, "cut". Although we call this
[all …]
/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dhub.fuc95 // the IRQ handler will signal the host if we ever get one.. we
96 // may find out if/why we need to handle these if so..
149 // set mmctx base addresses now so we don't have to do it later,
212 // save context size, and tell host we're ready
222 // sleep until we have something to do
348 // none we handle; report to host and ack
364 // anything we didn't handle, bring it to the host's attention
429 // good description for the bits we turn off? Anyways, without this,
551 // it's definitely needed for NVIDIA's, so we may as well use it for now
586 // disable the mmio list now, we don't need/want to execute it again
Dgpc.fuc149 // how many TPCs do we have?
158 // determine which GPC we are, setup (optional) mmio access offset
192 // set mmctx base addresses now so we don't have to do it later,
285 // save context size, and tell HUB we're done
380 // good description for the bits we turn off? Anyways, without this,
/drivers/gpu/drm/omapdrm/
DTODO2 . Where should we do eviction (detatch_pages())? We aren't necessarily
3 accessing the pages via a GART, so maybe we need some other threshold
/drivers/usb/misc/sisusbvga/
Dsisusb_con.c690 int ul, we, p, st; in sisusbcon_scrolldelta() local
711 we = sisusb->con_rolled_over + c->vc_size_row; in sisusbcon_scrolldelta()
716 we = sisusb->scrbuf_size; in sisusbcon_scrolldelta()
720 p = (c->vc_visible_origin - sisusb->scrbuf - ul + we) % we + in sisusbcon_scrolldelta()
723 st = (c->vc_origin - sisusb->scrbuf - ul + we) % we; in sisusbcon_scrolldelta()
734 c->vc_visible_origin = sisusb->scrbuf + (p + ul) % we; in sisusbcon_scrolldelta()
/drivers/video/console/
Dvgacon.c341 int ul, we, p, st; in vgacon_scrolldelta() local
346 we = vga_rolled_over + c->vc_size_row; in vgacon_scrolldelta()
349 we = vga_vram_size; in vgacon_scrolldelta()
351 p = (c->vc_visible_origin - vga_vram_base - ul + we) % we + in vgacon_scrolldelta()
353 st = (c->vc_origin - vga_vram_base - ul + we) % we; in vgacon_scrolldelta()
360 c->vc_visible_origin = vga_vram_base + (p + ul) % we; in vgacon_scrolldelta()
/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
Dg98.fuc0s135 // see which interrupts we got
153 // if bit 30 set, it's active, so we have to unload it first.
164 // tell PFIFO we unloaded
171 // no channel loaded - perhaps we're requested to load one
193 // tell PFIFO we're done
208 // shift the addr to proper position if we need to interrupt later
385 // ok, we'll need to pull second one too
/drivers/staging/olpc_dcon/
DTODO2 - see if vx855 gpio API can be made similar enough to cs5535 so we can
/drivers/staging/lustre/
DTODO5 * Clean up libcfs layer. Ideally we can remove include/linux/libcfs entirely.
/drivers/staging/rtl8192e/
Dlicense27 When we speak of free software, we are referring to freedom, not price. Our
34 To protect your rights, we need to make restrictions that forbid anyone to
48 Also, for each author's protection and ours, we want to make certain that
50 the software is modified by someone else and passed on, we want its
58 proprietary. To prevent this, we have made it clear that any patent must be
253 Foundation, write to the Free Software Foundation; we sometimes make
/drivers/staging/rtl8192u/
Dcopying21 When we speak of free software, we are referring to freedom, not
28 To protect your rights, we need to make restrictions that forbid
43 Also, for each author's protection and ours, we want to make certain
45 software. If the software is modified by someone else and passed on, we
53 program proprietary. To prevent this, we have made it clear that any
253 Software Foundation, write to the Free Software Foundation; we sometimes
/drivers/target/
Dtarget_core_pr.c327 int we = 0; /* Write Exclusive */ in core_scsi3_pr_seq_non_holder() local
346 we = 1; in core_scsi3_pr_seq_non_holder()
354 we = 1; in core_scsi3_pr_seq_non_holder()
362 we = 1; in core_scsi3_pr_seq_non_holder()
379 ret = (we) ? 0 : 1; in core_scsi3_pr_seq_non_holder()
394 ret = (we) ? 0 : 1; /* Allowed Write Exclusive */ in core_scsi3_pr_seq_non_holder()
445 ret = (we) ? 0 : 1; /* Allowed Write Exclusive */ in core_scsi3_pr_seq_non_holder()
457 ret = (we) ? 0 : 1; /* Allowed Write Exclusive */ in core_scsi3_pr_seq_non_holder()
501 if (we && !registered_nexus) { in core_scsi3_pr_seq_non_holder()
545 } else if (we && registered_nexus) { in core_scsi3_pr_seq_non_holder()
/drivers/gpu/drm/nouveau/
DKconfig13 # Similar to i915, we need to select ACPI_VIDEO and it's dependencies
/drivers/usb/class/
Dcdc-wdm.c352 int rv = -EMSGSIZE, r, we; in wdm_write() local
360 we = desc->werr; in wdm_write()
363 if (we < 0) in wdm_write()
364 return usb_translate_errors(we); in wdm_write()
/drivers/fmc/
DKconfig32 The driver also handles interrupts (we used it with a real carrier

123