Home
last modified time | relevance | path

Searched refs:token (Results 1 – 11 of 11) sorted by relevance

/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.c321 qtd->hw.token = token; in ehci_qtd_fill()
334 uint32_t token; in ehci_control_urb_init() local
392 token = QTD_TOKEN_PID_OUT; in ehci_control_urb_init()
394 token = QTD_TOKEN_PID_IN; in ehci_control_urb_init()
433 uint32_t token; in ehci_bulk_urb_init() local
475 token |= QTD_TOKEN_IOC; in ehci_bulk_urb_init()
503 qh->hw.overlay.token = 0; in ehci_bulk_urb_init()
529 uint32_t token; in ehci_intr_urb_init() local
599 qh->hw.overlay.token = 0; in ehci_intr_urb_init()
662 uint32_t token; in ehci_check_qh() local
[all …]
A Dusb_ehci_reg.h350 uint32_t token; /* 0x08-0x0b: qTD Token */ member
/components/net/lwip/lwip-2.0.3/src/core/
A Ddef.c105 lwip_strnstr(const char* buffer, const char* token, size_t n) in lwip_strnstr() argument
108 size_t tokenlen = strlen(token); in lwip_strnstr()
113 if ((*p == *token) && (strncmp(p, token, tokenlen) == 0)) { in lwip_strnstr()
/components/net/lwip/lwip-2.1.2/src/core/
A Ddef.c105 lwip_strnstr(const char *buffer, const char *token, size_t n) in lwip_strnstr() argument
108 size_t tokenlen = strlen(token); in lwip_strnstr()
113 if ((*p == *token) && (strncmp(p, token, tokenlen) == 0)) { in lwip_strnstr()
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Ddef.h134 char* lwip_strnstr(const char* buffer, const char* token, size_t n);
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Ddef.h145 char* lwip_strnstr(const char* buffer, const char* token, size_t n);
/components/drivers/spi/
A Ddev_spi_msd.c41 static rt_err_t _wait_token(struct rt_spi_device *device, uint8_t token);
270 static rt_err_t _wait_token(struct rt_spi_device *device, uint8_t token) in _wait_token() argument
291 if (recv == token) in _wait_token()
378 … _write_block(struct rt_spi_device *device, const void *buffer, uint32_t block_size, uint8_t token) in _write_block() argument
384 send_buffer[sizeof(send_buffer) - 1] = token; in _write_block()
/components/drivers/include/drivers/
A Dusb_host.h130 …int (*pipe_xfer) (upipe_t pipe, rt_uint8_t token, void* buffer, int nbytes, int timeout…
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dpppoe.c147 static struct pppoe_softc* pppoe_find_softc_by_hunique(u8_t *token, size_t len, struct netif *rcvif…
338 static struct pppoe_softc* pppoe_find_softc_by_hunique(u8_t *token, size_t len, struct netif *rcvif… in pppoe_find_softc_by_hunique() argument
344 MEMCPY(&t, token, len); in pppoe_find_softc_by_hunique()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dpppoe.c147 static struct pppoe_softc* pppoe_find_softc_by_hunique(u8_t *token, size_t len, struct netif *rcvif…
337 static struct pppoe_softc* pppoe_find_softc_by_hunique(u8_t *token, size_t len, struct netif *rcvif… in pppoe_find_softc_by_hunique() argument
343 MEMCPY(&t, token, len); in pppoe_find_softc_by_hunique()
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dppp_oe.c239 pppoe_find_softc_by_hunique(u8_t *token, size_t len, struct netif *rcvif) in pppoe_find_softc_by_hunique() argument
250 MEMCPY(&t, token, len); in pppoe_find_softc_by_hunique()

Completed in 25 milliseconds