Home
last modified time | relevance | path

Searched refs:input (Results 101 – 125 of 174) sorted by relevance

1234567

/qemu/
H A DMakefile105 $(NINJA) -t query build.ninja | sed -n '1,/^ input:/d; /^ outputs:/q; s/$$/ \\/p'; \
H A DMAINTAINERS660 F: hw/input/pl050.c
879 F: hw/input/lm832x.c
880 F: hw/input/tsc2005.c
895 F: hw/input/tsc210x.c
936 F: hw/input/ads7846.c
1223 F: hw/input/lasips2.c
1467 F: hw/input/adb*
1485 F: hw/input/adb*
1838 F: hw/input/pckbd.c
2304 virtio-input
[all …]
/qemu/tools/ebpf/
H A Drss.bpf.c111 __u8 *input, in net_toeplitz_add() argument
120 __u8 input_byte = input[byte]; in net_toeplitz_add()
/qemu/tests/qemu-iotests/
H A D252.out3 === Test rebase without input base ===
/qemu/hw/s390x/
H A Dmeson.build40 virtio_ss.add(when: 'CONFIG_VIRTIO_INPUT', if_true: files('virtio-ccw-input.c'))
/qemu/qapi/
H A Dpragma.json115 'QKeyCode', # send-key, input-sent-event
H A Dcommon.json186 # Keys to toggle input-linux between host and guest.
/qemu/docs/devel/
H A Dblock-coroutine-wrapper.rst38 ``input: files(...)`` list of ``block_gen_c`` target declaration in
H A Dsecure-coding-practices.rst62 unit = &mydev->unit[val]; <-- this input wasn't validated!
/qemu/tests/
H A Dmeson.build42 input: files('qapi-schema/qapi-schema-test.json',
/qemu/hw/input/
H A Dtrace-events52 # virtio-input.c
/qemu/hw/gpio/
H A Dtrace-events23 pl061_input_change(const char *id, int gpio, int level) "%s input %d changed to %d"
/qemu/ui/
H A Dvnc.c1320 buffer_free(&vs->input); in vnc_disconnect_finish()
1562 vs->input.buffer, vs->input.capacity, vs->input.offset); in vnc_client_read_plain()
1563 buffer_reserve(&vs->input, 4096); in vnc_client_read_plain()
1564 ret = vnc_client_read_buf(vs, buffer_end(&vs->input), 4096); in vnc_client_read_plain()
1567 vs->input.offset += ret; in vnc_client_read_plain()
1603 while (vs->read_handler && vs->input.offset >= vs->read_handler_expect) { in vnc_client_read()
1607 ret = vs->read_handler(vs, vs->input.buffer, len); in vnc_client_read()
1614 buffer_advance(&vs->input, len); in vnc_client_read()
3259 buffer_init(&vs->input, "vnc-input/%p", sioc); in vnc_connect()
H A Dvnc-auth-sasl.c162 buffer_reserve(&vs->input, decodedLen); in vnc_client_read_sasl()
163 buffer_append(&vs->input, decoded, decodedLen); in vnc_client_read_sasl()
H A Dvnc.h322 Buffer input; member
/qemu/qga/
H A Dqapi-schema.json761 # returned, and always ignored on input (hence it can be omitted
801 # the input list should describe a modified subset of
809 # if the @vcpus list was empty on input. Guest state has not
1125 # is returned, and always ignored on input (hence it can be
1209 # different @online field). Preferably the input list should
1214 # @GuestMemoryBlockResponse, which is corresponding to the input
1218 # empty on input, or there is an error, and in this case, guest
1361 # @input-data: data to be passed to process stdin (base64 encoded)
1372 '*input-data': 'str', '*capture-output': 'GuestExecCaptureOutput' },
/qemu/scripts/coverity-scan/
H A DCOMPONENTS.md118 ~ .*/qemu((/include)?(/ui|/hw/display|/hw/input)/.*)
/qemu/target/hexagon/idef-parser/
H A Didef-parser.y48 %start input
100 input : instructions
/qemu/docs/interop/
H A Ddbus.rst9 - vhost-user* processes (gpu, virtfs, input, etc...)
/qemu/scripts/
H A Dget_maintainer.pl1498 my $input = <STDIN>;
1499 chomp($input);
1503 my @wish = split(/[, ]+/, $input);
/qemu/hw/scsi/
H A Dvmw_pvscsi.c151 pvscsi_log2(uint32_t input) in pvscsi_log2() argument
154 assert(input > 0); in pvscsi_log2()
155 while (input >> ++log) { in pvscsi_log2()
/qemu/docs/system/
H A Ddevice-emulation.rst97 devices/vhost-user-input.rst
/qemu/docs/
H A Dimage-fuzzer.txt186 8. Should generate a seed if it is not specified as an input parameter.
193 actions, if it is not specified as an input parameter
/qemu/target/i386/tcg/
H A Demit.c.inc718 /* The format of the fourth input is Lx */
1080 /* Pass third input as (index, base, scale) */
1304 /* input in T1, which is ready for prepare_update2_cc */
1314 /* input in T1, which is ready for prepare_update2_cc */
1324 /* input in T1, which is ready for prepare_update2_cc */
1353 * input is zero, but real hardware leaves it unchanged, and
1372 * input is zero, but real hardware leaves it unchanged, and
2238 /* C bit (cc_src) is defined related to the input. */
3383 * The input has already been zero-extended upon operand decode.
3905 /* C bit (cc_src) is defined related to the input. */
[all …]
/qemu/docs/sphinx-static/
H A Dtheme_overrides.css30 .wy-side-nav-search input[type="text"] {

1234567