Home
last modified time | relevance | path

Searched refs:disconnect (Results 1 – 25 of 34) sorted by relevance

12

/components/drivers/usb/cherryusb/core/
A Dusbh_core.h39 #define CLASS_DISCONNECT(hport, i) ((hport)->config.intf[i].class_driver->disconnect(hport, i))
76 int (*disconnect)(struct usbh_hubport *hport, uint8_t intf); member
/components/drivers/usb/cherryusb/class/template/
A Dusbh_xxx.c87 .disconnect = usbh_xxx_disconnect
/components/drivers/usb/cherryusb/class/cdc/
A Dusbh_cdc_acm.c260 .disconnect = usbh_cdc_acm_disconnect
266 .disconnect = usbh_cdc_data_disconnect
A Dusbh_cdc_ecm.c322 .disconnect = usbh_cdc_ecm_disconnect
A Dusbh_cdc_ncm.c402 .disconnect = usbh_cdc_ncm_disconnect
/components/drivers/usb/cherryusb/class/vendor/xbox/
A Dusbh_xbox.c111 .disconnect = usbh_xbox_disconnect
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dauth.c583 goto disconnect;
604 disconnect:
606 if (the_channel->disconnect)
607 the_channel->disconnect();
678 if (devfd >= 0 && the_channel->disconnect) { in link_terminated()
679 the_channel->disconnect(); in link_terminated()
A DPPPD_FOLLOWUP409 2015-03-01 - Suppress false error message on PPPoE disconnect
415 2015-03-01 - Send PADT on PPPoE disconnect
470 2015-08-14 - Merge branch 'send-padt-on-disconnect' of git://github.com/farnz/ppp
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dauth.c583 goto disconnect;
604 disconnect:
606 if (the_channel->disconnect)
607 the_channel->disconnect();
678 if (devfd >= 0 && the_channel->disconnect) { in link_terminated()
679 the_channel->disconnect(); in link_terminated()
A DPPPD_FOLLOWUP409 2015-03-01 - Suppress false error message on PPPoE disconnect
415 2015-03-01 - Send PADT on PPPoE disconnect
470 2015-08-14 - Merge branch 'send-padt-on-disconnect' of git://github.com/farnz/ppp
/components/drivers/usb/cherryusb/class/video/
A Dusbh_video.c524 .disconnect = usbh_video_ctrl_disconnect
530 .disconnect = usbh_video_streaming_disconnect
/components/drivers/usb/cherryusb/class/vendor/serial/
A Dusbh_ch34x.c369 .disconnect = usbh_ch34x_disconnect
A Dusbh_cp210x.c318 .disconnect = usbh_cp210x_disconnect
A Dusbh_pl2303.c439 .disconnect = usbh_pl2303_disconnect
A Dusbh_ftdi.c500 .disconnect = usbh_ftdi_disconnect
/components/drivers/usb/cherryusb/class/aoa/
A Dusbh_aoa.c279 .disconnect = usbh_aoa_disconnect
/components/drivers/usb/cherryusb/class/hid/
A Dusbh_hid.c326 .disconnect = usbh_hid_disconnect
/components/drivers/usb/cherryusb/class/audio/
A Dusbh_audio.c635 .disconnect = usbh_audio_ctrl_disconnect
641 .disconnect = usbh_audio_data_disconnect
/components/net/lwip/lwip-2.0.3/doc/
A Dmqtt_client.txt82 notifying user, retry subscribe or disconnect from server */
/components/net/lwip/lwip-2.1.2/doc/
A Dmqtt_client.txt82 notifying user, retry subscribe or disconnect from server */
/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_bluetooth.c386 .disconnect = usbh_bluetooth_disconnect
/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
A Dppp_impl.h151 void (*disconnect) (ppp_pcb *pcb, void *ctx); member
/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dppp_impl.h147 void (*disconnect) (ppp_pcb *pcb, void *ctx); member
/components/drivers/usb/cherryusb/class/msc/
A Dusbh_msc.c458 .disconnect = usbh_msc_disconnect
/components/drivers/usb/cherryusb/class/vendor/wifi/
A Dusbh_bl616.c503 .disconnect = usbh_bl616_disconnect

Completed in 30 milliseconds

12