Lines Matching full:interface
21 /* RT-Thread LWIP ethernet interface */
35 /* interface address info */
73 /* communcation interface descriptor */
78 /* Interface Association Descriptor */
90 /* Interface Descriptor */
139 /* data interface descriptor */
143 /* interface descriptor */
183 "Interface", /* INTERFACE */
231 * This function will handle rndis interface request.
500 * @param comm the communication interface number.
501 * @param data the data interface number.
553 /* create a cdc communication interface and a cdc data interface */ in rt_usbd_function_ecm_create()
565 /* configure the cdc interface descriptor */ in rt_usbd_function_ecm_create()
571 /* add the command endpoint to the cdc communication interface */ in rt_usbd_function_ecm_create()
574 /* add the communication alternate setting to the communication interface, in rt_usbd_function_ecm_create()
575 then set default setting of the interface */ in rt_usbd_function_ecm_create()
578 /* add the communication interface to the cdc class */ in rt_usbd_function_ecm_create()
590 /* add the data alternate setting to the data interface in rt_usbd_function_ecm_create()
591 then set default setting of the interface */ in rt_usbd_function_ecm_create()
595 /* add the cdc data interface to cdc class */ in rt_usbd_function_ecm_create()