Searched refs:stat (Results 1 – 9 of 9) sorted by relevance
/sof-3.4.0/scripts/ |
D | checkpatch.pl | 4114 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/ |
D | stub.c | 99 int fd, struct stat *pstat); 101 int fd, struct stat *pstat) in _fstat_r()
|
/sof-3.4.0/src/audio/ |
D | chain_dma.c | 176 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()
|
D | host-zephyr.c | 394 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()
|
D | dai-zephyr.c | 1216 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/ |
D | logger.c | 221 struct stat expected_stat; in wait_open() 271 stat(fpath, &expected_stat); in wait_open()
|
/sof-3.4.0/src/library_manager/ |
D | lib_manager.c | 485 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/ |
D | ctl.c | 274 struct stat st; in get_file_size()
|
/sof-3.4.0/tools/sof_ri_info/ |
D | sof_ri_info.py | 1678 assert input_path.stat().st_size == output_path.stat().st_size
|