Home
last modified time | relevance | path

Searched refs:output (Results 251 – 275 of 557) sorted by relevance

1...<<11121314151617181920>>...23

/qemu/tests/qemu-iotests/
H A D025.out1 QA output created by 025
H A D04391 _img_info --backing-chain --output=json | grep -v 'backing-filename-format'
H A D288.out1 QA output created by 288
H A D126.out1 QA output created by 126
H A D003.out1 QA output created by 003
H A D162.out1 QA output created by 162
H A D050.out1 QA output created by 050
H A D102.out1 QA output created by 102
H A D117.out1 QA output created by 117
H A D027.out1 QA output created by 027
H A D225.out1 QA output created by 225
H A D110.out1 QA output created by 110
H A D140.out1 QA output created by 140
H A D178.out.raw1 QA output created by 178
15 qemu-img: --output must be used with human or json as argument.
H A D138.out1 QA output created by 138
H A D010.out1 QA output created by 010
/qemu/hw/gpio/
H A Dnrf51_gpio.c68 qemu_set_irq(s->output[i], irq_level); in update_output_irq()
304 qdev_init_gpio_out(DEVICE(s), s->output, NRF51_GPIO_PINS); in nrf51_gpio_init()
H A Daspeed_gpio.c653 reg_value &= props->output; in aspeed_gpio_write_index_mode()
675 reg_value = (reg_value | ~props->input) & props->output; in aspeed_gpio_write_index_mode()
800 data &= props->output; in aspeed_gpio_write()
818 data = (data | ~props->input) & props->output; in aspeed_gpio_write()
1028 uint32_t skip = ~(props->input | props->output); in aspeed_gpio_realize()
1050 uint32_t skip = ~(props->input | props->output); in aspeed_gpio_init()
H A Dpca9554.c42 uint8_t output = s->regs[PCA9554_OUTPUT]; in pca9554_update_pin_input() local
43 uint8_t internal_state = config | output; in pca9554_update_pin_input()
/qemu/tests/tcg/cris/bare/
H A Dcheck_cmpq.s2 # output: 1\n1\n1\n1f\n1f\nffffffe1\nffffffe1\nffffffe0\n0\n0\nffffffff\nffffffff\n10000\n100\n5678…
H A Dcheck_addi.s2 # output: 0\n1\n2\n4\nbe02460f\n69d035a6\nc16c14d4\n
H A Dcheck_ba.s2 # output: a\n
/qemu/include/hw/gpio/
H A Daspeed_gpio.h31 uint32_t output; member
/qemu/scripts/
H A Dxml-preprocess.py222 output = subprocess.check_output(
226 xml_str = xml_str.replace(group_cmd, output)
/qemu/block/
H A Dmeson.build144 output: 'module_block.h',
151 output: 'block-gen.c',

1...<<11121314151617181920>>...23