Home
last modified time | relevance | path

Searched refs:devname (Results 1 – 23 of 23) sorted by relevance

/components/drivers/usb/cherryusb/class/vendor/xbox/
A Dusbh_xbox.c65 …snprintf(hport->config.intf[intf].devname, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, xbox_class->min… in usbh_xbox_connect()
67 USB_LOG_INFO("Register XBOX Class:%s\r\n", hport->config.intf[intf].devname); in usbh_xbox_connect()
88 if (hport->config.intf[intf].devname[0] != '\0') { in usbh_xbox_disconnect()
90 USB_LOG_INFO("Unregister XBOX Class:%s\r\n", hport->config.intf[intf].devname); in usbh_xbox_disconnect()
/components/drivers/usb/cherryusb/class/template/
A Dusbh_xxx.c65 if (hport->config.intf[intf].devname[0] != '\0') { in usbh_xxx_disconnect()
66 USB_LOG_INFO("Unregister xxx Class:%s\r\n", hport->config.intf[intf].devname); in usbh_xxx_disconnect()
/components/drivers/usb/cherryusb/class/cdc/
A Dusbh_cdc_acm.c138 …snprintf(hport->config.intf[intf].devname, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, cdc_acm_class->… in usbh_cdc_acm_connect()
140 USB_LOG_INFO("Register CDC ACM Class:%s\r\n", hport->config.intf[intf].devname); in usbh_cdc_acm_connect()
195 if (hport->config.intf[intf].devname[0] != '\0') { in usbh_cdc_acm_disconnect()
197 USB_LOG_INFO("Unregister CDC ACM Class:%s\r\n", hport->config.intf[intf].devname); in usbh_cdc_acm_disconnect()
A Dusbh_cdc_ecm.c196 strncpy(hport->config.intf[intf].devname, DEV_FORMAT, CONFIG_USBHOST_DEV_NAMELEN); in usbh_cdc_ecm_connect()
198 USB_LOG_INFO("Register CDC ECM Class:%s\r\n", hport->config.intf[intf].devname); in usbh_cdc_ecm_connect()
223 if (hport->config.intf[intf].devname[0] != '\0') { in usbh_cdc_ecm_disconnect()
225 USB_LOG_INFO("Unregister CDC ECM Class:%s\r\n", hport->config.intf[intf].devname); in usbh_cdc_ecm_disconnect()
A Dusbh_cdc_ncm.c214 strncpy(hport->config.intf[intf].devname, DEV_FORMAT, CONFIG_USBHOST_DEV_NAMELEN); in usbh_cdc_ncm_connect()
216 USB_LOG_INFO("Register CDC NCM Class:%s\r\n", hport->config.intf[intf].devname); in usbh_cdc_ncm_connect()
241 if (hport->config.intf[intf].devname[0] != '\0') { in usbh_cdc_ncm_disconnect()
243 USB_LOG_INFO("Unregister CDC NCM Class:%s\r\n", hport->config.intf[intf].devname); in usbh_cdc_ncm_disconnect()
/components/drivers/usb/cherryusb/class/vendor/serial/
A Dusbh_ch34x.c263 …snprintf(hport->config.intf[intf].devname, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, ch34x_class->mi… in usbh_ch34x_connect()
265 USB_LOG_INFO("Register CH34X Class:%s\r\n", hport->config.intf[intf].devname); in usbh_ch34x_connect()
313 if (hport->config.intf[intf].devname[0] != '\0') { in usbh_ch34x_disconnect()
315 USB_LOG_INFO("Unregister CH34X Class:%s\r\n", hport->config.intf[intf].devname); in usbh_ch34x_disconnect()
A Dusbh_cp210x.c212 …snprintf(hport->config.intf[intf].devname, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, cp210x_class->m… in usbh_cp210x_connect()
214 USB_LOG_INFO("Register CP210X Class:%s\r\n", hport->config.intf[intf].devname); in usbh_cp210x_connect()
262 if (hport->config.intf[intf].devname[0] != '\0') { in usbh_cp210x_disconnect()
264 USB_LOG_INFO("Unregister CP210X Class:%s\r\n", hport->config.intf[intf].devname); in usbh_cp210x_disconnect()
A Dusbh_pl2303.c326 …snprintf(hport->config.intf[intf].devname, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, pl2303_class->m… in usbh_pl2303_connect()
328 USB_LOG_INFO("Register PL2303 Class:%s\r\n", hport->config.intf[intf].devname); in usbh_pl2303_connect()
377 if (hport->config.intf[intf].devname[0] != '\0') { in usbh_pl2303_disconnect()
379 USB_LOG_INFO("Unregister PL2303 Class:%s\r\n", hport->config.intf[intf].devname); in usbh_pl2303_disconnect()
A Dusbh_ftdi.c393 …snprintf(hport->config.intf[intf].devname, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, ftdi_class->min… in usbh_ftdi_connect()
395 USB_LOG_INFO("Register FTDI Class:%s\r\n", hport->config.intf[intf].devname); in usbh_ftdi_connect()
443 if (hport->config.intf[intf].devname[0] != '\0') { in usbh_ftdi_disconnect()
445 USB_LOG_INFO("Unregister FTDI Class:%s\r\n", hport->config.intf[intf].devname); in usbh_ftdi_disconnect()
/components/drivers/usb/cherryusb/class/aoa/
A Dusbh_aoa.c222 strncpy(hport->config.intf[intf].devname, DEV_FORMAT, CONFIG_USBHOST_DEV_NAMELEN); in usbh_aoa_connect()
224 USB_LOG_INFO("Register AOA Class:%s\r\n", hport->config.intf[intf].devname); in usbh_aoa_connect()
245 if (hport->config.intf[intf].devname[0] != '\0') { in usbh_aoa_disconnect()
246 USB_LOG_INFO("Unregister AOA Class:%s\r\n", hport->config.intf[intf].devname); in usbh_aoa_disconnect()
/components/drivers/usb/cherryusb/class/hid/
A Dusbh_hid.c278 …snprintf(hport->config.intf[intf].devname, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, hid_class->mino… in usbh_hid_connect()
280 USB_LOG_INFO("Register HID Class:%s\r\n", hport->config.intf[intf].devname); in usbh_hid_connect()
301 if (hport->config.intf[intf].devname[0] != '\0') { in usbh_hid_disconnect()
303 USB_LOG_INFO("Unregister HID Class:%s\r\n", hport->config.intf[intf].devname); in usbh_hid_disconnect()
/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_bluetooth.c99 strncpy(hport->config.intf[intf].devname, DEV_FORMAT, CONFIG_USBHOST_DEV_NAMELEN); in usbh_bluetooth_connect()
100 USB_LOG_INFO("Register Bluetooth Class:%s\r\n", hport->config.intf[intf].devname); in usbh_bluetooth_connect()
136 if (hport->config.intf[intf].devname[0] != '\0') { in usbh_bluetooth_disconnect()
138 USB_LOG_INFO("Unregister Bluetooth Class:%s\r\n", hport->config.intf[intf].devname); in usbh_bluetooth_disconnect()
A Dusbh_rndis.c406 strncpy(hport->config.intf[intf].devname, DEV_FORMAT, CONFIG_USBHOST_DEV_NAMELEN); in usbh_rndis_connect()
408 USB_LOG_INFO("Register RNDIS Class:%s\r\n", hport->config.intf[intf].devname); in usbh_rndis_connect()
435 if (hport->config.intf[intf].devname[0] != '\0') { in usbh_rndis_disconnect()
437 USB_LOG_INFO("Unregister RNDIS Class:%s\r\n", hport->config.intf[intf].devname); in usbh_rndis_disconnect()
/components/drivers/usb/cherryusb/class/msc/
A Dusbh_msc.c322 …snprintf(hport->config.intf[intf].devname, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, msc_class->sdch… in usbh_msc_connect()
324 USB_LOG_INFO("Register MSC Class:%s\r\n", hport->config.intf[intf].devname); in usbh_msc_connect()
345 if (hport->config.intf[intf].devname[0] != '\0') { in usbh_msc_disconnect()
347 USB_LOG_INFO("Unregister MSC Class:%s\r\n", hport->config.intf[intf].devname); in usbh_msc_disconnect()
/components/drivers/usb/cherryusb/class/vendor/wifi/
A Dusbh_bl616.c316 strncpy(hport->config.intf[intf].devname, DEV_FORMAT, CONFIG_USBHOST_DEV_NAMELEN); in usbh_bl616_connect()
318 USB_LOG_INFO("Register BL616 WIFI Class:%s\r\n", hport->config.intf[intf].devname); in usbh_bl616_connect()
339 if (hport->config.intf[intf].devname[0] != '\0') { in usbh_bl616_disconnect()
341 USB_LOG_INFO("Unregister BL616 WIFI Class:%s\r\n", hport->config.intf[intf].devname); in usbh_bl616_disconnect()
/components/drivers/usb/cherryusb/class/video/
A Dusbh_video.c464 …snprintf(hport->config.intf[intf].devname, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, video_class->mi… in usbh_video_ctrl_connect()
466 USB_LOG_INFO("Register Video Class:%s\r\n", hport->config.intf[intf].devname); in usbh_video_ctrl_connect()
485 if (hport->config.intf[intf].devname[0] != '\0') { in usbh_video_ctrl_disconnect()
487 USB_LOG_INFO("Unregister Video Class:%s\r\n", hport->config.intf[intf].devname); in usbh_video_ctrl_disconnect()
/components/drivers/usb/cherryusb/core/
A Dusbh_core.h89 char devname[CONFIG_USBHOST_DEV_NAMELEN]; member
279 void *usbh_find_class_instance(const char *devname);
A Dusbh_core.c788 static void *usbh_list_all_interface_name(struct usbh_hub *hub, const char *devname) in usbh_list_all_interface_name() argument
799 …if ((strncmp(hport->config.intf[itf].devname, devname, CONFIG_USBHOST_DEV_NAMELEN) == 0) && hport-… in usbh_list_all_interface_name()
806 priv = usbh_list_all_interface_name(hub_next, devname); in usbh_list_all_interface_name()
922 void *usbh_find_class_instance(const char *devname) in usbh_find_class_instance() argument
936 priv = usbh_list_all_interface_name(hub, devname); in usbh_find_class_instance()
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dppp_oe.c291 char devname[6]; in pppoe_dispatch_disc_pkt() local
305 strcpy(devname, "pppoe"); /* as long as we don't know which instance */ in pppoe_dispatch_disc_pkt()
371 …snprintf(devname, sizeof(devname), "%c%c%"U16_F, sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc-… in pppoe_dispatch_disc_pkt()
398 PPPDEBUG(LOG_DEBUG, ("%s: %s: %s\n", devname, err_msg, pppoe_error_tmp)); in pppoe_dispatch_disc_pkt()
400 PPPDEBUG(LOG_DEBUG, ("%s: %s\n", devname, err_msg)); in pppoe_dispatch_disc_pkt()
/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_asix.c614 strncpy(hport->config.intf[intf].devname, DEV_FORMAT, CONFIG_USBHOST_DEV_NAMELEN); in usbh_asix_connect()
616 USB_LOG_INFO("Register ASIX Class:%s\r\n", hport->config.intf[intf].devname); in usbh_asix_connect()
640 if (hport->config.intf[intf].devname[0] != '\0') { in usbh_asix_disconnect()
642 USB_LOG_INFO("Unregister ASIX Class:%s\r\n", hport->config.intf[intf].devname); in usbh_asix_disconnect()
A Dusbh_rtl8152.c2096 strncpy(hport->config.intf[intf].devname, DEV_FORMAT, CONFIG_USBHOST_DEV_NAMELEN); in usbh_rtl8152_connect()
2098 USB_LOG_INFO("Register RTL8152 Class:%s\r\n", hport->config.intf[intf].devname); in usbh_rtl8152_connect()
2123 if (hport->config.intf[intf].devname[0] != '\0') { in usbh_rtl8152_disconnect()
2125 USB_LOG_INFO("Unregister rtl8152 Class:%s\r\n", hport->config.intf[intf].devname); in usbh_rtl8152_disconnect()
/components/drivers/usb/cherryusb/class/audio/
A Dusbh_audio.c576 …snprintf(hport->config.intf[intf].devname, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, audio_class->mi… in usbh_audio_ctrl_connect()
577 USB_LOG_INFO("Register Audio Class:%s\r\n", hport->config.intf[intf].devname); in usbh_audio_ctrl_connect()
596 if (hport->config.intf[intf].devname[0] != '\0') { in usbh_audio_ctrl_disconnect()
598 USB_LOG_INFO("Unregister Audio Class:%s\r\n", hport->config.intf[intf].devname); in usbh_audio_ctrl_disconnect()
/components/drivers/usb/cherryusb/class/hub/
A Dusbh_hub.c413 snprintf(hport->config.intf[intf].devname, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, hub->index); in usbh_hub_connect()
415 USB_LOG_INFO("Register HUB Class:%s\r\n", hport->config.intf[intf].devname); in usbh_hub_connect()
450 if (hport->config.intf[intf].devname[0] != '\0') { in usbh_hub_disconnect()
451 USB_LOG_INFO("Unregister HUB Class:%s\r\n", hport->config.intf[intf].devname); in usbh_hub_disconnect()

Completed in 34 milliseconds