/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | spi_bit.h | 45 * Determine bit index for a particular slave 47 * @v slave Slave number 48 * @ret index Bit index (i.e. SPI_BIT_SSN, where N=slave) 50 #define SPI_BIT_SS( slave ) ( SPI_BIT_SS0 + (slave) )
|
H A D | edd.h | 102 uint8_t slave; member in struct:edd_device_path::__anon15484 107 uint8_t slave; member in struct:edd_device_path::__anon15485
|
H A D | spi.h | 92 unsigned int slave; member in struct:spi_device 173 * This bit reflects that active state of the slave select lines. It
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bitbash/ |
H A D | spi_bit.c | 49 * 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/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | screenint.h | 89 DetachOffloadGPU(ScreenPtr slave);
|
H A D | pixmap.h | 116 PixmapShareToSlave(PixmapPtr pixmap, ScreenPtr slave);
|
H A D | exa.h | 697 Bool (*SharePixmapBacking)(PixmapPtr pPixmap, ScreenPtr slave, void **handle_p);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | screenint.h | 89 DetachOffloadGPU(ScreenPtr slave);
|
H A D | pixmap.h | 116 PixmapShareToSlave(PixmapPtr pixmap, ScreenPtr slave);
|
H A D | exa.h | 697 Bool (*SharePixmapBacking)(PixmapPtr pPixmap, ScreenPtr slave, void **handle_p);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | screenint.h | 89 DetachOffloadGPU(ScreenPtr slave);
|
H A D | pixmap.h | 116 PixmapShareToSlave(PixmapPtr pixmap, ScreenPtr slave);
|
H A D | exa.h | 697 Bool (*SharePixmapBacking)(PixmapPtr pPixmap, ScreenPtr slave, void **handle_p);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | screenint.h | 89 DetachOffloadGPU(ScreenPtr slave);
|
H A D | pixmap.h | 116 PixmapShareToSlave(PixmapPtr pixmap, ScreenPtr slave);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | screenint.h | 89 DetachOffloadGPU(ScreenPtr slave);
|
H A D | pixmap.h | 116 PixmapShareToSlave(PixmapPtr pixmap, ScreenPtr slave);
|
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | ata.c | 133 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 D | ctrl.c | 73 /* 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.6.5/ |
H A D | input.h | 445 DeviceIntPtr slave); 501 DeviceIntPtr slave,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | input.h | 416 DeviceIntPtr slave, 473 DeviceIntPtr slave,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | input.h | 433 DeviceIntPtr slave, 490 DeviceIntPtr slave,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | input.h | 440 DeviceIntPtr slave, 503 DeviceIntPtr slave,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | input.h | 437 DeviceIntPtr slave, 494 DeviceIntPtr slave,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | input.h | 431 DeviceIntPtr slave, 502 DeviceIntPtr slave,
|