/device/google/contexthub/firmware/os/platform/stm32/ |
D | spi.c | 96 struct StmSpi *regs; member 143 struct StmSpi *regs = pdev->cfg->regs; in stmSpiStartDma() local 169 struct StmSpi *regs = pdev->cfg->regs; in stmSpiEnable() local 268 struct StmSpi *regs = pdev->cfg->regs; in stmSpiIsMaster() local 274 struct StmSpi *regs = pdev->cfg->regs; in stmSpiDone() local 296 struct StmSpi *regs = pdev->cfg->regs; in stmSpiRxDone() local 311 struct StmSpi *regs = pdev->cfg->regs; in stmSpiTxDone() local 327 struct StmSpi *regs = pdev->cfg->regs; in stmSpiRxTx() local 402 struct StmSpi *regs = pdev->cfg->regs; in stmSpiSlaveIdle() local 418 struct StmSpi *regs = pdev->cfg->regs; in stmSpiDisable() local [all …]
|
D | i2c.c | 167 struct StmI2c *regs; member 273 struct StmI2c *regs = pdev->cfg->regs; in stmI2cStopEnable() local 282 struct StmI2c *regs = pdev->cfg->regs; in stmI2cStartEnable() local 314 struct StmI2c *regs = pdev->cfg->regs; in stmI2cSpeedSet() local 391 struct StmI2c *regs = pdev->cfg->regs; in stmI2cSlaveTxNextByte() local 409 struct StmI2c *regs = pdev->cfg->regs; in stmI2cSlaveAddrMatched() local 425 struct StmI2c *regs = pdev->cfg->regs; in stmI2cSlaveStopRxed() local 440 struct StmI2c *regs = pdev->cfg->regs; in stmI2cSlaveRxBufNotEmpty() local 475 struct StmI2c *regs = pdev->cfg->regs; in stmI2cSlaveNakRxed() local 542 struct StmI2c *regs = pdev->cfg->regs; in stmI2cMasterDmaTxDone() local [all …]
|
D | dma.c | 94 struct StmDmaRegs *const regs; member 196 struct StmDmaStreamRegs *regs = dmaGetStreamRegs(busId, stream); in dmaIsrTeif() local 209 struct StmDmaStreamRegs *regs = dmaGetStreamRegs(busId, stream); in dmaIsrTcif() local 251 struct StmDmaStreamRegs *regs = dmaGetStreamRegs(busId, stream); in dmaStart() local 279 struct StmDmaStreamRegs *regs = dmaGetStreamRegs(busId, stream); in dmaBytesLeft() local 285 struct StmDmaStreamRegs *regs = dmaGetStreamRegs(busId, stream); in dmaStop() local
|
D | pwr.c | 181 uint32_t backupRegs[RTC_NUM_BACKUP_REGS], i, *regs = rtcGetBackupStorage(); in pwrEnableAndClockRtc() local
|
/device/google/bonito/json-c/ |
D | random_seed.c | 25 static void do_cpuid(int regs[], int h) in do_cpuid() 57 int regs[4]; in has_rdrand() local
|
/device/google/crosshatch/json-c/ |
D | random_seed.c | 25 static void do_cpuid(int regs[], int h) in do_cpuid() 57 int regs[4]; in has_rdrand() local
|
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
D | db_machdep.h | 59 #define PC_REGS(regs) ((db_addr_t)(regs)->tf_special.iip + (((regs)->tf_special.psr>>41) & 3)) argument 62 #define db_set_single_step(regs) ((regs)->tf_special.psr |= IA64_PSR_SS) argument 63 #define db_clear_single_step(regs) ((regs)->tf_special.psr &= ~IA64_PSR_SS) argument 93 #define PC_ADVANCE(regs) db_pc_advance(regs) argument 108 #define branch_taken(ins, pc, regs) pc argument
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | reggnu.c | 67 struct re_registers* regs) in re_match() 75 struct re_registers* regs) in re_search()
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/mfd/ |
D | msm-adie-codec.h | 89 struct adie_codec_register *regs; member
|
/device/google/bonito/sdm710/kernel-headers/linux/mfd/ |
D | msm-adie-codec.h | 58 struct adie_codec_register * regs; member
|
/device/google/bonito/sdm710/original-kernel-headers/linux/mfd/ |
D | msm-adie-codec.h | 89 struct adie_codec_register *regs; member
|
/device/google/crosshatch/sdm845/kernel-headers/linux/mfd/ |
D | msm-adie-codec.h | 58 struct adie_codec_register * regs; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | sre.h | 43 PyObject* regs; /* cached list of matching spans */ member
|
D | _sre.c | 3481 PyObject* regs; in match_regs() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | sre.h | 53 PyObject* regs; /* cached list of matching spans */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | _sre.c | 3562 PyObject* regs; in match_regs() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | _sre.c | 3481 PyObject* regs; in match_regs() local
|