Searched defs:slave (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bitbash/
H A Dspi_bit.c49 * Select/deselect slave
52 * @v slave Slave number
58 unsigned int slave,
63 DBGC2 ( spibit, "SPIBIT %p setting slave %d select %s\n",
64 spibit, slave, ( state ? "high" : "low" ) );
67 write_bit ( basher, SPI_BIT_SS ( slave ), state );
165 /* Deassert chip select to reset specified slave */
166 spi_bit_set_slave_select ( spibit, device->slave, DESELECT_SLAVE );
172 /* Assert chip select on specified slave */
173 spi_bit_set_slave_select ( spibit, device->slave, SELECT_SLAV
57 spi_bit_set_slave_select( struct spi_bit_basher *spibit, unsigned int slave, unsigned int state ) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dspi.h92 unsigned int slave; member in struct:spi_device
173 * This bit reflects that active state of the slave select lines. It
H A Dedd.h102 uint8_t slave; member in struct:edd_device_path::__anon15484
107 uint8_t slave; member in struct:edd_device_path::__anon15485
/vbox/src/VBox/Devices/PC/BIOS/
H A Data.c133 uint8_t channel, slave, sn, sc; local
140 slave = device % 2;
164 outb(iobase1+ATA_CB_DH, slave?ATA_CB_DH_DEV1:ATA_CB_DH_DEV0);
215 uint8_t channel, slave; local
221 slave = device % 2;
281 outb(iobase1 + ATA_CB_DH, (slave ? ATA_CB_DH_DEV1 : ATA_CB_DH_DEV0) | (uint8_t) head );
405 uint8_t channel, slave; local
409 slave = device % 2;
418 outb(iobase1+ATA_CB_DH, slave ? ATA_CB_DH_DEV1 : ATA_CB_DH_DEV0);
437 outb(iobase1+ATA_CB_DH, slave
692 uint8_t channel, slave; local
894 uint8_t channel, slave; local
1118 uint8_t channel, slave; local
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dctrl.c73 /* initialize new slave list item */
78 /* append new slave to end of list */
108 /* find slave with sock */
142 _ctrl_command_result(_ctrl_slave_t * slave, int result) argument
148 send(slave->sock, "OK\n", 3, 0);
152 send(slave->sock, buf, strlen(buf), 0);
157 _ctrl_dispatch_command(_ctrl_slave_t * slave) argument
164 cmd = utils_string_unescape(slave->linebuf);
185 _ctrl_command_result(slave, res);
411 /* linebuffer full let's disconnect slave */
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dinputstr.h567 DeviceIntPtr lastSlave; /* last slave device used */
570 * for slave devices, valuators is in device coordinates, mapped to the
579 DeviceIntPtr slave; member in struct:_DeviceIntRec::__anon6812
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dinputstr.h567 DeviceIntPtr lastSlave; /* last slave device used */
570 * for slave devices, valuators is in device coordinates, mapped to the
579 DeviceIntPtr slave; member in struct:_DeviceIntRec::__anon7133
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dinputstr.h515 DeviceIntPtr lastSlave; /* last slave device used */
519 * for slave devices, valuators is in device coordinates
528 DeviceIntPtr slave; member in struct:_DeviceIntRec::__anon8799
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dinputstr.h523 DeviceIntPtr lastSlave; /* last slave device used */
527 * for slave devices, valuators is in device coordinates
536 DeviceIntPtr slave; member in struct:_DeviceIntRec::__anon9113
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dinputstr.h533 DeviceIntPtr lastSlave; /* last slave device used */
537 * for slave devices, valuators is in device coordinates
546 DeviceIntPtr slave; member in struct:_DeviceIntRec::__anon9433
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dinputstr.h534 DeviceIntPtr lastSlave; /* last slave device used */
538 * for slave devices, valuators is in device coordinates
547 DeviceIntPtr slave; member in struct:_DeviceIntRec::__anon4962
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dinputstr.h512 DeviceIntPtr lastSlave; /* last slave device used */
515 * for slave devices, valuators is in device coordinates
524 DeviceIntPtr slave; member in struct:_DeviceIntRec::__anon5274
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dinputstr.h580 DeviceIntPtr lastSlave; /* last slave device used */
583 * for slave devices, valuators is in device coordinates, mapped to the
592 DeviceIntPtr slave; member in struct:_DeviceIntRec::__anon5586
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dinputstr.h565 DeviceIntPtr lastSlave; /* last slave device used */
568 * for slave devices, valuators is in device coordinates, mapped to the
577 DeviceIntPtr slave; member in struct:_DeviceIntRec::__anon5896
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dinputstr.h567 DeviceIntPtr lastSlave; /* last slave device used */
570 * for slave devices, valuators is in device coordinates, mapped to the
579 DeviceIntPtr slave; member in struct:_DeviceIntRec::__anon6199
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dinputstr.h567 DeviceIntPtr lastSlave; /* last slave device used */
570 * for slave devices, valuators is in device coordinates, mapped to the
579 DeviceIntPtr slave; member in struct:_DeviceIntRec::__anon6497

Completed in 98 milliseconds