Home
last modified time | relevance | path

Searched refs:UartDevice (Results 1 - 7 of 7) sorted by relevance

/drivers/hdf_core/adapter/platform/uart/
H A Duart_wm.c49 struct UartDevice { struct
156 static void HalUartHandlerInit(const struct UartDevice *device) in HalUartHandlerInit()
170 static void UartStart(struct UartDevice *device) in UartStart()
235 struct UartDevice *uartDevice = NULL; in InitUartDevice()
242 uartDevice = (struct UartDevice *)host->priv; in InitUartDevice()
253 static uint32_t GetUartDeviceResource(struct UartDevice *device, const struct DeviceResourceNode *resourceNode) in GetUartDeviceResource()
304 struct UartDevice *uartDevice = NULL; in AttachUartDevice()
311 uartDevice = (struct UartDevice *)OsalMemAlloc(sizeof(struct UartDevice)); in AttachUartDevice()
352 struct UartDevice *uartDevic in UartDriverRelease()
[all...]
H A Duart_bes.c271 static int32_t InitUartCtxCfg(const struct UartDevice *device) in InitUartCtxCfg()
314 static void HalUartHandlerInit(struct UartDevice *device) in HalUartHandlerInit()
361 static void UartStart(struct UartDevice *device) in UartStart()
427 struct UartDevice *uartDevice = NULL; in InitUartDevice()
436 uartDevice = (struct UartDevice *)host->priv; in InitUartDevice()
482 static uint32_t GetUartDeviceResource(struct UartDevice *device, const char *deviceMatchAttr) in GetUartDeviceResource()
511 struct UartDevice *device, const struct DeviceResourceNode *resourceNode) in GetUartDeviceResource()
569 struct UartDevice *uartDevice = NULL;
579 uartDevice = (struct UartDevice *)OsalMemAlloc(sizeof(struct UartDevice));
[all...]
H A Duart_stm32f4xx.c150 } UartDevice; typedef
327 UartDevice *uartDevice = NULL; in InitUartDevice()
336 uartDevice = (UartDevice *)host->priv; in InitUartDevice()
446 static uint32_t GetUartDeviceResource(UartDevice *device, const char *deviceMatchAttr) in GetUartDeviceResource()
477 static int32_t GetUartDeviceResource(UartDevice *device, const struct DeviceResourceNode *resourceNode) in GetUartDeviceResource()
522 UartDevice *uartDevice = NULL;
533 uartDevice = (UartDevice *)OsalMemAlloc(sizeof(UartDevice));
568 UartDevice *uartDevice = NULL;
581 uartDevice = (UartDevice *)hos
[all...]
H A Duart_bes.h51 struct UartDevice { struct
/drivers/hdf_core/framework/sample/platform/uart/src/
H A Duart_sample.c88 struct UartDevice *device = NULL; in SampleUartHostWrite()
95 device = (struct UartDevice *)host->priv; in SampleUartHostWrite()
109 struct UartDevice *device = NULL; in SampleUartHostSetBaud()
118 device = (struct UartDevice *)host->priv; in SampleUartHostSetBaud()
139 struct UartDevice *device = NULL; in SampleUartHostGetBaud()
146 device = (struct UartDevice *)host->priv; in SampleUartHostGetBaud()
155 static int InitUartDevice(struct UartDevice *device) in InitUartDevice()
183 static uint32_t GetUartDeviceResource(struct UartDevice *device, const struct DeviceResourceNode *resourceNode) in GetUartDeviceResource()
236 struct UartDevice *uartDevice = NULL; in AttachUartDevice()
241 uartDevice = (struct UartDevice *)OsalMemCallo in AttachUartDevice()
[all...]
H A Duart_dispatch_sample.c17 static int32_t SampleDispatchWrite(struct UartDevice *device, struct HdfSBuf *txBuf) in SampleDispatchWrite()
53 struct UartDevice *uartDevice = (struct UartDevice *)uartHost->priv; in SampleDispatch()
/drivers/hdf_core/framework/sample/platform/uart/include/
H A Duart_pl011_sample.h60 struct UartDevice { struct

Completed in 5 milliseconds