/device/google/dragon/audio/hal/ |
D | cras_dsp_ini.c | 100 int direction; in parse_ports() local 103 direction = PORT_INPUT; in parse_ports() 107 direction = PORT_OUTPUT; in parse_ports() 136 p->direction = direction; in parse_ports() 182 if (port->direction == PORT_INPUT) { in fill_flow_info()
|
D | cras_dsp_ini.h | 31 enum port_direction direction; member
|
D | cras_dsp_pipeline.c | 205 if (port->direction == PORT_OUTPUT && port->type == type) in find_origin_port() 213 if (port->direction == PORT_INPUT && port->type == type) { in find_origin_port() 318 port->direction == PORT_INPUT); in topological_sort() 330 (port->direction == PORT_INPUT) ? in topological_sort() 349 (port->direction == PORT_INPUT) ? in topological_sort()
|
/device/google/accessory/arduino/USB_Host_Shield/ |
D | Usb.cpp | 88 boolean direction = false; //request direction, IN or OUT in ctrlReq() local 94 direction = true; //determine request direction in ctrlReq() 113 rcode = ctrlData( addr, ep, nbytes, dataptr, direction ); in ctrlReq() 120 rcode = ctrlStatus( ep, direction ); //status stage in ctrlReq() 125 byte USB::ctrlStatus( byte ep, boolean direction, unsigned int nak_limit ) in ctrlStatus() argument 128 if( direction ) { //GET in ctrlStatus() 137 byte USB::ctrlData( byte addr, byte ep, unsigned int nbytes, char* dataptr, boolean direction, unsi… in ctrlData() argument 140 if( direction ) { //IN transfer in ctrlData()
|
D | Usb.h | 81 byte direction: 1; // Direction of data X-fer member 149 …byte ctrlData( byte addr, byte ep, unsigned int nbytes, char* dataptr, boolean direction, unsigned… 150 byte ctrlStatus( byte ep, boolean direction, unsigned int nak_limit = USB_NAK_LIMIT );
|
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/ |
D | dma.h | 48 } direction; member
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/ |
D | meminit_utils.c | 891 bool direction[NUM_BYTE_LANES]; // direction indicator in find_rising_edge() local 948 direction[bl_i] = FORWARD; in find_rising_edge() 954 direction[bl_i] = FORWARD; in find_rising_edge() 965 direction[bl_i] = FORWARD; in find_rising_edge() 970 direction[bl_i] = FORWARD; in find_rising_edge() 981 direction[bl_i] = BACKWARD; in find_rising_edge() 1010 if (direction[bl_i] == BACKWARD) in find_rising_edge() 1028 if (direction[bl_i] == FORWARD) in find_rising_edge()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_struct.py | 194 self.direction = format[:-1] 195 if not self.direction in ('', '@', '=', '<', '>', '!'): 197 self.direction) 228 if (self.direction == '<' or 229 self.direction in ('', '@', '=') and not ISBIGENDIAN):
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptPei/X64/ |
D | CopyMem.asm | 53 std ; set direction flag
|
D | CopyMem.S | 58 std # set direction flag
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/X64/ |
D | EfiCopyMemRep1.asm | 48 std ; set direction flag
|
D | EfiCopyMemRep4.asm | 55 std ; set direction flag
|
D | EfiCopyMemRep8.asm | 55 std ; set direction flag
|
D | EfiCopyMem.asm | 65 std ; set direction flag
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/X64/ |
D | CopyMem.asm | 53 std ; set direction flag
|
D | CopyMem.S | 58 std # set direction flag
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/ |
D | memcpyRep1.asm | 49 std ; set direction flag
|
D | memcpyRep4.asm | 56 std ; set direction flag
|
D | memcpyRep8.asm | 56 std ; set direction flag
|
D | memcpy.asm | 64 std ; set direction flag
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibRepStr/X64/ |
D | CopyMem.asm | 53 std ; set direction flag
|
D | CopyMem.S | 58 std # set direction flag
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/X64/ |
D | CopyMem.S | 67 std # set direction flag
|
D | CopyMem.asm | 62 std ; set direction flag
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | pstats.py | 471 for index, direction in self.comp_select_list: 475 return -direction 477 return direction
|