Home
last modified time | relevance | path

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

/components/drivers/sdio/
A Ddev_sdio.c651 struct rt_sdio_function_tuple *tuple, *tmp; in sdio_free_cis() local
654 tuple = func->tuples; in sdio_free_cis()
656 while (tuple && ((tuple != card->sdio_function[0]->tuples) || (!func->num))) in sdio_free_cis()
658 tmp = tuple; in sdio_free_cis()
659 tuple = tuple->next; in sdio_free_cis()

Completed in 5 milliseconds