Lines Matching full:tuple
138 ret = -EILSEQ; /* known tuple, not parsed */ in cis_tpl_parse()
140 /* invalid tuple */ in cis_tpl_parse()
144 pr_err("%s: bad %s tuple 0x%02x (%u bytes)\n", in cis_tpl_parse()
148 /* unknown tuple */ in cis_tpl_parse()
183 * This tuple has a different length depending on the SDIO spec in cistpl_funce_func()
317 /* Try to parse the CIS tuple */ in sdio_read_cis()
323 * The tuple is unknown or known but not parsed. in sdio_read_cis()
324 * Queue the tuple for the function driver. in sdio_read_cis()
337 #define FMT(type) "%s: queuing " type " CIS tuple 0x%02x [%*ph] (%u bytes)\n" in sdio_read_cis()
358 * We don't need the tuple anymore if it was in sdio_read_cis()
385 struct sdio_func_tuple *tuple, *victim; in sdio_free_common_cis() local
387 tuple = card->tuples; in sdio_free_common_cis()
389 while (tuple) { in sdio_free_common_cis()
390 victim = tuple; in sdio_free_common_cis()
391 tuple = tuple->next; in sdio_free_common_cis()
420 struct sdio_func_tuple *tuple, *victim; in sdio_free_func_cis() local
422 tuple = func->tuples; in sdio_free_func_cis()
424 while (tuple && tuple != func->card->tuples) { in sdio_free_func_cis()
425 victim = tuple; in sdio_free_func_cis()
426 tuple = tuple->next; in sdio_free_func_cis()