Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/Documentation/devicetree/bindings/mtd/
Dmtd-physmap.txt10 It's possible to (optionally) define multiple "reg" tuples so that
67 Here an example with multiple "reg" tuples:
/linux-4.4.14/Documentation/devicetree/bindings/c6x/
Ddscr.txt41 offset and bitmask of RMII reset field. May have multiple tuples if more
45 possibly multiple tuples describing registers which are write protected by
57 is contained in a single byte. This property has two tuples. Each tuple has
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dimx-audmux.txt19 For imx31-audmux and above, it is a list of tuples
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Damlogic,meson8b-clkc.txt9 - reg: it must be composed by two tuples:
/linux-4.4.14/Documentation/devicetree/bindings/pci/
D83xx-512x-pci.txt6 - reg: should contain two address length tuples
Dpci-msi.txt33 msi-specifier data. The property is an arbitrary number of tuples of
/linux-4.4.14/include/linux/mmc/
Dsdio_func.h61 struct sdio_func_tuple *tuples; member
Dcard.h307 struct sdio_func_tuple *tuples; /* unknown common tuples */ member
/linux-4.4.14/drivers/net/wireless/b43/
Dsdio.c105 tuple = func->tuples; in b43_sdio_probe()
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Darm-boards117 string set to one of these tuples:
126 with the compatible string set to one of these tuples:
/linux-4.4.14/Documentation/cgroups/
Dnet_prio.txt34 contains a list of tuples in the form <ifname priority>. Contents of this file
/linux-4.4.14/drivers/bluetooth/
Dbtsdio.c284 struct sdio_func_tuple *tuple = func->tuples; in btsdio_probe()
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-bus-firewire31 Contains space-separated tuples of specifier_id and
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dti-abb-regulator.txt27 - ti,abb_info: An array of 6-tuples u32 items providing information about ABB
/linux-4.4.14/Documentation/power/
Dopp.txt26 The set of discrete tuples consisting of frequency and voltage pairs that
35 We can represent these as three OPPs as the following {Hz, uV} tuples:
/linux-4.4.14/drivers/ssb/
Dsdio.c485 tuple = bus->host_sdio->tuples; in ssb_sdio_get_invariants()
/linux-4.4.14/Documentation/pcmcia/
Ddriver-changes.txt62 interested in all tuples of one type. To decode the MAC from CISTPL_FUNCE,
/linux-4.4.14/Documentation/devicetree/bindings/opp/
Dopp.txt19 - operating-points: An array of 2-tuples items, and each item consists
/linux-4.4.14/kernel/power/
DKconfig266 SOCs have a standard set of tuples consisting of frequency and
/linux-4.4.14/drivers/mmc/card/
Dsdio_uart.c1076 for (tpl = func->tuples; tpl; tpl = tpl->next) { in sdio_uart_probe()
/linux-4.4.14/drivers/acpi/
DKconfig332 i.e., segment/bus/device/function tuples, with physical slots in
/linux-4.4.14/Documentation/networking/
Dswitchdev.txt196 and notify the switch driver of the mac/vlan/port tuples. The switch driver,
Dfilter.txt71 Such a structure is assembled as an array of 4-tuples, that contains
/linux-4.4.14/Documentation/thermal/
Dsysfs-api.txt147 of tuples <lower-state upper-state> of state limits. Each trip
/linux-4.4.14/Documentation/block/
Dbiodoc.txt414 The bio structure uses a vector representation pointing to an array of tuples
868 tuples (very much like the networking code), together with a callback function
877 bios are handled today. The values of the tuples in such a vector passed in
/linux-4.4.14/Documentation/filesystems/
Dpath-lookup.txt69 - perform dcache hash name lookups on (parent, name element) tuples;