Home
last modified time | relevance | path

Searched refs:behavior (Results 1 – 25 of 27) sorted by relevance

12

/drivers/pci/
Dpci-bridge-emul.c414 const struct pci_bridge_reg_behavior *behavior; in pci_bridge_emul_conf_read() local
430 behavior = bridge->pcie_cap_regs_behavior; in pci_bridge_emul_conf_read()
434 behavior = bridge->pci_regs_behavior; in pci_bridge_emul_conf_read()
449 *value &= behavior[reg / 4].ro | behavior[reg / 4].rw | in pci_bridge_emul_conf_read()
450 behavior[reg / 4].w1c; in pci_bridge_emul_conf_read()
476 const struct pci_bridge_reg_behavior *behavior; in pci_bridge_emul_conf_write() local
503 behavior = bridge->pcie_cap_regs_behavior; in pci_bridge_emul_conf_write()
507 behavior = bridge->pci_regs_behavior; in pci_bridge_emul_conf_write()
511 new = old & (~mask | ~behavior[reg / 4].rw); in pci_bridge_emul_conf_write()
514 new |= (value << shift) & (behavior[reg / 4].rw & mask); in pci_bridge_emul_conf_write()
[all …]
/drivers/staging/android/
DKconfig11 POSIX SHM but with different behavior and sporting a simpler
/drivers/parisc/
DREADME.dino5 ** the behavior of five models of HP VISUALIZE workstations when
/drivers/media/v4l2-core/
DKconfig39 Only useful if you rely on the old behavior and use mknod instead of udev.
/drivers/staging/media/av7110/
Dvideo-get-event.rst56 an event is not available, the behavior depends on whether the device is
/drivers/block/drbd/
DKconfig48 behavior.
/drivers/mtd/spi-nor/
DKconfig32 bool "Disable SWP on any flashes (legacy behavior)"
/drivers/dax/
DKconfig22 restrictions that make the mapping behavior deterministic.
/drivers/platform/surface/
DKconfig120 behavior of this process, which includes the option to abort it in
169 influence cooling behavior, e.g. setting it to 'quiet' (default) or
/drivers/dma/
DKconfig302 bool "Legacy behavior for idxd driver"
306 Compatible driver to support old /sys/bus/dsa/drivers/dsa behavior.
307 The old behavior performed driver bind/unbind for device and wq
309 the legacy behavior in order to allow existing support apps (i.e.
314 Say Y if you have old applications that require such behavior.
/drivers/scsi/aic7xxx/
DKconfig.aic79xx24 vary this number based on device behavior. For devices with a
DKconfig.aic7xxx29 vary this number based on device behavior. For devices with a
/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset36 Description: The boottotool flag controls s-Par behavior on the next boot of
/drivers/thermal/intel/
DKconfig91 Note that, on different platforms, the behavior might be different
/drivers/net/ethernet/realtek/
DKconfig96 old RX-reset behavior. If unsure, say N.
/drivers/usb/core/
DKconfig78 rejected during enumeration. This behavior is required by the
/drivers/video/console/
DKconfig110 is the default behavior.
/drivers/staging/media/atomisp/
DTODO74 driver's behavior during compile time.
/drivers/base/
DKconfig56 mounted the root filesystem. The behavior can be overridden
/drivers/staging/greybus/Documentation/
Dsysfs-bus-greybus270 one of the "reset" or "panic" will change the behavior of SVC
/drivers/firmware/
DKconfig62 bool "Sets default behavior for EDD detection to off"
/drivers/iommu/
DKconfig346 this option is YES because the old behavior is insecure.
/drivers/media/platform/
DKconfig198 default. Note that this behavior can be overridden via
/drivers/char/
DKconfig412 controlling the behavior of this hardware.
/drivers/md/
DKconfig512 A target that simulates bad sector behavior.

12