Searched refs:In (Results 1 - 14 of 14) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drsxface.c46 * and the following Disclaimer and Export Compliance provision. In addition,
58 * documentation and/or other materials provided with distribution. In
102 * any other agency or department of the United States Government. In the
164 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field)
165 #define ACPI_COPY_ADDRESS(Out, In) \
166 ACPI_COPY_FIELD(Out, In, ResourceType); \
167 ACPI_COPY_FIELD(Out, In, ProducerConsumer); \
168 ACPI_COPY_FIELD(Out, In, Decode); \
169 ACPI_COPY_FIELD(Out, In, MinAddressFixe
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutmisc.c46 * and the following Disclaimer and Export Compliance provision. In addition,
58 * documentation and/or other materials provided with distribution. In
102 * any other agency or department of the United States Government. In the
256 } In; local
262 In.Value = Value;
264 Out.Bytes[0] = In.Bytes[3];
265 Out.Bytes[1] = In.Bytes[2];
266 Out.Bytes[2] = In.Bytes[1];
267 Out.Bytes[3] = In.Bytes[0];
/haiku/src/system/kernel/arch/arm64/
H A Darch_uart_linflex.cpp165 character = In<uint8, vuint32>(&LinflexCell()->BDRM.R);
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DTransfer.cpp283 (((fPipe->Direction() == Pipe::In) ? 7268 : 6265)
294 if (fPipe->Direction() == Pipe::In)
H A DPipe.cpp94 fEndpointAddress | (fDirection == In ? USB_ENDPOINT_ADDR_DIR_IN
115 fEndpointAddress | (fDirection == In ? USB_ENDPOINT_ADDR_DIR_IN
132 fEndpointAddress | (fDirection == In ? USB_ENDPOINT_ADDR_DIR_IN
H A Dusb_private.h315 enum pipeDirection { In, Out, Default }; enumerator in enum:Pipe::pipeDirection
H A Dusb.cpp118 | (pipe->Direction() == Pipe::In ? USB_ENDPOINT_ADDR_DIR_IN
H A DDevice.cpp562 direction = Pipe::In;
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex46 In either case the format of the chunk of data that frames the resources
51 format itself. In section \ref{implementations} we focus on robustness of
61 In all file formats described in this section the resources are being located
127 In an ELF file, resources are appended to rather than contained in the
400 In section \ref{resources-index} some members where named \code{unused\_data}.
/haiku/headers/private/kernel/arch/arm64/
H A Darch_uart_linflex.h540 TI In(TA* reg) { function in class:ArchUARTlinflex
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp861 bool directionIn = (pipe->Direction() == Pipe::In);
934 if (transfer->TransferPipe()->Direction() == Pipe::In) {
1257 bool directionIn = (pipe->Direction() == Pipe::In);
2085 bool directionIn = (pipe->Direction() == Pipe::In);
H A Dohci.cpp698 // In case the controller is processing
1545 bool directionIn = (pipe->Direction() == Pipe::In);
1615 bool directionIn = (pipe->Direction() == Pipe::In);
1851 case Pipe::In:
H A Dehci.cpp1161 bool directionIn = (pipe->Direction() == Pipe::In);
2507 bool directionIn = (pipe->Direction() == Pipe::In);
H A Dxhci.cpp949 bool directionIn = (pipe->Direction() == Pipe::In);
1137 // error. In that case, try again; if the endpoint is already stopped,
1923 pipe->Direction() == Pipe::In, pipe->Interval(), pipe->MaxPacketSize(),
2663 // In the case of an Event Data TRB, value in the status field refers
2809 // We've hit the timeout. In some error cases, interrupts are not

Completed in 101 milliseconds