Searched refs:tuples (Results 1 – 15 of 15) sorted by relevance
255 prev = &func->tuples; in sdio_read_cis()257 prev = &card->tuples; in sdio_read_cis()341 *prev = card->tuples; in sdio_read_cis()355 tuple = card->tuples; in sdio_free_common_cis()363 card->tuples = NULL; in sdio_free_common_cis()396 tuple = func->tuples; in sdio_free_func_cis()398 while (tuple && tuple != func->card->tuples) { in sdio_free_func_cis()404 func->tuples = NULL; in sdio_free_func_cis()
10 It's possible to (optionally) define multiple "reg" tuples so that68 Here an example with multiple "reg" tuples:
6 - reg: should contain two address length tuples
61 struct sdio_func_tuple *tuples; member
150 struct sdio_func_tuple *tuples; /* unknown common tuples */ member
105 tuple = func->tuples; in b43_sdio_probe()
306 struct sdio_func_tuple *tuple = func->tuples; in btsdio_probe()
485 tuple = bus->host_sdio->tuples; in ssb_sdio_get_invariants()
62 interested in all tuples of one type. To decode the MAC from CISTPL_FUNCE,
223 SOCs have a standard set of tuples consisting of frequency and
313 i.e., segment/bus/device/function tuples, with physical slots in
1095 for (tpl = func->tuples; tpl; tpl = tpl->next) { in sdio_uart_probe()
24 more. The set of discrete tuples consisting of frequency and voltage pairs that
432 The bio structure uses a vector representation pointing to an array of tuples896 tuples (very much like the networking code), together with a callback function905 bios are handled today. The values of the tuples in such a vector passed in
69 - perform dcache hash name lookups on (parent, name element) tuples;