Lines Matching refs:AVRUsartState
31 AVRUsartState *usart = opaque; in avr_usart_can_receive()
41 AVRUsartState *usart = opaque; in avr_usart_receive()
52 static void update_char_mask(AVRUsartState *usart) in update_char_mask()
95 AVRUsartState *usart = AVR_USART(dev); in avr_usart_reset()
110 AVRUsartState *usart = opaque; in avr_usart_read()
157 AVRUsartState *usart = opaque; in avr_usart_write()
263 DEFINE_PROP_CHR("chardev", AVRUsartState, chr),
269 AVRUsartState *s = AVR_USART(opaque); in avr_usart_pr()
280 AVRUsartState *s = AVR_USART(obj); in avr_usart_init()
292 AVRUsartState *s = AVR_USART(dev); in avr_usart_realize()
311 .instance_size = sizeof(AVRUsartState),