| /components/drivers/usb/cherryusb/port/ehci/ |
| A D | usb_hc_ehci.c | 321 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 D | usb_ehci_reg.h | 350 uint32_t token; /* 0x08-0x0b: qTD Token */ member
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | def.c | 105 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 D | def.c | 105 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 D | def.h | 134 char* lwip_strnstr(const char* buffer, const char* token, size_t n);
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | def.h | 145 char* lwip_strnstr(const char* buffer, const char* token, size_t n);
|
| /components/drivers/spi/ |
| A D | dev_spi_msd.c | 41 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 D | usb_host.h | 130 …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 D | pppoe.c | 147 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 D | pppoe.c | 147 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 D | ppp_oe.c | 239 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()
|