Home
last modified time | relevance | path

Searched full:behind (Results 1 – 25 of 601) sorted by relevance

12345678910>>...25

/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-ata21 connected, the number of links behind it.
40 Behind each port, there is a ata_link. If there is a SATA PM in the topology, 15
43 If a link is behind a port, the directory name is linkX, where X is ata_port_id
44 of the port. If a link is behind a PM, its name is linkX.Y where X is
67 Behind each link, up to two ata devices are created.
121 "none" if no device was found behind the link.
/Linux-v6.1/drivers/md/
Draid1.h154 atomic_t behind_remaining; /* number of write-behind ios remaining
174 * When R1BIO_BehindIO is set, we store pages for write behind
197 /* For write-behind requests, we call bi_end_io when
198 * the last non-write-behind device completes, providing
200 * any write-behind write succeeds, otherwise we call
Dmd-bitmap.h133 __le32 write_behind; /* 60 number of outstanding write-behind writes */
255 unsigned long sectors, int behind);
257 unsigned long sectors, int success, int behind);
/Linux-v6.1/tools/testing/selftests/drivers/net/mlxsw/
Dtc_restrictions.sh215 check_fail $? "Incorrect success to add matchall rule behind a flower rule"
224 check_err $? "Failed to add flower rule behind a matchall rule"
254 # On egress, all matchall-mirror rules have to be behind the flower rules
269 check_fail $? "Incorrect success to add matchall rule behind a flower rule"
278 check_err $? "Failed to add flower rule behind a matchall rule"
/Linux-v6.1/arch/mips/vdso/
Dvgettimeofday.c23 * This is behind the ifdef so that we don't provide the symbol when there's no
59 * This is behind the ifdef so that we don't provide the symbol when there's no
/Linux-v6.1/arch/sparc/kernel/
Dtrampoline_32.S50 /* Our %wim is one behind CWP */
104 /* Our %wim is one behind CWP */
163 /* Our %wim is one behind CWP */
/Linux-v6.1/fs/ubifs/
Dmaster.c27 int behind; in ubifs_compare_master_node() local
43 behind = hmac_offs + UBIFS_MAX_HMAC_LEN; in ubifs_compare_master_node()
45 if (UBIFS_MST_NODE_SZ > behind) in ubifs_compare_master_node()
46 return memcmp(m1 + behind, m2 + behind, UBIFS_MST_NODE_SZ - behind); in ubifs_compare_master_node()
/Linux-v6.1/Documentation/driver-api/pci/
Dp2pdma.rst17 only supports doing P2P when the endpoints involved are all behind the
61 memory behind it, its driver could add support as a P2P provider and
133 effects behind it. Thus, the order of loads and stores should not be important
/Linux-v6.1/drivers/firmware/efi/libstub/
Dpci.c59 * Disregard devices living on bus 0 - these are not behind a in efi_pci_disable_bridge_busmaster()
70 * controllers that are behind a PCIe root port do not use in efi_pci_disable_bridge_busmaster()
/Linux-v6.1/tools/perf/tests/
Dmaps.c94 /* kcore2 map hides behind bpf_prog_2 */ in test__maps__merge_in()
98 /* kcore3 map hides behind bpf_prog_3, kcore1 and adds new map */ in test__maps__merge_in()
/Linux-v6.1/Documentation/filesystems/
Dinotify.rst18 What is the design decision behind not tying the watch to the open fd of
29 What is the design decision behind using an-fd-per-instance as opposed to
/Linux-v6.1/Documentation/firmware-guide/acpi/
Denumeration.rst9 devices behind serial bus controllers.
21 - Devices behind real busses where there is a connector resource
30 The ACPI implementation enumerates devices behind busses (platform, SPI,
186 Slave devices behind SPI bus have SpiSerialBus resource attached to them.
261 The slaves behind I2C bus controller only need to add the ACPI IDs like
263 any slave devices behind the controller device once the adapter is
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/toshiba/
Dspider_net.rst47 flowing RX traffic, every descr behind it should be marked "full",
57 all of those behind it should be "not-in-use". When RX traffic is not
69 be "not-in-use", and everything behind it should be "empty". If no
/Linux-v6.1/drivers/char/agp/
Disoch.c61 * lying behind it...)
311 * lying behind it.
334 * (multiple AGP v3 devices are allowed behind a single bridge). in agp_3_5_enable()
382 * Take an initial pass through the devices lying behind our host in agp_3_5_enable()
/Linux-v6.1/drivers/pci/hotplug/
Dibmphp_pci.c32 * If adapter is bridged, then we assign 11 to it and devices behind it.
210 …/* We need to do this in case bridge itself got configured properly, but devices behind it failed … in ibmphp_configure_card()
539 * This routine configures a PCI-2-PCI bridge and the functions behind it
583 * behind it in configure_bridge()
771 /* Now need to see how much space the devices behind the bridge needed */ in configure_bridge()
806 debug("it wants %x IO behind the bridge\n", amount_needed->io); in configure_bridge()
828 debug("it wants %x memory behind the bridge\n", amount_needed->mem); in configure_bridge()
849 debug("it wants %x pfmemory behind the bridge\n", amount_needed->pfmem); in configure_bridge()
1041 * This function adds up the amount of resources needed behind the PPB bridge
1053 int howmany = 0; /*this is to see if there are any devices behind the bridge */ in scan_behind_bridge()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/usb/
Dulpi.txt4 Phys that are behind a ULPI connection can be described with the following
/Linux-v6.1/drivers/clk/versatile/
DKconfig29 Express platforms hidden behind its configuration infrastructure,
/Linux-v6.1/arch/alpha/kernel/
Dsys_takara.c168 /* These are behind the bridges. */ in takara_map_irq_srm()
182 /* Guess that we are behind a bridge. */ in takara_map_irq_srm()
238 "card-bridge behind builtin bridge yet.\n"); in takara_swizzle()
/Linux-v6.1/Documentation/x86/
Dbooting-dt.rst21 otherwise like interrupt routing or a list of devices behind an I2C bus.
/Linux-v6.1/drivers/media/pci/cx18/
Dcx18-dvb.c103 .no_tuner = 1, /* XC3028 is not behind the gate */
208 .no_tuner = 1, /* XC3028 is not behind the gate */
216 .no_tuner = 1, /* XC3028 is not behind the gate */
224 .no_tuner = 1, /* XC3028 is not behind the gate */
/Linux-v6.1/Documentation/driver-api/mei/
Dnfc.rst6 Some Intel 8 and 9 Serieses chipsets supports NFC devices connected behind
/Linux-v6.1/drivers/media/dvb-frontends/
Ddrxd.h30 /* If the tuner is not behind an i2c gate, be sure to flip this bit
/Linux-v6.1/Documentation/gpu/rfc/
Di915_gem_lmem.rst11 * Merge the uAPI bits behind special CONFIG_BROKEN(or so) flag
/Linux-v6.1/Documentation/PCI/
Dmsi-howto.rst49 arrived in memory (this becomes more likely with devices behind PCI-PCI
218 2. on all devices behind a specific bridge
240 In this case, MSIs must be disabled on all devices behind the bridge.
/Linux-v6.1/drivers/pci/
DKconfig151 behind an IOMMU to recover from page faults.
184 P2P DMA transactions must be between devices behind the same root

12345678910>>...25