/linux-6.12.1/Documentation/ABI/testing/ |
D | debugfs-hisi-hpre | 74 Available for both PF and VF, and take no other effect on HPRE. 80 Available for both PF and VF, and take no other effect on HPRE. 86 Available for both PF and VF, and take no other effect on HPRE. 92 Available for both PF and VF, and take no other effect on HPRE. 98 Available for both PF and VF, and take no other effect on HPRE. 105 Available for both PF and VF, and take no other effect on HPRE. 124 Description: Set the wait time when stop queue fails. Available for both PF 133 will return non-zero value. Available for both PF and VF, 147 Available for both PF and VF, and take no other effect on HPRE. 153 Available for both PF and VF, and take no other effect on HPRE. [all …]
|
D | debugfs-hisi-sec | 54 Available for both PF and VF, and take no other effect on SEC. 60 Available for both PF and VF, and take no other effect on SEC. 66 Available for both PF and VF, and take no other effect on SEC. 72 Available for both PF and VF, and take no other effect on SEC. 78 Available for both PF and VF, and take no other effect on SEC. 85 Available for both PF and VF, and take no other effect on SEC. 104 Description: Set the wait time when stop queue fails. Available for both PF 113 will return non-zero value. Available for both PF and VF, 127 Available for both PF and VF, and take no other effect on SEC. 133 Available for both PF and VF, and take no other effect on SEC. [all …]
|
D | debugfs-hisi-zip | 67 Available for both PF and VF, and take no other effect on ZIP. 73 Available for both PF and VF, and take no other effect on ZIP. 79 Available for both PF and VF, and take no other effect on ZIP. 85 Available for both PF and VF, and take no other effect on ZIP. 91 Available for both PF and VF, and take no other effect on ZIP. 98 Available for both PF and VF, and take no other effect on ZIP. 117 Description: Set the wait time when stop queue fails. Available for both PF 126 will return non-zero value. Available for both PF and VF, 140 Available for both PF and VF, and take no other effect on ZIP. 146 Available for both PF and VF, and take no other effect on ZIP. [all …]
|
D | sysfs-bus-event_source-devices-uncore | 7 The 'perf(1)' tool should treat both names the same. 8 They both can be used to access the uncore PMU.
|
/linux-6.12.1/Documentation/devicetree/bindings/arm/ |
D | secure.txt | 9 space, or visible in both. (One example of that situation would be a 32 secure- bindings only need to be used where both the Secure and Normal 43 both default to "okay". This means the following combinations are 46 /* Neither specified: default to visible in both S and NS */ 47 secure-status = "okay"; /* visible in both */ 48 status = "okay"; /* visible in both */ 49 status = "okay"; secure-status = "okay"; /* visible in both */ 53 status = "disabled"; /* disabled in both */ 54 status = "disabled"; secure-status = "disabled"; /* disabled in both */
|
/linux-6.12.1/Documentation/power/ |
D | apm-acpi.rst | 13 build a kernel with both ACPI and APM enabled (as of 2.3.x ACPI is 18 No, sorry, you cannot have both ACPI and APM enabled and running at 20 would like to use both to get a full set of working features, but you 27 respectively, to be completely functional. Obtain both of these 30 Go ahead and start both. If ACPI or APM is not available on your
|
/linux-6.12.1/kernel/futex/ |
D | futex.h | 215 && key1->both.word == key2->both.word in futex_match() 216 && key1->both.ptr == key2->both.ptr in futex_match() 217 && key1->both.offset == key2->both.offset); in futex_match()
|
/linux-6.12.1/Documentation/devicetree/bindings/regmap/ |
D | regmap.txt | 16 On SoCs that can be operated in both big-endian and little-endian 17 modes, with a single hardware switch controlling both the endianness 20 blob in both cases.
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | tuner.rst | 35 determined by the current video input. Drivers must support both ioctls 57 A video or radio device cannot support both a tuner and a modulator. Two 69 current video output. Drivers must support both ioctls and set the 81 :ref:`VIDIOC_S_FREQUENCY <VIDIOC_G_FREQUENCY>` ioctl which both take 84 both ioctls when the tuner or modulator ioctls are supported, or when
|
D | dev-mem2mem.rst | 17 supports both output (sending frames from memory to the hardware) 20 both sides and finally call :ref:`VIDIOC_STREAMON <VIDIOC_STREAMON>` 21 for both capture and output to start the hardware.
|
/linux-6.12.1/Documentation/networking/dsa/ |
D | lan9303.rst | 18 The LAN9303 can be managed both via MDIO and I2C, both supported by this driver. 24 When both user ports are joined to the same bridge, the normal HW MAC learning
|
/linux-6.12.1/drivers/clk/thead/ |
D | Kconfig | 12 both CPU PLLs, both DPU PLLs as well as the GMAC, VIDEO,
|
/linux-6.12.1/fs/fat/ |
D | dir.c | 567 struct fat_ioctl_filldir_callback *both) in __fat_readdir() argument 644 if (!both) in __fat_readdir() 652 both->longname = fill_name; in __fat_readdir() 653 both->long_len = fill_len; in __fat_readdir() 654 both->shortname = bufname; in __fat_readdir() 655 both->short_len = short_len; in __fat_readdir() 775 int short_only, int both) in FAT_IOCTL_FILLDIR_FUNC() 790 short_only, both ? &buf : NULL); in FAT_IOCTL_FILLDIR_FUNC() 804 int short_only, both; in fat_dir_ioctl() local 809 both = 0; in fat_dir_ioctl() [all …]
|
/linux-6.12.1/Documentation/trace/ |
D | fprobe.rst | 83 Also, the unregister_fprobe() will guarantee that the both enter and exit 107 This is the ftrace address of the traced function (both entry and exit). 113 somewhere in the caller. This can be used at both entry and exit. 126 allocated and passed to both `entry_handler` and `exit_handler`. 171 The `fprobe::nmissed` field counts up in both cases. Therefore, the former 172 skips both of entry and exit callback and the latter skips the exit 173 callback, but in both case the counter will increase by 1.
|
/linux-6.12.1/include/linux/ |
D | futex.h | 50 } both; member 53 #define FUTEX_KEY_INIT (union futex_key) { .both = { .ptr = 0ULL } }
|
/linux-6.12.1/Documentation/devicetree/bindings/phy/ |
D | keystone-usb-phy.txt | 10 gate on the Keystone SOC for both the USB2 and USB3 PHY. Otherwise it is just 11 an NOP PHY driver. Hence this node is referenced as both the usb2 and usb3
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | cmsg_ipv6.sh | 48 for ovr in setsock cmsg both diff; do 73 for ovr in setsock cmsg both diff; do 110 for ovr in setsock cmsg both diff; do
|
/linux-6.12.1/net/hsr/ |
D | Kconfig | 19 device will be sent in both directions on the ring (over both slave 26 frames sent over the PRP device will be sent to both networks giving
|
/linux-6.12.1/arch/sparc/kernel/ |
D | unaligned_32.c | 28 both, /* Swap, ldstub, etc. */ enumerator 42 return both; in decode_direction() 245 if(!ok_for_kernel(insn) || dir == both) { in kernel_unaligned_trap()
|
/linux-6.12.1/Documentation/driver-api/hte/ |
D | tegra-hte.rst | 21 below. The GPIO GTE code supports both kernel and userspace consumers. The 44 The provider source code of both IRQ and GPIO GTE instances is located at 46 ``drivers/hte/hte-tegra194-test.c`` demonstrates HTE API usage for both IRQ
|
/linux-6.12.1/Documentation/hwmon/ |
D | ina3221.rst | 22 side of up to three D.C. power supplies. The INA3221 monitors both shunt drop 71 Affects both Bus- and Shunt-voltage conversion time. 72 Note that setting update_interval to 0ms sets both BC
|
D | ina2xx.rst | 62 interface. The INA219 monitors both shunt drop and supply voltage, with 66 interface. The INA220 monitors both shunt drop and supply voltage. 69 The INA226 monitors both a shunt voltage drop and bus supply voltage. 72 with an I2C interface. The chips monitor both a shunt voltage drop and
|
/linux-6.12.1/drivers/usb/gadget/udc/ |
D | Kconfig | 11 # - Some systems have both kinds of controllers. 14 # both kinds of controller can also support "USB On-the-Go" (CONFIG_USB_OTG). 23 # - licensed IP used in both SOC and discrete versions 163 supports both full and high speed USB 2.0 data transfers. 175 that supports both full and high speed USB 2.0 data transfers. 187 that supports both host and device switching. 276 # Controllers available in both integrated and discrete versions 284 supports both full and high speed USB 2.0 data transfers. 334 both full and high speed USB 2.0 data transfers. 357 supports both full and high speed USB 2.0 data transfers. [all …]
|
/linux-6.12.1/fs/pstore/ |
D | Kconfig | 131 NOTE that, both Kconfig and module parameters can configure 142 NOTE that, both Kconfig and module parameters can configure 154 NOTE that, both Kconfig and module parameters can configure 166 NOTE that, both Kconfig and module parameters can configure 178 NOTE that, both Kconfig and module parameters can configure 190 NOTE that, both Kconfig and module parameters can configure
|
/linux-6.12.1/drivers/usb/musb/ |
D | Kconfig | 17 or the USB host role, or both. 58 both host and gadget features are enabled. 159 depends on USB_MUSB_TUSB6010 = USB_MUSB_HDRC # both built-in or both modules
|