OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dc_queue
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/s3c2xx0/
s3c2440_dma.c
93
struct dmac_xfer_state_head
dc_queue
;
member in struct:s3c2440_dmac_channel
148
SIMPLEQ_INIT(&sc->sc_channels[i].
dc_queue
);
348
SIMPLEQ_INSERT_TAIL(&sc->sc_channels[channel_no].
dc_queue
, dxs, dxs_link);
586
if ( SIMPLEQ_EMPTY(&dc->
dc_queue
) ) {
592
dxs = SIMPLEQ_FIRST(&dc->
dc_queue
);
593
SIMPLEQ_REMOVE_HEAD(&dc->
dc_queue
, dxs_link);
672
SIMPLEQ_REMOVE(&dc->
dc_queue
, dxs, dmac_xfer_state, dxs_link);
Completed in 12 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025