Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 9 of 9) sorted by relevance

/sof-3.4.0/scripts/
Dcheckpatch.pl4114 my ($stat, $cond, $line_nr_next, $remain_next, $off_next,
4119 ($stat, $cond, $line_nr_next, $remain_next, $off_next) =
4121 $stat =~ s/\n./\n /g;
4128 my $frag = $stat; $frag =~ s/;+\s*$//;
4142 my $s = $stat;
4265 ($stat, $cond, $line_nr_next, $remain_next, $off_next) =
4267 if (!defined $stat);
4268 my ($s, $c) = ($stat, $cond);
4344 $stat !~ /^\+/ && $stat_real !~ /^\+/) {
4513 if ($stat =~ /^(?:.\s*}\s*\n)?.([A-Z_]+)\s*\(\s*($Ident)/ &&
[all …]
/sof-3.4.0/src/arch/xtensa/xtos/
Dstub.c99 int fd, struct stat *pstat);
101 int fd, struct stat *pstat) in _fstat_r()
/sof-3.4.0/src/audio/
Dchain_dma.c176 struct dma_status stat; in chain_task_run() local
183 ret = dma_get_status(cd->chan_link->dma->z_dev, cd->chan_link->index, &stat); in chain_task_run()
199 link_avail_bytes = stat.pending_length; in chain_task_run()
200 link_free_bytes = stat.free; in chain_task_run()
201 link_read_pos = stat.read_position; in chain_task_run()
204 ret = dma_get_status(cd->chan_host->dma->z_dev, cd->chan_host->index, &stat); in chain_task_run()
210 host_avail_bytes = stat.pending_length; in chain_task_run()
211 host_free_bytes = stat.free; in chain_task_run()
212 host_read_pos = stat.read_position; in chain_task_run()
Dhost-zephyr.c394 struct dma_status stat; in host_get_copy_bytes_normal() local
401 ret = dma_get_status(hd->chan->dma->z_dev, hd->chan->index, &stat); in host_get_copy_bytes_normal()
408 avail_bytes = stat.pending_length; in host_get_copy_bytes_normal()
409 free_bytes = stat.free; in host_get_copy_bytes_normal()
Ddai-zephyr.c1216 struct dma_status stat; in dai_copy() local
1228 ret = dma_get_status(dd->chan->dma->z_dev, dd->chan->index, &stat); in dai_copy()
1245 avail_bytes = stat.pending_length; in dai_copy()
1246 free_bytes = stat.free; in dai_copy()
/sof-3.4.0/tools/logger/
Dlogger.c221 struct stat expected_stat; in wait_open()
271 stat(fpath, &expected_stat); in wait_open()
/sof-3.4.0/src/library_manager/
Dlib_manager.c485 struct dma_status stat; in lib_manager_load_data_from_host() local
518 ret = dma_get_status(dma_ext->chan->dma->z_dev, dma_ext->chan->index, &stat); in lib_manager_load_data_from_host()
523 avail_bytes = stat.pending_length; in lib_manager_load_data_from_host()
/sof-3.4.0/tools/ctl/
Dctl.c274 struct stat st; in get_file_size()
/sof-3.4.0/tools/sof_ri_info/
Dsof_ri_info.py1678 assert input_path.stat().st_size == output_path.stat().st_size