| /kernel/linux/linux-4.19/drivers/mmc/core/ |
| D | sdio_cis.c | 204 * Known TPLFE_TYPEs table for CISTPL_FUNCE tuples. 206 * Note that, unlike PCMCIA, CISTPL_FUNCE tuples are not parsed depending 228 /* Known TPL_CODEs table for CIS tuples */ 264 prev = &func->tuples; in sdio_read_cis() 266 prev = &card->tuples; in sdio_read_cis() 325 /* warn about unknown tuples */ in sdio_read_cis() 332 /* keep on analyzing tuples */ in sdio_read_cis() 347 * Link in all unknown tuples found in the common CIS so that in sdio_read_cis() 351 *prev = card->tuples; in sdio_read_cis() 365 tuple = card->tuples; in sdio_free_common_cis() [all …]
|
| /kernel/linux/linux-5.10/drivers/mmc/core/ |
| D | sdio_cis.c | 210 * Known TPLFE_TYPEs table for CISTPL_FUNCE tuples. 212 * Note that, unlike PCMCIA, CISTPL_FUNCE tuples are not parsed depending 234 /* Known TPL_CODEs table for CIS tuples */ 270 prev = &func->tuples; in sdio_read_cis() 272 prev = &card->tuples; in sdio_read_cis() 335 /* warn about unknown tuples */ in sdio_read_cis() 342 /* keep on analyzing tuples */ in sdio_read_cis() 357 * Link in all unknown tuples found in the common CIS so that in sdio_read_cis() 361 *prev = card->tuples; in sdio_read_cis() 375 tuple = card->tuples; in sdio_free_common_cis() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/c6x/ |
| D | dscr.txt | 41 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
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/c6x/ |
| D | dscr.txt | 41 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
|
| /kernel/linux/linux-4.19/include/pcmcia/ |
| D | cistpl.h | 51 /* Layer 2 tuples */ 59 /* Layer 3 tuples */ 172 Modem Function Extension Tuples 281 LAN Function Extension Tuples 335 IDE Function Extension Tuples
|
| /kernel/linux/linux-5.10/include/pcmcia/ |
| D | cistpl.h | 48 /* Layer 2 tuples */ 56 /* Layer 3 tuples */ 169 Modem Function Extension Tuples 278 LAN Function Extension Tuples 332 IDE Function Extension Tuples
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/ |
| D | gpio-charger.yaml | 48 description: List of tuples with current in uA and a GPIO bitmap (in 49 this order). The tuples must be provided in descending order of the
|
| /kernel/linux/linux-5.10/Documentation/ |
| D | conf.py | 459 # Grouping the document tree into LaTeX files. List of tuples 504 # One entry per manual page. List of tuples 517 # Grouping the document tree into Texinfo files. List of tuples 573 # A sequence of (type, uri, title) tuples for the guide element of content.opf. 577 # The format is a list of tuples containing the path and title. 581 # The format is a list of tuples containing the path and title. 611 # Grouping the document tree into PDF files. List of tuples
|
| /kernel/linux/linux-4.19/Documentation/ |
| D | conf.py | 367 # Grouping the document tree into LaTeX files. List of tuples 431 # One entry per manual page. List of tuples 444 # Grouping the document tree into Texinfo files. List of tuples 500 # A sequence of (type, uri, title) tuples for the guide element of content.opf. 504 # The format is a list of tuples containing the path and title. 508 # The format is a list of tuples containing the path and title. 538 # Grouping the document tree into PDF files. List of tuples
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| D | hclge_main.c | 5010 /* If use max 400bit key, we can support tuples for ether type */ in hclge_init_fd_config() 5125 calc_x(key_x[ETH_ALEN - 1 - i], rule->tuples.dst_mac[i], in hclge_fd_convert_tuple() 5127 calc_y(key_y[ETH_ALEN - 1 - i], rule->tuples.dst_mac[i], in hclge_fd_convert_tuple() 5134 calc_x(key_x[ETH_ALEN - 1 - i], rule->tuples.src_mac[i], in hclge_fd_convert_tuple() 5136 calc_y(key_y[ETH_ALEN - 1 - i], rule->tuples.src_mac[i], in hclge_fd_convert_tuple() 5142 calc_x(tmp_x_s, rule->tuples.vlan_tag1, in hclge_fd_convert_tuple() 5144 calc_y(tmp_y_s, rule->tuples.vlan_tag1, in hclge_fd_convert_tuple() 5151 calc_x(tmp_x_s, rule->tuples.ether_proto, in hclge_fd_convert_tuple() 5153 calc_y(tmp_y_s, rule->tuples.ether_proto, in hclge_fd_convert_tuple() 5160 calc_x(*key_x, rule->tuples.ip_tos, rule->tuples_mask.ip_tos); in hclge_fd_convert_tuple() [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/mtd/ |
| D | mtd-physmap.txt | 10 It's possible to (optionally) define multiple "reg" tuples so that 74 Here an example with multiple "reg" tuples:
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/ |
| D | mtd-physmap.txt | 10 It's possible to (optionally) define multiple "reg" tuples so that 76 Here an example with multiple "reg" tuples:
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
| D | cls_redirect.c | 377 struct tuple tuples[__NR_KIND][ARRAY_SIZE(families)]; in test_cls_redirect_common() local 387 &tuples[UDP][i]))) in test_cls_redirect_common() 392 &tuples[TCP][i]))) in test_cls_redirect_common() 401 struct tuple *tuple = &tuples[test->type][j]; in test_cls_redirect_common()
|
| /kernel/linux/linux-4.19/drivers/opp/ |
| D | Kconfig | 5 SOCs have a standard set of tuples consisting of frequency and
|
| /kernel/linux/linux-5.10/drivers/opp/ |
| D | Kconfig | 6 SOCs have a standard set of tuples consisting of frequency and
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | imx-audmux.txt | 19 For imx31-audmux and above, it is a list of tuples
|
| D | samsung,tm2-audio.txt | 11 - i2s-controller : the list of phandle and argument tuples pointing to
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/ |
| D | marvell,gicp.txt | 15 - marvell,spi-ranges: tuples of GIC SPI interrupts ranges available
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/interrupt-controller/ |
| D | marvell,gicp.txt | 15 - marvell,spi-ranges: tuples of GIC SPI interrupts ranges available
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/sound/ |
| D | imx-audmux.txt | 19 For imx31-audmux and above, it is a list of tuples
|
| D | samsung,tm2-audio.txt | 11 - i2s-controller : the list of phandle and argument tuples pointing to
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/misc/ |
| D | fsl,qoriq-mc.txt | 120 The property is an arbitrary number of tuples of 130 The property is an arbitrary number of tuples of
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-class-led-trigger-pattern | 9 The pattern is given by a series of tuples, of brightness and
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/pci/ |
| D | 83xx-512x-pci.txt | 6 - reg: should contain two address length tuples
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/clock/ |
| D | amlogic,meson8b-clkc.txt | 12 - reg: it must be composed by two tuples:
|