Searched +full:en +full:- +full:esata (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/gpio/gpio-pca95xx.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Krzysztof Kozlowski <krzk@kernel.org>19 - items:20 - const: diodes,pi4ioe5v6534q21 - const: nxp,pcal653422 - items:23 - enum:[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * libahci.c - Common AHCI SATA low-level routines6 * Please ALWAYS copy linux-ide@vger.kernel.org9 * Copyright 2004-2005 Red Hat, Inc.12 * as Documentation/driver-api/libata.rst27 #include <linux/dma-mapping.h>236 * ahci_rpm_get_port - Make sure the port is powered on245 return pm_runtime_get_sync(ap->dev); in ahci_rpm_get_port()249 * ahci_rpm_put_port - Undoes ahci_rpm_get_port()257 pm_runtime_put(ap->dev); in ahci_rpm_put_port()[all …]