Home
last modified time | relevance | path

Searched refs:ups (Results 1 – 25 of 42) sorted by relevance

12

/Linux-v6.6/drivers/pci/pcie/
Dptm.c18 struct pci_dev *ups = pci_upstream_bridge(dev); in pci_upstream_ptm() local
26 if (ups && pci_pcie_type(ups) == PCI_EXP_TYPE_DOWNSTREAM) in pci_upstream_ptm()
27 ups = pci_upstream_bridge(ups); in pci_upstream_ptm()
29 if (ups && ups->ptm_cap) in pci_upstream_ptm()
30 return ups; in pci_upstream_ptm()
43 struct pci_dev *ups; in pci_ptm_init() local
64 ups = pci_upstream_ptm(dev); in pci_ptm_init()
65 if (ups) { in pci_ptm_init()
66 if (ups->ptm_granularity == 0) in pci_ptm_init()
68 else if (ups->ptm_granularity > dev->ptm_granularity) in pci_ptm_init()
[all …]
/Linux-v6.6/Documentation/staging/
Dcrc32.rst160 final CRC is simply the XOR of the 4 table look-ups.
163 look-ups cannot begin until the previous groups 4 table look-ups have all
166 To make maximum use of the processor, "slicing by 8" performs 8 look-ups
170 on the previous CRC at all. Thus, those 4 table look-ups may commence
/Linux-v6.6/arch/arm/boot/dts/st/
Dstm32mp157c-lxa-mc1.dts196 * board lacks external pull-ups on SDMMC lines. Class 10 SD refuses to
197 * work, thus enable internal pull-ups.
/Linux-v6.6/arch/arm64/boot/dts/freescale/
Dqoriq-bman-portals.dtsi16 * bootloader fix-ups are expected to provide the
Dqoriq-qman-portals.dtsi16 * bootloader fix-ups are expected to provide the
/Linux-v6.6/tools/testing/ktest/examples/
DREADME27 to reuse configs for various machines or set ups. The files here
/Linux-v6.6/drivers/gpio/
Dgpio-twl4030.c428 static int gpio_twl4030_pulls(u32 ups, u32 downs) in gpio_twl4030_pulls() argument
441 if (ups & gpio_bit) in gpio_twl4030_pulls()
/Linux-v6.6/tools/testing/vsock/
DREADME70 C is number of 'poll()' wake ups with POLLIN bit set.
/Linux-v6.6/Documentation/hwmon/
Dadm1025.rst60 100k pull-ups on the VID inputs". It doesn't make any difference for us.
/Linux-v6.6/arch/arm/boot/dts/allwinner/
Dsun8i-h3-orangepi-pc-plus.dts84 /* eMMC is missing pull-ups */
Dsun8i-q8-common.dtsi70 * short-circuits we configure these as inputs with pull-ups via
Dsun8i-h3-orangepi-plus.dts113 /* eMMC is missing pull-ups */
Dsun4i-a10-dserve-dsrv9703c.dts114 /* pull-ups and devices require AXP209 LDO3 */
Dsun4i-a10-pov-protab2-ips9.dts98 /* pull-ups and devices require AXP209 LDO3 */
Dsun6i-a31s-primo81.dts92 /* pull-ups and device VDDIO use AXP221 DLDO3 */
Dsun6i-a31-hummingbird.dts172 /* pull-ups and devices require AXP221 DLDO3 */
Dsun8i-a83t-bananapi-m3.dts329 * and external pull-ups on all the data lines. It should be set
/Linux-v6.6/tools/memory-model/
Dlinux-kernel.bell9 * "Frightening small children and disconcerting grown-ups: Concurrency
Dlinux-kernel.def4 // "Frightening small children and disconcerting grown-ups: Concurrency
/Linux-v6.6/lib/
DKconfig.kfence52 CPU wake-ups if the system is idle, at the risk of a less predictable
/Linux-v6.6/tools/memory-model/Documentation/
Dreferences.txt90 grown-ups: Concurrency in the Linux kernel". In Proceedings of
/Linux-v6.6/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-mcp23s08.txt94 If pins are used as output, they can also be configured with pull-ups. This is
/Linux-v6.6/Documentation/dev-tools/
Dkfence.rst46 causes CPU wake-ups when the system is completely idle. This may be undesirable
48 instead switches to a "deferrable" timer which does not force CPU wake-ups on
/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dext-ctrls-dv.rst51 Rx Sense is the detection of pull-ups on the TMDS clock lines. This
/Linux-v6.6/Documentation/devicetree/bindings/powerpc/fsl/
Dinterlaken-lac.txt154 look-ups in the IOMMU (PAMU) address table when performing

12