Home
last modified time | relevance | path

Searched defs:sample (Results 1 – 14 of 14) sorted by relevance

/openbmc/dbus-sensors/src/nvme/
H A DNVMeSensor.cpp88 bool NVMeSensor::sample() in sample() function in NVMeSensor
/openbmc/qemu/hw/audio/
H A Dgusemu_mixer.c61 unsigned int sample; in gus_mixvoices() local
H A Dpl041.c209 uint32_t sample = 0; in pl041_fifo1_write() local
H A Dasc.c289 uint8_t sample; in generate_wavetable() local
H A Dwm8750.c653 void wm8750_dac_dat(void *opaque, uint32_t sample) in wm8750_dac_dat()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dbuildstats.py213 def sample(self, event, force): member in SystemStats
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_dcmi.h117 uint16_t sample; /* 13th - 14th are sample period time */ member
128 uint32_t sample; member
/openbmc/qemu/tests/unit/
H A Dtest-vmstate.c562 TestArrayOfPtrToStuct sample = {.ar = {&ar[0], &ar[1], &ar[2], &ar[3]} }; in test_arr_ptr_str_no0_save() local
595 TestArrayOfPtrToStuct sample = {.ar = {&ar[0], NULL, &ar[2], &ar[3]} }; in test_arr_ptr_str_0_save() local
642 TestArrayOfPtrToInt sample = {.ar = {&ar[0], NULL, &ar[2], &ar[3]} }; in test_arr_ptr_prim_0_save() local
/openbmc/intel-ipmi-oem/include/
H A Dmanufacturingcommands.hpp94 sample = 0, enumerator
/openbmc/u-boot/arch/x86/cpu/quark/
H A Dmrc_util.c1094 uint8_t sample; /* sample counter */ in find_rising_edge() local
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dserver.py55 def __init__(self, sample): argument
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-bus.h315 uint32_t sample; member
/openbmc/ipmitool/lib/
H A Dipmi_dcmi.c3325 uint16_t sample = 0; in ipmi_dcmi_set_limit() local
/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py138 def unarchive_sample_image(sample, fname): argument