Lines Matching refs:ufunction
259 static void rt_usb_vcom_init(struct ufunction *func);
681 struct ufunction *func; in _vcom_control()
684 func = (struct ufunction*)serial->parent.user_data; in _vcom_control()
708 struct ufunction *func; in _vcom_getc()
711 func = (struct ufunction*)serial->parent.user_data; in _vcom_getc()
764 struct ufunction *func; in _vcom_tx()
770 func = (struct ufunction*)serial->parent.user_data; in _vcom_tx()
824 struct ufunction *func; in _vcom_putc()
827 func = (struct ufunction*)serial->parent.user_data; in _vcom_putc()
864 struct ufunction *func = (struct ufunction *)parameter; in vcom_tx_thread_entry()
951 static void rt_usb_vcom_init(struct ufunction *func) in rt_usb_vcom_init()