| /kernel/linux/linux-5.10/net/core/ |
| D | secure_seq.c | 60 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_ts_off() 69 return siphash(&combined, offsetofend(typeof(combined), daddr), in secure_tcpv6_ts_off() 82 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_seq() 91 hash = siphash(&combined, offsetofend(typeof(combined), dport), in secure_tcpv6_seq() 104 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_ipv6_port_ephemeral() 110 return siphash(&combined, offsetofend(typeof(combined), dport), in secure_ipv6_port_ephemeral() 178 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_dccpv6_sequence_number() 186 seq = siphash(&combined, offsetofend(typeof(combined), dport), in secure_dccpv6_sequence_number()
|
| /kernel/linux/linux-5.10/lib/ |
| D | siphash.c | 225 u64 combined = (u64)second << 32 | first; in siphash_3u32() local 227 v3 ^= combined; in siphash_3u32() 230 v0 ^= combined; in siphash_3u32() 339 u64 combined = (u64)second << 32 | first; in hsiphash_2u32() local 341 v3 ^= combined; in hsiphash_2u32() 343 v0 ^= combined; in hsiphash_2u32() 358 u64 combined = (u64)second << 32 | first; in hsiphash_3u32() local 360 v3 ^= combined; in hsiphash_3u32() 362 v0 ^= combined; in hsiphash_3u32() 379 u64 combined = (u64)second << 32 | first; in hsiphash_4u32() local [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iommu/ |
| 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
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
| D | xgbe-ethtool.c | 687 unsigned int rx, tx, combined; in xgbe_get_channels() local 701 combined = min(rx, tx); in xgbe_get_channels() 703 channels->max_combined = combined; in xgbe_get_channels() 711 combined = min(rx, tx); in xgbe_get_channels() 712 rx -= combined; in xgbe_get_channels() 713 tx -= combined; in xgbe_get_channels() 715 channels->combined_count = combined; in xgbe_get_channels() 723 netdev_err(netdev, "channel inputs: combined=%u, rx-only=%u, tx-only=%u\n", in xgbe_print_set_channels_input() 732 unsigned int rx, rx_curr, tx, tx_curr, combined; in xgbe_set_channels() local 746 combined = min(rx, tx); in xgbe_set_channels() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | usb-device.txt | 9 "interface nodes" representing USB interfaces and "combined nodes" 12 A combined node shall be used instead of a device node and an interface node 16 A "hub node" is a combined node or an interface node that represents a USB 49 Required properties for combined nodes:
|
| /kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
| 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"
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-bus-iio-sx9310 | 7 near the combined sensor. The combined sensor presents
|
| /kernel/linux/linux-5.10/drivers/usb/core/ |
| D | of.c | 43 * usb_of_has_combined_node() - determine whether a device has a combined node 46 * Determine whether a USB device has a so called combined node which is 55 * criteria for a combined node.
|
| /kernel/linux/linux-5.10/drivers/iio/light/ |
| D | Kconfig | 413 tristate "SI1132 and SI1141/2/3/5/6/7 combined ALS, UV index and proximity sensor" 419 SI1141/2/3/5/6/7 combined ambient light, UV index and proximity sensor 531 tristate "VCNL4000/4010/4020/4200 combined ALS and proximity sensor" 537 VCNL4010, VCNL4020, VCNL4200 combined ambient light and proximity 544 tristate "VCNL4035 combined ALS and proximity sensor" 551 combined ambient light (ALS) and proximity sensor. Currently only ALS 583 VL6180 combined ambient light, range and proximity sensor.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/ |
| D | arm,pl11x.txt | 13 - interrupt-names: either the single entry "combined" representing a 14 combined interrupt output (CLCDINTR), or the four entries 76 interrupt-names = "combined";
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | pkt_cls.h | 44 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) argument 45 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
|
| /kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/ |
| D | sh_mobile_ceu_camera.rst | 13 combined scales: sensor_scale * host_scale 81 3. Calculate new combined scales from "effective" input window to requested user 86 4. Calculate sensor output window by applying combined scales to real input
|
| /kernel/linux/linux-5.10/tools/include/uapi/linux/ |
| D | pkt_cls.h | 54 * a combined opcode. 59 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) argument 60 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/ |
| D | samsung,exynos4210-combiner.txt | 10 combined interrupt for its eight interrupt sources. The combined interrupt
|
| D | ti,c64x+megamod-pic.txt | 37 One for each core interrupt priority level. In addition to the combined 62 interrupts 0 - 3 (combined interrupt sources) are
|
| /kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
| D | Kconfig | 80 utilize write-combined caching on the framebuffer memory. 87 ranges that should be marked write-combined from the driver.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/ |
| D | renesas,rza2-pinctrl.yaml | 7 title: Renesas RZ/A2 combined Pin and GPIO controller 14 The Renesas SoCs of the RZ/A2 series feature a combined Pin and GPIO
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| D | btf_dump_test_case_bitfields.c | 59 short b; /* combined with previous bitfield */ 64 int e; /* combined with previous bitfield */
|
| /kernel/linux/linux-5.10/drivers/media/i2c/ |
| D | aptina-pll.c | 41 /* Compute the multiplier M and combined N*P1 divisor. */ in aptina_pll_calculate() 54 * - minimum/maximum combined N*P1 divisor in aptina_pll_calculate() 67 dev_err(dev, "pll: no valid combined N*P1 divisor.\n"); in aptina_pll_calculate()
|
| /kernel/linux/linux-5.10/drivers/char/tpm/eventlog/ |
| D | efi.c | 91 * Allocate memory for the 'combined log' where we will append the in tpm_read_log_efi() 114 * The size of the 'combined log' is the size of the 'main log' plus in tpm_read_log_efi()
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | pkt_cls.h | 63 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) argument 64 #define TC_ACT_EXT_CMP(combined,opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | pkt_cls.h | 81 * a combined opcode. 86 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) argument 87 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
|
| /kernel/linux/linux-5.10/net/dsa/ |
| D | tag_mtk.c | 33 * being combined. Only in this way we can allow the switch can parse in mtk_tag_xmit() 53 * whether that's a combined special tag with 802.1Q header. in mtk_tag_xmit()
|
| /kernel/linux/linux-5.10/Documentation/security/ |
| D | siphash.rst | 96 } __aligned(SIPHASH_ALIGNMENT) combined = { 101 u64 h = siphash(&combined, offsetofend(typeof(combined), dport), &secret);
|
| /kernel/linux/linux-5.10/Documentation/x86/ |
| D | microcode.rst | 27 The format of the combined initrd image is microcode in (uncompressed) 29 loader parses the combined initrd image during boot.
|