Searched refs:UartHostGetAttribute (Results 1 – 3 of 3) sorted by relevance
96 return UartHostGetAttribute((struct UartHost *)handle, attribute); in UartGetAttribute()
101 ret = UartHostGetAttribute(host, &attribute); in UartIoGetAttribute()
112 static inline int32_t UartHostGetAttribute(struct UartHost *host, struct UartAttribute *attribute) in UartHostGetAttribute() function