Searched refs:slave (Results 1 - 25 of 53) sorted by relevance

123

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dspi_bit.h45 * 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 Dedd.h102 uint8_t slave; member in struct:edd_device_path::__anon15484
107 uint8_t slave; member in struct:edd_device_path::__anon15485
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
/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/Additions/x11/x11include/xorg-server-1.16.0/
H A Dscreenint.h89 DetachOffloadGPU(ScreenPtr slave);
H A Dpixmap.h116 PixmapShareToSlave(PixmapPtr pixmap, ScreenPtr slave);
H A Dexa.h697 Bool (*SharePixmapBacking)(PixmapPtr pPixmap, ScreenPtr slave, void **handle_p);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dscreenint.h89 DetachOffloadGPU(ScreenPtr slave);
H A Dpixmap.h116 PixmapShareToSlave(PixmapPtr pixmap, ScreenPtr slave);
H A Dexa.h697 Bool (*SharePixmapBacking)(PixmapPtr pPixmap, ScreenPtr slave, void **handle_p);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dscreenint.h89 DetachOffloadGPU(ScreenPtr slave);
H A Dpixmap.h116 PixmapShareToSlave(PixmapPtr pixmap, ScreenPtr slave);
H A Dexa.h697 Bool (*SharePixmapBacking)(PixmapPtr pPixmap, ScreenPtr slave, void **handle_p);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dscreenint.h89 DetachOffloadGPU(ScreenPtr slave);
H A Dpixmap.h116 PixmapShareToSlave(PixmapPtr pixmap, ScreenPtr slave);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dscreenint.h89 DetachOffloadGPU(ScreenPtr slave);
H A Dpixmap.h116 PixmapShareToSlave(PixmapPtr pixmap, ScreenPtr slave);
/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.6.5/
H A Dinput.h445 DeviceIntPtr slave);
501 DeviceIntPtr slave,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dinput.h416 DeviceIntPtr slave,
473 DeviceIntPtr slave,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dinput.h433 DeviceIntPtr slave,
490 DeviceIntPtr slave,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dinput.h440 DeviceIntPtr slave,
503 DeviceIntPtr slave,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dinput.h437 DeviceIntPtr slave,
494 DeviceIntPtr slave,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dinput.h431 DeviceIntPtr slave,
502 DeviceIntPtr slave,

Completed in 4578 milliseconds

123