Searched +full:spurious +full:- +full:oc (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/usb/generic-ehci.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Greg Kroah-Hartman <gregkh@linuxfoundation.org>13 - $ref: usb-hcd.yaml14 - if:19 const: ibm,usb-ehci-440epx28 - items:29 - enum:[all …]
1 // SPDX-License-Identifier: GPL-2.06 * Copyright 2010-2012 Hauke Mehrtens <hauke@hauke-m.de>9 * Derived from the ohci-ssb driver12 * Derived from the EHCI-PCI driver13 * Copyright (c) 2000-2004 by David Brownell15 * Derived from the ohci-pci driver17 * Copyright 2000-2002 David Brownell23 #include <linux/dma-mapping.h>43 #define hcd_to_ehci_priv(h) ((struct ehci_platform_priv *)hcd_to_ehci(h)->priv)58 struct platform_device *pdev = to_platform_device(hcd->self.controller); in ehci_platform_reset()[all …]
1 // SPDX-License-Identifier: GPL-2.024 #include "isp1760-core.h"25 #include "isp1760-hcd.h"26 #include "isp1760-regs.h"27 #include "isp1760-udc.h"31 struct isp1760_hcd *hcd = &isp->hcd; in isp1760_init_core()32 struct isp1760_udc *udc = &isp->udc; in isp1760_init_core()35 /* Low-level chip reset */ in isp1760_init_core()36 if (isp->rst_gpio) { in isp1760_init_core()37 gpiod_set_value_cansleep(isp->rst_gpio, 1); in isp1760_init_core()[all …]
1 // SPDX-License-Identifier: GPL-2.042 rc = -EOPNOTSUPP; in qeth_l2_setdelmac_makerc()45 rc = -ENOSPC; in qeth_l2_setdelmac_makerc()49 rc = -EADDRINUSE; in qeth_l2_setdelmac_makerc()53 rc = -EADDRNOTAVAIL; in qeth_l2_setdelmac_makerc()56 rc = -ENOENT; in qeth_l2_setdelmac_makerc()59 rc = -EIO; in qeth_l2_setdelmac_makerc()71 return qeth_l2_setdelmac_makerc(card, cmd->hdr.return_code); in qeth_l2_send_setdelmac_cb()84 return -ENOMEM; in qeth_l2_send_setdelmac()86 cmd->data.setdelmac.mac_length = ETH_ALEN; in qeth_l2_send_setdelmac()[all …]