Home
last modified time | relevance | path

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

12

/Linux-v5.15/drivers/mmc/core/
Dsdio_cis.c270 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/
Dhclge_main.c406 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/
Dcls_redirect.c378 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/
DKconfig6 SOCs have a standard set of tuples consisting of frequency and
/Linux-v5.15/Documentation/devicetree/bindings/interrupt-controller/
Dmarvell,gicp.txt15 - marvell,spi-ranges: tuples of GIC SPI interrupts ranges available
Dqcom,pdc.txt51 The tuples indicates the valid mapping of valid PDC ports
/Linux-v5.15/Documentation/devicetree/bindings/pci/
D83xx-512x-pci.txt6 - reg: should contain two address length tuples
Dpci-iommu.txt38 The property is an arbitrary number of tuples of
Dpci-msi.txt33 msi-specifier data. The property is an arbitrary number of tuples of
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-class-led-trigger-pattern9 The pattern is given by a series of tuples, of brightness and
/Linux-v5.15/Documentation/devicetree/bindings/sound/
Dsamsung,tm2-audio.txt11 - i2s-controller : the list of phandle and argument tuples pointing to
/Linux-v5.15/Documentation/devicetree/bindings/leds/
Dleds-trigger-pattern.txt3 The pattern is given by a series of tuples, of brightness and duration (ms).
/Linux-v5.15/include/linux/mmc/
Dsdio_func.h59 struct sdio_func_tuple *tuples; member
Dcard.h328 struct sdio_func_tuple *tuples; /* unknown common tuples */ member
/Linux-v5.15/drivers/net/wireless/broadcom/b43/
Dsdio.c101 tuple = func->tuples; in b43_sdio_probe()
/Linux-v5.15/Documentation/devicetree/bindings/misc/
Dfsl,qoriq-mc.txt120 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/
Dnet_prio.rst36 It contains a list of tuples in the form <ifname priority>. Contents of this
/Linux-v5.15/drivers/bluetooth/
Dbtsdio.c280 struct sdio_func_tuple *tuple = func->tuples; in btsdio_probe()
/Linux-v5.15/Documentation/ABI/stable/
Dsysfs-bus-firewire31 Contains space-separated tuples of specifier_id and
/Linux-v5.15/drivers/leds/trigger/
DKconfig137 which is a series of tuples, of brightness and duration (ms).
/Linux-v5.15/Documentation/devicetree/bindings/regulator/
Dti-abb-regulator.txt27 - ti,abb_info: An array of 6-tuples u32 items providing information about ABB
/Linux-v5.15/Documentation/power/
Dopp.rst29 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:
Denergy-model.rst93 Drivers must provide a callback function returning <frequency, power> tuples
/Linux-v5.15/Documentation/pcmcia/
Ddriver-changes.rst66 interested in all tuples of one type. To decode the MAC from CISTPL_FUNCE,
/Linux-v5.15/drivers/ssb/
Dsdio.c484 tuple = bus->host_sdio->tuples; in ssb_sdio_get_invariants()

12