Home
last modified time | relevance | path

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

12345678910>>...23

/linux/Documentation/ABI/testing/
H A 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/tools/testing/selftests/drivers/net/mlxsw/
H A 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/drivers/soundwire/
H A Ddebugfs.c157 /* Userspace changed the hardware state behind the kernel's back */ in set_command()
175 /* Userspace changed the hardware state behind the kernel's back */ in set_command_type()
191 /* Userspace changed the hardware state behind the kernel's back */ in set_start_address()
210 /* Userspace changed the hardware state behind the kernel's back */ in set_num_bytes()
282 /* Userspace changed the hardware state behind the kernel's back */ in cmd_go()
H A Dintel_ace2x_debugfs.c100 /* Userspace changed the hardware state behind the kernel's back */ in intel_set_m_datamode()
118 /* Userspace changed the hardware state behind the kernel's back */ in intel_set_s_datamode()
/linux/fs/ubifs/
H A 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/arch/sparc/kernel/
H A Dtrampoline_32.S50 /* Our %wim is one behind CWP */
104 /* Our %wim is one behind CWP */
163 /* Our %wim is one behind CWP */
/linux/drivers/fsi/
H A DKconfig60 This option enables a FSI master that is present behind an OPB bridge
70 behind an IBM I2C Responder (I2CR) chip. The I2CR is an I2C device
/linux/drivers/pci/
H A Dirq.c83 * pci_swizzle_interrupt_pin - swizzle INTx for device behind bridge
87 * Perform INTx swizzling for a device behind one level of bridge. This is
89 * behind bridges on add-in cards. For devices with ARI enabled, the slot
/linux/Documentation/driver-api/cxl/linux/
H A Daccess-coordinates.rst87 For certain CXL region construction with endpoints behind CXL switches (SW) or
89 the endpoints behind a switch being more than the switch upstream link.
147 RP device. If the endpoint is behind a switch, the device pointer would be the
/linux/Documentation/filesystems/
H A 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/drivers/pci/hotplug/
H A 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/drivers/char/agp/
H A 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/arch/alpha/kernel/
H A 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/Documentation/gpu/
H A Ddrm-vm-bind-async.rst121 deeply pipelined behind other VM_BIND operations and workloads
123 subsequent VM_BIND operation to be queued behind the first one if
140 buffers. The workload execution can then easily be pipelined behind
/linux/drivers/media/pci/cx18/
H A 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/Documentation/devicetree/bindings/usb/
H A Dulpi.txt4 Phys that are behind a ULPI connection can be described with the following
/linux/drivers/clk/versatile/
H A DKconfig29 Express platforms hidden behind its configuration infrastructure,
/linux/Documentation/arch/x86/
H A Dbooting-dt.rst21 otherwise like interrupt routing or a list of devices behind an I2C bus.
/linux/Documentation/driver-api/mei/
H A Dnfc.rst6 Some Intel 8 and 9 Series chipsets support NFC devices connected behind
/linux/Documentation/gpu/rfc/
H A Di915_gem_lmem.rst11 * Merge the uAPI bits behind special CONFIG_BROKEN(or so) flag
/linux/drivers/media/dvb-frontends/
H A Ddrxd.h30 /* If the tuner is not behind an i2c gate, be sure to flip this bit
/linux/block/
H A Dbadblocks.c290 * 6.3) Behind merge: If the already set bad blocks range E is behind the setting
307 * values are same, the setting range S can behind merges into range E. The
425 * 5.2) The already set bad block range is behind overlaopped with the clearing
639 * overlapped with the bad range (from bad table) indexed by 'behind'.
642 int behind) in overlap_behind() argument
646 if (bad->start < BB_OFFSET(p[behind]) && in overlap_behind()
647 (bad->start + bad->len) > BB_OFFSET(p[behind])) in overlap_behind()
815 * overlapped with the bad range (from bad table) indexed by 'behind'.
1151 /* Not front overlap, but behind overlap */ in _badblocks_clear()
1234 /* Not front overlap, but behind overlap */ in _badblocks_check()
/linux/arch/m68k/mac/
H A Dmacints.c96 * - Nubus is a special case because its interrupts are hidden behind two
106 * case. They're hidden behind the Nubus slot $C interrupt thus adding a
/linux/fs/xfs/libxfs/
H A Dxfs_dir2_priv.h23 * Pointer to the on-disk format entries, which are behind the
36 * Pointer to the on-disk format entries, which are behind the
/linux/arch/arm/mach-versatile/
H A Dtc2_pm.c76 * from completing execution behind power controller back in tc2_pm_cpu_powerdown_prepare()
208 * The power management-related features are hidden behind in tc2_pm_init()

12345678910>>...23