/openbmc/qemu/hw/usb/ |
H A D | combined-packet.c | 28 static void usb_combined_packet_add(USBCombinedPacket *combined, USBPacket *p) in usb_combined_packet_add() argument 30 qemu_iovec_concat(&combined->iov, &p->iov, 0, p->iov.size); in usb_combined_packet_add() 31 QTAILQ_INSERT_TAIL(&combined->packets, p, combined_entry); in usb_combined_packet_add() 32 p->combined = combined; in usb_combined_packet_add() 35 /* Note will free combined when the last packet gets removed */ 36 static void usb_combined_packet_remove(USBCombinedPacket *combined, in usb_combined_packet_remove() argument 39 assert(p->combined == combined); in usb_combined_packet_remove() 40 p->combined = NULL; in usb_combined_packet_remove() 41 QTAILQ_REMOVE(&combined->packets, p, combined_entry); in usb_combined_packet_remove() 42 if (QTAILQ_EMPTY(&combined->packets)) { in usb_combined_packet_remove() [all …]
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | LGPL-3.0-only | 14 …a covered work governed by this License, other than an Application or a Combined Work as defined b… 18 …Combined Work” is a work produced by combining or linking an Application with the Library. The par… 20 … Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any s… 22 …Combined Work means the object code and/or source code for the Application, including any data and… 40 4. Combined Works. 42 …Combined Work under terms of your choice that, taken together, effectively do not restrict modific… 44 …* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and … 45 * b) Accompany the Combined Work with a copy of the GNU GPL and this license document. 46 …* c) For a Combined Work that displays copyright notices during execution, include the copyright n… 48 …ion with a modified version of the Linked Version to produce a modified Combined Work, in the mann… [all …]
|
H A D | LGPL-3.0-or-later | 25 an Application or a Combined Work as defined below. 36 A "Combined Work" is a work produced by combining or linking an Application 37 with the Library. The particular version of the Library with which the Combined 42 The "Minimal Corresponding Source" for a Combined Work means the Corresponding 43 Source for the Combined Work, excluding any source code for portions of the 44 Combined Work that, considered in isolation, are based on the Application, 49 The "Corresponding Application Code" for a Combined Work means the object 51 programs needed for reproducing the Combined Work from the Application, but 52 excluding the System Libraries of the Combined Work. 88 4. Combined Works. [all …]
|
H A D | LGPL-3.0-with-zeromq-exception | 20 other than an Application or a Combined Work as defined below. 27 A "Combined Work" is a work produced by combining or linking an 29 with which the Combined Work was made is also called the "Linked 32 The "Minimal Corresponding Source" for a Combined Work means the 33 Corresponding Source for the Combined Work, excluding any source code 34 for portions of the Combined Work that, considered in isolation, are 37 The "Corresponding Application Code" for a Combined Work means the 39 and utility programs needed for reproducing the Combined Work from the 40 Application, but excluding the System Libraries of the Combined Work. 79 4. Combined Works. [all …]
|
H A D | OCLC-2.0 | 17 A "Combined Work" results from combining and integrating all or parts of the Program with other cod… 30 …FICATION, A COMBINED WORK OR AN AGGREGATE WORK; OR (B) THE RESULTS OF ANY PROJECT UNDERTAKEN USING… 44 D. Requirements for a Combined Work Distribution 45 Distributions of Combined Works are subject to the terms of this license and must be made at no cha… 47 A Combined Work may be distributed as either modifiable or non-modifiable code. The requirements of…
|
/openbmc/linux/net/core/ |
H A D | secure_seq.c | 62 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_ts_off() 71 return siphash(&combined, offsetofend(typeof(combined), daddr), in secure_tcpv6_ts_off() 84 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_seq() 93 hash = siphash(&combined, offsetofend(typeof(combined), dport), in secure_tcpv6_seq() 107 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_ipv6_port_ephemeral() 114 return siphash(&combined, offsetofend(typeof(combined), dport), in secure_ipv6_port_ephemeral() 184 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_dccpv6_sequence_number() 192 seq = siphash(&combined, offsetofend(typeof(combined), dport), in secure_dccpv6_sequence_number()
|
/openbmc/u-boot/drivers/misc/ |
H A D | mpc83xx_serdes.h | 13 * @SRDSCR0_DPP_1V2: Combined bitmask to set diff pk-pk swing for both lanes 47 * @SRDSCR2_SEIC_MASK: Combined bitmask to set the receiver electrical idle 53 * @SRDSCR2_SEIC_SATA: Combined bitmask to set the value of both SEIC fields 59 * @SRDSCR2_SEIC_PEX: Combined bitmask to set the value of both SEIC fields 65 * @SRDSCR2_SEIC_SGMII: Combined bitmask to set the value of both SEIC fields 94 * @SRDSCR3_KFR_SATA: Combined bitmask to set both KFR fields to the 100 * @SRDSCR3_KPH_SATA: Combined bitmask to set both KPH fields to the 106 * @SRDSCR3_SDFM_SATA_PEX: Combined bitmask to set both SDFM fields to the 112 * @SRDSCR3_SDTXL_SATA: Combined bitmask to set both SDTXL fields to the 146 * @SRDSCR4_PROT_SATA: Combined bitmask to set both PROT fields to the [all …]
|
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | tc-mq-visibility.sh | 40 ethtool -L $NDEV combined $n 47 ethtool -L $NDEV combined $n 55 ethtool -L $NDEV combined 1 58 ethtool -L $NDEV combined 4 65 ethtool -L $NDEV combined 1
|
/openbmc/linux/lib/ |
H A D | siphash.c | 218 u64 combined = (u64)second << 32 | first; in siphash_3u32() local 220 v3 ^= combined; in siphash_3u32() 223 v0 ^= combined; in siphash_3u32() 332 u64 combined = (u64)second << 32 | first; in hsiphash_2u32() local 334 v3 ^= combined; in hsiphash_2u32() 336 v0 ^= combined; in hsiphash_2u32() 351 u64 combined = (u64)second << 32 | first; in hsiphash_3u32() local 353 v3 ^= combined; in hsiphash_3u32() 355 v0 ^= combined; in hsiphash_3u32() 372 u64 combined = (u64)second << 32 | first; in hsiphash_4u32() local [all …]
|
/openbmc/qemu/include/exec/ |
H A D | memopidx.h | 35 * @oi: combined op/idx parameter 37 * Extract the memory operation from the combined value. 46 * @oi: combined op/idx parameter 48 * Extract the mmu index from the combined value.
|
/openbmc/linux/Documentation/devicetree/bindings/pci/ |
H A D | rockchip-dw-pcie.yaml | 66 Combined system interrupt, which is used to signal the following 71 Combined PM interrupt, which is used to signal the following 76 Combined message interrupt, which is used to signal the following 80 Combined legacy interrupt, which is used to signal the following 83 Combined error interrupt, which is used to signal the following 111 - description: combined legacy interrupt
|
/openbmc/u-boot/tools/patman/ |
H A D | command.py | 22 self.combined = None 26 def __init__(self, stdout='', stderr='', combined='', return_code=0, argument 30 self.combined = combined 99 result.stdout, result.stderr, result.combined = (
|
H A D | cros_subprocess.py | 125 A tuple (stdout, stderr, combined) which is the data received on 126 stdout, stderr and the combined data (interleaved stdout and stderr). 141 and the combined output will just be the same as stdout. 163 combined = [] 200 combined.append(data) 215 combined.append(data) 228 combined = ''.join(combined) 241 return (stdout, stderr, combined) 290 # The total length of stdout and stderr should equal the combined length
|
/openbmc/linux/Documentation/devicetree/bindings/iommu/ |
H A D | arm,smmu-v3.yaml | 34 - const: combined 36 The combined interrupt is optional, and should only be provided if the 37 hardware supports just a single, combined interrupt line. 38 If provided, then the combined interrupt will be used in preference to
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-ethtool.c | 699 unsigned int rx, tx, combined; in xgbe_get_channels() local 713 combined = min(rx, tx); in xgbe_get_channels() 715 channels->max_combined = combined; in xgbe_get_channels() 723 combined = min(rx, tx); in xgbe_get_channels() 724 rx -= combined; in xgbe_get_channels() 725 tx -= combined; in xgbe_get_channels() 727 channels->combined_count = combined; in xgbe_get_channels() 735 netdev_err(netdev, "channel inputs: combined=%u, rx-only=%u, tx-only=%u\n", in xgbe_print_set_channels_input() 744 unsigned int rx, rx_curr, tx, tx_curr, combined; in xgbe_set_channels() local 758 combined = min(rx, tx); in xgbe_set_channels() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/iio/proximity/ |
H A D | semtech,sx9310.yaml | 50 semtech,combined-sensors: 53 List of which sensors are combined and represented by CS3. 82 Sensor used for start-up proximity detection. The combined 125 semtech,combined-sensors = <1 2 3>;
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
H A D | trigger-inter-event-combined-hist.tc | 3 # description: event trigger - test inter-event combined histogram trigger 18 echo "Test combined histogram" 34 fail "Failed to create combined histogram"
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | usb-device.yaml | 19 "interface nodes" representing USB interfaces and "combined nodes" 22 A combined node shall be used instead of a device node and an interface node 26 A "hub node" is a combined node or an interface node that represents a USB 32 description: Device nodes or combined nodes.
|
/openbmc/linux/Documentation/devicetree/bindings/thermal/ |
H A D | qcom-tsens.yaml | 70 - description: v2 of TSENS with combined interrupt 74 - description: v2 of TSENS with combined interrupt 243 - description: Combined interrupt if upper or lower threshold crossed 257 - description: Combined interrupt if upper or lower threshold crossed 274 - description: Combined interrupt if upper, lower or critical thresholds crossed 277 - const: combined 407 interrupt-names = "combined";
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-sx9310 | 7 near the combined sensor. The combined sensor presents
|
/openbmc/u-boot/lib/libavb/ |
H A D | avb_cmdline.c | 164 char combined[AVB_MAX_DIGITS_UINT64 * 2 + 1]; in cmdline_append_version() local 169 avb_memcpy(combined, major_digits, num_major_digits); in cmdline_append_version() 170 combined[num_major_digits] = '.'; in cmdline_append_version() 171 avb_memcpy(combined + num_major_digits + 1, minor_digits, num_minor_digits); in cmdline_append_version() 172 combined[num_major_digits + 1 + num_minor_digits] = '\0'; in cmdline_append_version() 174 return cmdline_append_option(slot_data, key, combined); in cmdline_append_version()
|
/openbmc/linux/drivers/usb/core/ |
H A D | of.c | 42 * usb_of_has_combined_node() - determine whether a device has a combined node 45 * Determine whether a USB device has a so called combined node which is 54 * criteria for a combined node.
|
/openbmc/linux/drivers/iio/light/ |
H A D | Kconfig | 466 tristate "SI1132 and SI1141/2/3/5/6/7 combined ALS, UV index and proximity sensor" 472 SI1141/2/3/5/6/7 combined ambient light, UV index and proximity sensor 560 featuring channels for combined visible + IR intensity and lux illuminance. 595 tristate "VCNL4000/4010/4020/4200 combined ALS and proximity sensor" 601 VCNL4010, VCNL4020, VCNL4200 combined ambient light and proximity 608 tristate "VCNL4035 combined ALS and proximity sensor" 615 combined ambient light (ALS) and proximity sensor. Currently only ALS 647 VL6180 combined ambient light, range and proximity sensor.
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_expect.c | 90 } __aligned(SIPHASH_ALIGNMENT) combined; in nf_ct_expect_dst_hash() 95 memset(&combined, 0, sizeof(combined)); in nf_ct_expect_dst_hash() 97 combined.dst_addr = tuple->dst.u3; in nf_ct_expect_dst_hash() 98 combined.net_mix = net_hash_mix(n); in nf_ct_expect_dst_hash() 99 combined.dport = (__force __u16)tuple->dst.u.all; in nf_ct_expect_dst_hash() 100 combined.l3num = tuple->src.l3num; in nf_ct_expect_dst_hash() 101 combined.protonum = tuple->dst.protonum; in nf_ct_expect_dst_hash() 103 hash = siphash(&combined, sizeof(combined), &nf_ct_expect_hashrnd); in nf_ct_expect_dst_hash()
|
/openbmc/u-boot/doc/device-tree-bindings/ata/ |
H A D | intel-sata.txt | 11 "combined" : Use combined IDE + legacy mode
|