/Linux-v5.15/drivers/mmc/core/ |
D | sdio_cis.c | 270 prev = &func->tuples; in sdio_read_cis() 272 prev = &card->tuples; in sdio_read_cis() 373 *prev = card->tuples; in sdio_read_cis() 387 tuple = card->tuples; in sdio_free_common_cis() 395 card->tuples = NULL; in sdio_free_common_cis() 428 tuple = func->tuples; in sdio_free_func_cis() 430 while (tuple && tuple != func->card->tuples) { in sdio_free_func_cis() 436 func->tuples = NULL; in sdio_free_func_cis()
|
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 406 offsetof(struct hclge_fd_rule, tuples.dst_mac), 409 offsetof(struct hclge_fd_rule, tuples.src_mac), 412 offsetof(struct hclge_fd_rule, tuples.vlan_tag1), 416 offsetof(struct hclge_fd_rule, tuples.ether_proto), 419 offsetof(struct hclge_fd_rule, tuples.l2_user_def), 422 offsetof(struct hclge_fd_rule, tuples.ip_tos), 425 offsetof(struct hclge_fd_rule, tuples.ip_proto), 428 offsetof(struct hclge_fd_rule, tuples.src_ip), 431 offsetof(struct hclge_fd_rule, tuples.dst_ip), 434 offsetof(struct hclge_fd_rule, tuples.l3_user_def), [all …]
|
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
D | cls_redirect.c | 378 struct tuple tuples[__NR_KIND][ARRAY_SIZE(families)]; in test_cls_redirect_common() local 388 &tuples[UDP][i]))) in test_cls_redirect_common() 393 &tuples[TCP][i]))) in test_cls_redirect_common() 402 struct tuple *tuple = &tuples[test->type][j]; in test_cls_redirect_common()
|
/Linux-v5.15/drivers/opp/ |
D | Kconfig | 6 SOCs have a standard set of tuples consisting of frequency and
|
/Linux-v5.15/Documentation/devicetree/bindings/interrupt-controller/ |
D | marvell,gicp.txt | 15 - marvell,spi-ranges: tuples of GIC SPI interrupts ranges available
|
D | qcom,pdc.txt | 51 The tuples indicates the valid mapping of valid PDC ports
|
/Linux-v5.15/Documentation/devicetree/bindings/pci/ |
D | 83xx-512x-pci.txt | 6 - reg: should contain two address length tuples
|
D | pci-iommu.txt | 38 The property is an arbitrary number of tuples of
|
D | pci-msi.txt | 33 msi-specifier data. The property is an arbitrary number of tuples of
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-class-led-trigger-pattern | 9 The pattern is given by a series of tuples, of brightness and
|
/Linux-v5.15/Documentation/devicetree/bindings/sound/ |
D | samsung,tm2-audio.txt | 11 - i2s-controller : the list of phandle and argument tuples pointing to
|
/Linux-v5.15/Documentation/devicetree/bindings/leds/ |
D | leds-trigger-pattern.txt | 3 The pattern is given by a series of tuples, of brightness and duration (ms).
|
/Linux-v5.15/include/linux/mmc/ |
D | sdio_func.h | 59 struct sdio_func_tuple *tuples; member
|
D | card.h | 328 struct sdio_func_tuple *tuples; /* unknown common tuples */ member
|
/Linux-v5.15/drivers/net/wireless/broadcom/b43/ |
D | sdio.c | 101 tuple = func->tuples; in b43_sdio_probe()
|
/Linux-v5.15/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
|
/Linux-v5.15/Documentation/admin-guide/cgroup-v1/ |
D | net_prio.rst | 36 It contains a list of tuples in the form <ifname priority>. Contents of this
|
/Linux-v5.15/drivers/bluetooth/ |
D | btsdio.c | 280 struct sdio_func_tuple *tuple = func->tuples; in btsdio_probe()
|
/Linux-v5.15/Documentation/ABI/stable/ |
D | sysfs-bus-firewire | 31 Contains space-separated tuples of specifier_id and
|
/Linux-v5.15/drivers/leds/trigger/ |
D | Kconfig | 137 which is a series of tuples, of brightness and duration (ms).
|
/Linux-v5.15/Documentation/devicetree/bindings/regulator/ |
D | ti-abb-regulator.txt | 27 - ti,abb_info: An array of 6-tuples u32 items providing information about ABB
|
/Linux-v5.15/Documentation/power/ |
D | opp.rst | 29 The set of discrete tuples consisting of frequency and voltage pairs that 39 We can represent these as three OPPs as the following {Hz, uV} tuples:
|
D | energy-model.rst | 93 Drivers must provide a callback function returning <frequency, power> tuples
|
/Linux-v5.15/Documentation/pcmcia/ |
D | driver-changes.rst | 66 interested in all tuples of one type. To decode the MAC from CISTPL_FUNCE,
|
/Linux-v5.15/drivers/ssb/ |
D | sdio.c | 484 tuple = bus->host_sdio->tuples; in ssb_sdio_get_invariants()
|