Home
last modified time | relevance | path

Searched full:pulse (Results 1 – 25 of 33) sorted by relevance

12

/qemu/rust/qemu-api/src/
H A Dirq.rs65 /// Send a high-low pulse to the interrupt sink.
66 pub fn pulse(&self) { in pulse() method
/qemu/hw/sensor/
H A Dmax31785.c75 #define MAX31785_FAN_CONFIG_PULSE(pulse) (pulse << 4) argument
76 #define MAX31785_DEFAULT_FAN_CONFIG_1_2(pulse) \ argument
77 (MAX31785_FAN_CONFIG_ENABLE | MAX31785_FAN_CONFIG_PULSE(pulse))
/qemu/audio/
H A Dmeson.build17 ['pa', pulse, files('paaudio.c')],
H A Dpaaudio.c8 #include <pulse/pulseaudio.h>
840 snprintf(pidfile, sizeof(pidfile), "%s/pulse/pid", runtime); in qpa_audio_init()
/qemu/docs/system/arm/
H A Draspi.rst43 * Pulse Width Modulation (PWM)
H A Dnuvoton.rst54 * Pulse Width Modulation (PWM)
/qemu/docs/system/devices/
H A Dvirtio-snd.rst36 or ``-audio driver=pa,model=virtio,server=/run/user/1000/pulse/native``
/qemu/include/hw/misc/
H A Dnpcm7xx_pwm.h75 * struct NPCM7xxPWMState - Pulse Width Modulation device state.
H A Dbcm2835_cprman_internals.h697 .name = "pulse",
698 FILL_CLOCK_MUX_INIT_INFO(PULSE, xosc),
/qemu/target/ppc/
H A Dtimebase_helper.c241 * | 6 SYNC_WAIT | "sync pulse from ChipTOD" | 7 |
402 * mtspr always clears this. The sync pulse timer makes it come back in helper_store_tfmr()
/qemu/hw/input/
H A Dpckbd.c79 /* Pulse bits 3-0 of the output port P2. */
81 /* Pulse bit 0 of the output port P2 = CPU reset. */
83 /* Pulse no bits of the output port P2. */
/qemu/tests/qtest/
H A Ddm163-test.c138 /* Pulse one more bit in the bank, check that we get a one */ in test_dm163_bank()
H A Dfdc-test.c302 /* Insert media in drive. DSKCHK should not be reset until a step pulse in test_media_insert()
/qemu/hw/i2c/
H A Dbitbang_i2c.c113 /* State is set/read at the start of the clock pulse. in bitbang_i2c_set()
/qemu/hw/arm/
H A Dsmmuv3.c44 * smmuv3_trigger_irq - pulse @irq if enabled and update
54 bool pulse = false; in smmuv3_trigger_irq() local
58 pulse = smmuv3_eventq_irq_enabled(s); in smmuv3_trigger_irq()
64 pulse = true; in smmuv3_trigger_irq()
78 pulse = smmuv3_gerror_irq_enabled(s); in smmuv3_trigger_irq()
82 if (pulse) { in smmuv3_trigger_irq()
/qemu/hw/block/
H A Dtrace-events8 fdctrl_tc_pulse(int level) "TC pulse: %u"
/qemu/hw/misc/
H A Dslavio_misc.c224 // Send a pulse to floppy terminal count line in slavio_aux1_mem_writeb()
H A Dtrace-events167 stm32f4xx_pulse_exti(int irq) "Pulse EXTI: %d"
/qemu/hw/intc/
H A Dxlnx-zynqmp-ipi.c189 /* TRIG generates a pulse on the outbound signals. We use the in xlnx_zynqmp_ipi_trig_postw()
/qemu/hw/timer/
H A Dexynos4210_pwm.c2 * Samsung exynos4210 Pulse Width Modulation Timer
H A Daspeed_timer.c349 "%s: Timer does not support pulse mode\n", __func__); in aspeed_timer_ctrl_pulse_enable()
/qemu/hw/display/
H A Dg364fb.c390 case 0x00128: /* Frame timing: broad pulse */ in g364fb_ctrl_write()
/qemu/hw/char/
H A Dstm32l4x5_usart.c73 FIELD(CR2, LBCL, 8, 1) /* Last bit clock pulse */
/qemu/hw/net/
H A Dne2000.c584 /* nothing to do (end of reset pulse) */ in ne2000_reset_ioport_write()
/qemu/linux-user/
H A Dsyscall_defs.h288 abi_long ppsfreq; /* PPS (pulse per second) frequency */
318 abi_llong ppsfreq; /* PPS (pulse per second) frequency */

12