Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/mmc/core/
Dsdio_cis.c257 prev = &func->tuples; in sdio_read_cis()
259 prev = &card->tuples; in sdio_read_cis()
344 *prev = card->tuples; in sdio_read_cis()
358 tuple = card->tuples; in sdio_free_common_cis()
366 card->tuples = NULL; in sdio_free_common_cis()
399 tuple = func->tuples; in sdio_free_func_cis()
401 while (tuple && tuple != func->card->tuples) { in sdio_free_func_cis()
407 func->tuples = NULL; in sdio_free_func_cis()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c4898 calc_x(key_x[ETH_ALEN - 1 - i], rule->tuples.dst_mac[i], in hclge_fd_convert_tuple()
4900 calc_y(key_y[ETH_ALEN - 1 - i], rule->tuples.dst_mac[i], in hclge_fd_convert_tuple()
4907 calc_x(key_x[ETH_ALEN - 1 - i], rule->tuples.src_mac[i], in hclge_fd_convert_tuple()
4908 rule->tuples.src_mac[i]); in hclge_fd_convert_tuple()
4909 calc_y(key_y[ETH_ALEN - 1 - i], rule->tuples.src_mac[i], in hclge_fd_convert_tuple()
4910 rule->tuples.src_mac[i]); in hclge_fd_convert_tuple()
4915 calc_x(tmp_x_s, rule->tuples.vlan_tag1, in hclge_fd_convert_tuple()
4917 calc_y(tmp_y_s, rule->tuples.vlan_tag1, in hclge_fd_convert_tuple()
4924 calc_x(tmp_x_s, rule->tuples.ether_proto, in hclge_fd_convert_tuple()
4926 calc_y(tmp_y_s, rule->tuples.ether_proto, in hclge_fd_convert_tuple()
[all …]
/Linux-v5.4/drivers/opp/
DKconfig6 SOCs have a standard set of tuples consisting of frequency and
/Linux-v5.4/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-v5.4/Documentation/devicetree/bindings/interrupt-controller/
Dmarvell,gicp.txt15 - marvell,spi-ranges: tuples of GIC SPI interrupts ranges available
Dqcom,pdc.txt47 The tuples indicates the valid mapping of valid PDC ports
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Dimx-audmux.txt19 For imx31-audmux and above, it is a list of tuples
Dsamsung,tm2-audio.txt11 - i2s-controller : the list of phandle and argument tuples pointing to
/Linux-v5.4/Documentation/devicetree/bindings/mtd/
Dmtd-physmap.txt10 It's possible to (optionally) define multiple "reg" tuples so that
76 Here an example with multiple "reg" tuples:
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-led-trigger-pattern9 The pattern is given by a series of tuples, of brightness and
/Linux-v5.4/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.4/Documentation/devicetree/bindings/leds/
Dleds-trigger-pattern.txt3 The pattern is given by a series of tuples, of brightness and duration (ms).
/Linux-v5.4/include/linux/mmc/
Dsdio_func.h57 struct sdio_func_tuple *tuples; member
Dcard.h300 struct sdio_func_tuple *tuples; /* unknown common tuples */ member
/Linux-v5.4/drivers/net/wireless/broadcom/b43/
Dsdio.c101 tuple = func->tuples; in b43_sdio_probe()
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/
Dnet_prio.rst36 It contains a list of tuples in the form <ifname priority>. Contents of this
/Linux-v5.4/drivers/bluetooth/
Dbtsdio.c271 struct sdio_func_tuple *tuple = func->tuples; in btsdio_probe()
/Linux-v5.4/Documentation/power/
Denergy-model.rst77 argument, and provide a callback function returning <frequency, power> tuples
/Linux-v5.4/Documentation/ABI/stable/
Dsysfs-bus-firewire31 Contains space-separated tuples of specifier_id and
/Linux-v5.4/Documentation/devicetree/bindings/display/
Drenesas,du.txt43 - vsps: A list of phandle and channel index tuples to the VSPs that handle
/Linux-v5.4/Documentation/devicetree/bindings/misc/
Dfsl,qoriq-mc.txt115 The property is an arbitrary number of tuples of
/Linux-v5.4/drivers/leds/trigger/
DKconfig137 which is a series of tuples, of brightness and duration (ms).
/Linux-v5.4/Documentation/devicetree/bindings/regulator/
Dti-abb-regulator.txt27 - ti,abb_info: An array of 6-tuples u32 items providing information about ABB

12