Searched +full:spurious +full:- +full:oc (Results 1 – 2 of 2) sorted by relevance
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 …]