Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/mmc/core/
Dsdio_cis.c255 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()
/linux-2.6.39/Documentation/devicetree/bindings/mtd/
Dmtd-physmap.txt10 It's possible to (optionally) define multiple "reg" tuples so that
68 Here an example with multiple "reg" tuples:
/linux-2.6.39/Documentation/devicetree/bindings/pci/
D83xx-512x-pci.txt6 - reg: should contain two address length tuples
/linux-2.6.39/include/linux/mmc/
Dsdio_func.h61 struct sdio_func_tuple *tuples; member
Dcard.h150 struct sdio_func_tuple *tuples; /* unknown common tuples */ member
/linux-2.6.39/drivers/net/wireless/b43/
Dsdio.c105 tuple = func->tuples; in b43_sdio_probe()
/linux-2.6.39/drivers/bluetooth/
Dbtsdio.c306 struct sdio_func_tuple *tuple = func->tuples; in btsdio_probe()
/linux-2.6.39/drivers/ssb/
Dsdio.c485 tuple = bus->host_sdio->tuples; in ssb_sdio_get_invariants()
/linux-2.6.39/Documentation/pcmcia/
Ddriver-changes.txt62 interested in all tuples of one type. To decode the MAC from CISTPL_FUNCE,
/linux-2.6.39/kernel/power/
DKconfig223 SOCs have a standard set of tuples consisting of frequency and
/linux-2.6.39/drivers/acpi/
DKconfig313 i.e., segment/bus/device/function tuples, with physical slots in
/linux-2.6.39/drivers/mmc/card/
Dsdio_uart.c1095 for (tpl = func->tuples; tpl; tpl = tpl->next) { in sdio_uart_probe()
/linux-2.6.39/Documentation/power/
Dopp.txt24 more. The set of discrete tuples consisting of frequency and voltage pairs that
/linux-2.6.39/Documentation/block/
Dbiodoc.txt432 The bio structure uses a vector representation pointing to an array of tuples
896 tuples (very much like the networking code), together with a callback function
905 bios are handled today. The values of the tuples in such a vector passed in
/linux-2.6.39/Documentation/filesystems/
Dpath-lookup.txt69 - perform dcache hash name lookups on (parent, name element) tuples;