Searched defs:token (Results 1 – 8 of 8) sorted by relevance
| /components/drivers/usb/cherryusb/port/ehci/ |
| A D | usb_hc_ehci.c | 306 static void ehci_qtd_fill(struct ehci_qtd_hw *qtd, uint32_t bufaddr, size_t buflen, uint32_t token) in ehci_qtd_fill() 334 uint32_t token; in ehci_control_urb_init() local 433 uint32_t token; in ehci_bulk_urb_init() local 529 uint32_t token; in ehci_intr_urb_init() local 662 uint32_t token; in ehci_check_qh() local
|
| A D | usb_ehci_reg.h | 350 uint32_t token; /* 0x08-0x0b: qTD Token */ member
|
| /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()
|
| /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()
|
| /components/drivers/spi/ |
| A D | dev_spi_msd.c | 270 static rt_err_t _wait_token(struct rt_spi_device *device, uint8_t 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()
|
| /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()
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | pppoe.c | 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()
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | pppoe.c | 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()
|
Completed in 15 milliseconds