Lines Matching defs:func
261 static void _vcom_reset_state(ufunction_t func) in _vcom_reset_state()
285 static rt_err_t _ep_in_handler(ufunction_t func, rt_size_t size) in _ep_in_handler()
325 static rt_err_t _ep_out_handler(ufunction_t func, rt_size_t size) in _ep_out_handler()
365 static rt_err_t _ep_cmd_handler(ufunction_t func, rt_size_t size) in _ep_cmd_handler()
441 static rt_err_t _interface_handler(ufunction_t func, ureq_t setup) in _interface_handler()
491 static rt_err_t _function_enable(ufunction_t func) in _function_enable()
525 static rt_err_t _function_disable(ufunction_t func) in _function_disable()
582 ufunction_t func; in rt_usbd_function_cdc_create() local
681 struct ufunction *func; in _vcom_control() local
708 struct ufunction *func; in _vcom_getc() local
764 struct ufunction *func; in _vcom_tx() local
824 struct ufunction *func; in _vcom_putc() local
864 struct ufunction *func = (struct ufunction *)parameter; in vcom_tx_thread_entry() local
951 static void rt_usb_vcom_init(struct ufunction *func) in rt_usb_vcom_init()