Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 57) sorted by relevance

123

/qemu/hw/i2c/
H A Dsmbus_master.c51 int smbus_read_byte(I2CBus *bus, uint8_t addr, uint8_t command) in smbus_read_byte()
68 int smbus_write_byte(I2CBus *bus, uint8_t addr, uint8_t command, uint8_t data) in smbus_write_byte()
79 int smbus_read_word(I2CBus *bus, uint8_t addr, uint8_t command) in smbus_read_word()
97 int smbus_write_word(I2CBus *bus, uint8_t addr, uint8_t command, uint16_t data) in smbus_write_word()
109 int smbus_read_block(I2CBus *bus, uint8_t addr, uint8_t command, uint8_t *data, in smbus_read_block()
143 int smbus_write_block(I2CBus *bus, uint8_t addr, uint8_t command, uint8_t *data, in smbus_write_block()
/qemu/migration/
H A Dexec.c43 void exec_start_outgoing_migration(MigrationState *s, strList *command, in exec_start_outgoing_migration()
71 void exec_start_incoming_migration(strList *command, Error **errp) in exec_start_incoming_migration()
/qemu/scripts/
H A Dmodinfo-collect.py19 def process_command(src, command): argument
/qemu/pc-bios/s390-ccw/
H A Dscsi.h105 uint8_t command; /* b0, == 0x12 */ member
114 uint8_t command; /* =0x28 */ member
124 uint8_t command; /* =0x00 */ member
131 uint8_t command; /* =0xa0 */ member
149 uint8_t command; /* =0x9e = "service action in 16" */ member
H A Dsclp.c31 static int sclp_service_call(unsigned int command, void *sccb) in sclp_service_call()
/qemu/scripts/performance/
H A DtopN_perf.py54 command = args.command variable
H A DtopN_callgrind.py54 command = args.command variable
/qemu/tests/image-fuzzer/
H A Drunner.py331 command, fuzz_config): argument
362 command = None variable
/qemu/hw/nvram/
H A Deeprom93xx.c79 uint8_t command; member
160 uint8_t command = eeprom->command; in eeprom93xx_write() local
/qemu/hw/i386/
H A Dvmport.c83 void vmport_register(VMPortCommand command, VMPortReadFunc *func, void *opaque) in vmport_register()
100 unsigned char command; in vmport_ioport_read() local
H A Dvmmouse.c225 uint16_t command; in vmmouse_ioport_read() local
/qemu/linux-headers/linux/
H A Dvfio_ccw.h33 __u32 command; member
/qemu/tests/avocado/avocado_qemu/
H A D__init__.py201 def exec_command(test, command): argument
213 def exec_command_and_wait_for_pattern(test, command, argument
431 def ssh_command(self, command): argument
/qemu/hw/audio/
H A Dintel-hda.h36 void (*command)(HDACodecDevice *dev, uint32_t nid, uint32_t data); member
/qemu/include/hw/acpi/
H A Dcpu.h35 uint8_t command; member
/qemu/tests/qtest/libqos/
H A Dlibqos.c74 static QDict *qmp_execute(QTestState *qts, const char *command) in qmp_execute()
/qemu/tests/vm/
H A Dbasevm.py399 def console_send(self, command): argument
409 def console_wait_send(self, wait, command): argument
/qemu/qapi/
H A Dqmp-dispatch.c142 const char *command; in qmp_dispatch() local
/qemu/hw/block/
H A Dtc58128.c86 static void handle_command(tc58128_dev * dev, uint8_t command) in handle_command()
/qemu/hw/gpio/
H A Dmax7310.c31 uint8_t command; member
/qemu/include/hw/dma/
H A Di8257.h34 uint8_t command; member
/qemu/hw/net/
H A Di82596.c340 uint16_t command, cuc, ruc; in examine_scb() local
596 uint16_t command, status; in i82596_receive() local
/qemu/tests/qtest/
H A Ddrive_del-test.c21 static bool look_for_drive0(QTestState *qts, const char *command, const char *key) in look_for_drive0()
/qemu/include/hw/sd/
H A Dallwinner-sdhost.h96 uint32_t command; /**< Command */ member
/qemu/hw/net/can/
H A Dctucan_core.c321 union ctu_can_fd_command command; in ctucan_mem_write() local

123