Searched refs:Stat (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/sound/drivers/vx/ |
H A D | vx_pcm.c | 189 info->size = rmh.Stat[0]; in vx_set_ibl() 190 info->max_size = rmh.Stat[1]; in vx_set_ibl() 191 info->min_size = rmh.Stat[2]; in vx_set_ibl() 192 info->granularity = rmh.Stat[3]; in vx_set_ibl() 218 *state = (rmh.Stat[0] & (1 << pipe->number)) ? 1 : 0; in vx_get_pipe_state() 245 result = rmh.Stat[0] & 0xffff; in vx_query_hbuffer_size() 269 if (rmh.Stat[0]) in vx_pipe_can_start() 661 count = ((u64)(rmh.Stat[0] & 0xfffff) << 24) | (u64)rmh.Stat[1]; in vx_update_pipe_position() 1101 p = chip->irq_rmh.Stat[i] & MASK_FIRST_FIELD; in vx_pcm_update_intr() 1102 capture = (chip->irq_rmh.Stat[i] & 0x400000) ? 1 : 0; in vx_pcm_update_intr() [all …]
|
H A D | vx_core.c | 176 rmh->Stat[0] = val & 0xffff00; in vx_read_status() 181 rmh->Stat[0] = val; in vx_read_status() 193 rmh->Stat[0] = val; /* Val is the status 1st word */ in vx_read_status() 212 rmh->Stat[i] = vx_inb(chip, RXH) << 16; in vx_read_status() 213 rmh->Stat[i] |= vx_inb(chip, RXM) << 8; in vx_read_status() 214 rmh->Stat[i] |= vx_inb(chip, RXL); in vx_read_status() 493 *ret = chip->irq_rmh.Stat[0]; in vx_test_irq_src()
|
H A D | vx_mixer.c | 258 info.level = rmh.Stat[0] & MASK_DSP_WORD_LEVEL; 259 info.monitor_level = (rmh.Stat[0] >> 10) & MASK_DSP_WORD_LEVEL; 260 info.mute = (rmh.Stat[i] & AUDIO_IO_HAS_MUTE_LEVEL) ? 1 : 0; 261 info.monitor_mute = (rmh.Stat[i] & AUDIO_IO_HAS_MUTE_MONITORING_1) ? 1 : 0; 384 info->saturated = (rmh.Stat[0] & (1 << (audio + i))) ? 1 : 0; in vx_get_audio_vu_meter() 385 info->vu_level = rmh.Stat[i + 1]; in vx_get_audio_vu_meter() 386 info->peak_level = rmh.Stat[i + 2]; in vx_get_audio_vu_meter()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/inotify-tools/inotify-tools/ |
H A D | 0003-replace-stat64-lstat64-with-stat-lstat.patch | 51 fprintf(stderr, "Stat failed on %s: %s\n", path, strerror(errno)); 100 fprintf(stderr, "Stat failed on %s: %s\n", path, strerror(errno));
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/ |
H A D | 0001-cow.c-Replace-stat64-with-stat.patch | 33 cow_printf("Stat of backing file '%s' failed, errno = %d\n",
|
/openbmc/openbmc-test-automation/lib/pdu/ |
H A D | schneider.robot | 49 # Up Time : 0 Days 12 Hours 17 Minutes Stat : P+ N4+ N6+ A+
|
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/ |
H A D | 0006-cmd-go-make-GOROOT-precious-by-default.patch | 78 + _, err := os.Stat(a.Package.Target)
|
/openbmc/linux/include/sound/ |
H A D | vx_core.h | 31 u32 Stat[SIZE_MAX_STATUS]; member
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-typec | 303 Cert Stat VDO part of Discover Identity command result. The
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7280-herobrine.dtsi | 122 * Stat the regulator on. This has the advantage of starting
|
/openbmc/docs/designs/ |
H A D | firmware-update-via-blobs.md | 266 mechanisms on a platform, see the `Stat` command below.
|