Lines Matching defs:udd
38 struct UartDriverData *udd = (struct UartDriverData *)data; in Pl011Irq() local
69 static void Pl011ConfigBaudrate(const struct UartDriverData *udd, const struct UartPl011Port *port) in Pl011ConfigBaudrate()
92 static void Pl011ConfigDataBits(const struct UartDriverData *udd, uint32_t *lcrh) in Pl011ConfigDataBits()
112 static void Pl011ConfigParity(const struct UartDriverData *udd, uint32_t *lcrh) in Pl011ConfigParity()
145 static void Pl011ConfigStopBits(const struct UartDriverData *udd, uint32_t *lcrh) in Pl011ConfigStopBits()
158 static void Pl011ConfigLCRH(const struct UartDriverData *udd, const struct UartPl011Port *port, uin… in Pl011ConfigLCRH()
172 static int32_t Pl011ConfigIn(struct UartDriverData *udd) in Pl011ConfigIn()
218 static int32_t Pl011StartUp(struct UartDriverData *udd) in Pl011StartUp()
263 static int32_t Pl011ShutDown(struct UartDriverData *udd) in Pl011ShutDown()
303 static int32_t Pl011StartTx(struct UartDriverData *udd, const char *buf, size_t count) in Pl011StartTx()
321 static int32_t Pl011Config(struct UartDriverData *udd) in Pl011Config()
355 int32_t Pl011Read(struct UartDriverData *udd, char *buf, size_t count) in Pl011Read()
410 int32_t PL011UartRecvNotify(struct UartDriverData *udd, const char *buf, size_t count) in PL011UartRecvNotify()
456 bool PL011UartRxBufEmpty(struct UartDriverData *udd) in PL011UartRxBufEmpty()