OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:f_pdc_space
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/at91/
at91pdcvar.h
62
int
f_pdc_space
; /* number of bytes allocated for pdc */
member in struct:at91pdc_fifo
91
fifo->
f_pdc_space
= fifo->f_buf_size;
119
if (fifo->
f_pdc_space
< chunk_size) {
133
fifo->
f_pdc_space
-= chunk_size;
196
fifo->
f_pdc_space
+= bytes_read;
213
int max_len = fifo->f_length - (fifo->f_buf_size - fifo->
f_pdc_space
);
218
if (len > fifo->
f_pdc_space
)
220
__FUNCTION__, len, fifo->f_length, fifo->
f_pdc_space
, fifo->f_buf_size);
225
__FUNCTION__, fifo->f_length, fifo->
f_pdc_space
, fifo->f_buf_size);
237
fifo->
f_pdc_space
-= len
[
all
...]
at91pdcvar.h
62
int
f_pdc_space
; /* number of bytes allocated for pdc */
member in struct:at91pdc_fifo
91
fifo->
f_pdc_space
= fifo->f_buf_size;
119
if (fifo->
f_pdc_space
< chunk_size) {
133
fifo->
f_pdc_space
-= chunk_size;
196
fifo->
f_pdc_space
+= bytes_read;
213
int max_len = fifo->f_length - (fifo->f_buf_size - fifo->
f_pdc_space
);
218
if (len > fifo->
f_pdc_space
)
220
__FUNCTION__, len, fifo->f_length, fifo->
f_pdc_space
, fifo->f_buf_size);
225
__FUNCTION__, fifo->f_length, fifo->
f_pdc_space
, fifo->f_buf_size);
237
fifo->
f_pdc_space
-= len
[
all
...]
Completed in 53 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025