Searched refs:pdev (Results 1 – 5 of 5) sorted by relevance
/device/google/contexthub/firmware/os/platform/stm32/ |
D | spi.c | 128 static inline void stmSpiDataPullMode(struct StmSpiDev *pdev, enum StmGpioSpeed dataSpeed, enum Gpi… in stmSpiDataPullMode() argument 130 gpioConfigAlt(pdev->miso, dataSpeed, dataPull, GPIO_OUT_PUSH_PULL, pdev->board->gpioFunc); in stmSpiDataPullMode() 131 gpioConfigAlt(pdev->mosi, dataSpeed, dataPull, GPIO_OUT_PUSH_PULL, pdev->board->gpioFunc); in stmSpiDataPullMode() 134 static inline void stmSpiSckPullMode(struct StmSpiDev *pdev, enum StmGpioSpeed sckSpeed, enum GpioP… in stmSpiSckPullMode() argument 136 gpioConfigAlt(pdev->sck, sckSpeed, sckPull, GPIO_OUT_PUSH_PULL, pdev->board->gpioFunc); in stmSpiSckPullMode() 139 static inline void stmSpiStartDma(struct StmSpiDev *pdev, in stmSpiStartDma() argument 143 struct StmSpi *regs = pdev->cfg->regs; in stmSpiStartDma() 162 dmaStart(pdev->cfg->dmaBus, dmaCfg->stream, buf, size, &mode, callback, in stmSpiStartDma() 163 pdev); in stmSpiStartDma() 166 static inline int stmSpiEnable(struct StmSpiDev *pdev, in stmSpiEnable() argument [all …]
|
D | i2c.c | 252 static inline void stmI2cAckEnable(struct StmI2cDev *pdev) in stmI2cAckEnable() argument 254 pdev->cfg->regs->CR1 |= I2C_CR1_ACK; in stmI2cAckEnable() 257 static inline void stmI2cAckDisable(struct StmI2cDev *pdev) in stmI2cAckDisable() argument 259 pdev->cfg->regs->CR1 &= ~I2C_CR1_ACK; in stmI2cAckDisable() 262 static inline void stmI2cDmaEnable(struct StmI2cDev *pdev) in stmI2cDmaEnable() argument 264 pdev->cfg->regs->CR2 |= I2C_CR2_DMAEN; in stmI2cDmaEnable() 267 static inline void stmI2cDmaDisable(struct StmI2cDev *pdev) in stmI2cDmaDisable() argument 269 pdev->cfg->regs->CR2 &= ~I2C_CR2_DMAEN; in stmI2cDmaDisable() 272 static inline void stmI2cStopEnable(struct StmI2cDev *pdev) in stmI2cStopEnable() argument 274 struct StmI2c *regs = pdev->cfg->regs; in stmI2cStopEnable() [all …]
|
/device/google/cuttlefish_prebuilts/kernel/6.6-arm64-desktop/system_dlkm/ |
D | System.map | 106903 ffffffc082309c98 b pdev 107503 ffffffc0823152f8 b pdev
|
/device/google/cuttlefish_prebuilts/kernel/mainline-riscv64/ |
D | System.map | 107608 ffffffff820cee80 b pdev 107849 ffffffff820cf468 b pdev
|
/device/google/cuttlefish_prebuilts/kernel/mainline-arm/ |
D | System.map | 99144 c208abe8 b pdev
|