Lines Matching full:tuple
136 ret = -EILSEQ; /* known tuple, not parsed */ in cis_tpl_parse()
138 /* invalid tuple */ in cis_tpl_parse()
142 pr_err("%s: bad %s tuple 0x%02x (%u bytes)\n", in cis_tpl_parse()
146 /* unknown tuple */ in cis_tpl_parse()
181 * This tuple has a different length depending on the SDIO spec in cistpl_funce_func()
313 /* Try to parse the CIS tuple */ in sdio_read_cis()
319 * The tuple is unknown or known but not parsed. in sdio_read_cis()
320 * Queue the tuple for the function driver. in sdio_read_cis()
331 " CIS tuple 0x%02x (%u bytes)\n", in sdio_read_cis()
340 * We don't need the tuple anymore if it was in sdio_read_cis()
367 struct sdio_func_tuple *tuple, *victim; in sdio_free_common_cis() local
369 tuple = card->tuples; in sdio_free_common_cis()
371 while (tuple) { in sdio_free_common_cis()
372 victim = tuple; in sdio_free_common_cis()
373 tuple = tuple->next; in sdio_free_common_cis()
408 struct sdio_func_tuple *tuple, *victim; in sdio_free_func_cis() local
410 tuple = func->tuples; in sdio_free_func_cis()
412 while (tuple && tuple != func->card->tuples) { in sdio_free_func_cis()
413 victim = tuple; in sdio_free_func_cis()
414 tuple = tuple->next; in sdio_free_func_cis()