Lines Matching full:tuples
208 * Known TPLFE_TYPEs table for CISTPL_FUNCE tuples.
210 * Note that, unlike PCMCIA, CISTPL_FUNCE tuples are not parsed depending
232 /* Known TPL_CODEs table for CIS tuples */
268 prev = &func->tuples; in sdio_read_cis()
270 prev = &card->tuples; in sdio_read_cis()
329 /* warn about unknown tuples */ in sdio_read_cis()
336 /* keep on analyzing tuples */ in sdio_read_cis()
351 * Link in all unknown tuples found in the common CIS so that in sdio_read_cis()
355 *prev = card->tuples; in sdio_read_cis()
369 tuple = card->tuples; in sdio_free_common_cis()
377 card->tuples = NULL; in sdio_free_common_cis()
389 * Since we've linked to tuples in the card structure, in sdio_read_func_cis()
410 tuple = func->tuples; in sdio_free_func_cis()
412 while (tuple && tuple != func->card->tuples) { in sdio_free_func_cis()
418 func->tuples = NULL; in sdio_free_func_cis()
421 * We have now removed the link to the tuples in the in sdio_free_func_cis()