Searched refs:ERROR (Results 26 - 50 of 86) sorted by relevance

1234

/drivers/dma/
H A Ddw_dmac.c186 channel_set_bit(dw, MASK.ERROR, dwc->mask);
414 dma_writel(dw, CLEAR.ERROR, dwc->mask);
506 dma_writel(dw, CLEAR.ERROR, dwc->mask);
527 status_err = dma_readl(dw, RAW.ERROR);
545 channel_set_bit(dw, MASK.ERROR, dw->all_chan_mask);
561 channel_clear_bit(dw, MASK.ERROR, dw->all_chan_mask);
573 channel_clear_bit(dw, MASK.ERROR, (1 << 8) - 1);
1088 channel_clear_bit(dw, MASK.ERROR, dwc->mask);
1139 dma_writel(dw, CLEAR.ERROR, dwc->mask);
1353 dma_writel(dw, CLEAR.ERROR, dw
[all...]
H A Ddw_dmac_regs.h56 DW_REG(ERROR);
/drivers/net/plip/
H A Dplip.c80 D0->ERROR 2 - 15 15 - 2
348 #define ERROR 2 macro
406 * with ERROR or HS_TIMEOUT) we have IRQ enabled. Otherwise it's
410 * that is). So we have to treat HS_TIMEOUT and ERROR from send
417 if (error != ERROR) { /* Timeout */
438 if (error != ERROR) { /* Timeout */
629 return ERROR;
635 return ERROR;
664 return ERROR;
758 return ERROR;
[all...]
/drivers/s390/net/
H A Dctcm_main.c102 CTCM_DBF_TEXT_(ERROR, CTC_DBF_ERROR,
115 CTCM_DBF_TEXT_(ERROR, CTC_DBF_ERROR,
132 CTCM_DBF_TEXT_(ERROR, CTC_DBF_ERROR,
149 CTCM_DBF_TEXT_(ERROR, CTC_DBF_ERROR,
261 CTCM_DBF_TEXT_(ERROR, CTC_DBF_ERROR,
283 CTCM_DBF_TEXT_(ERROR, CTC_DBF_WARN,
388 CTCM_DBF_TEXT_(ERROR, CTC_DBF_ERROR,
400 CTCM_DBF_TEXT_(ERROR, CTC_DBF_ERROR,
857 "%s(%s): MEMORY allocation ERROR\n",
885 CTCM_DBF_TEXT_(ERROR, CTC_DBF_ERRO
[all...]
/drivers/net/wireless/bcmdhd/include/
H A Dbcmsdstd.h58 #define ERROR 1 macro
/drivers/net/wireless/rt2x00/
H A Drt2x00usb.c73 ERROR(rt2x00dev,
94 ERROR(rt2x00dev, "CSR cache not available.\n");
160 ERROR(rt2x00dev, "Indirect register access failed: "
625 ERROR(rt2x00dev, "Bulk-in/Bulk-out endpoints not found\n");
H A Drt2x00dev.c173 ERROR(rt2x00dev, "Device failed to wakeup.\n");
903 ERROR(rt2x00dev, "Allocation ieee80211 modes failed.\n");
1182 ERROR(rt2x00dev, "Failed to allocate device.\n");
1198 ERROR(rt2x00dev, "Failed to initialize hw.\n");
H A Drt2x00leds.c116 ERROR(rt2x00dev, "Failed to register led handler.\n");
H A Drt2500usb.c137 ERROR(rt2x00dev, "Indirect register access failed: "
919 ERROR(rt2x00dev, "BBP register access failed, aborting.\n");
1072 ERROR(rt2x00dev, "Device failed to enter state %d (%d).\n",
1471 ERROR(rt2x00dev, "Invalid RT chipset detected.\n");
1481 ERROR(rt2x00dev, "Invalid RF chipset detected.\n");
H A Drt73usb.c1125 ERROR(rt2x00dev, "Unstable hardware.\n");
1142 ERROR(rt2x00dev, "Failed to write Firmware to device.\n");
1308 ERROR(rt2x00dev, "BBP register access failed, aborting.\n");
1446 ERROR(rt2x00dev, "Device failed to enter state %d (%d).\n",
1570 ERROR(rt2x00dev, "Failure padding beacon, aborting\n");
1878 ERROR(rt2x00dev, "Invalid RT chipset detected.\n");
1886 ERROR(rt2x00dev, "Invalid RF chipset detected.\n");
/drivers/staging/ramster/cluster/
H A Dmasklog.c100 define_mask(ERROR),
/drivers/usb/gadget/
H A Df_uac1.c323 ERROR(cdev, "%s queue req: %d\n", ep->name, err);
521 ERROR(cdev, "invalid control req%02x.%02x v%04x i%04x l%d\n",
535 ERROR(cdev, "audio response on err %d\n", value);
577 ERROR(cdev,
H A Df_acm.c413 ERROR(cdev, "acm response on ttyGS%d, err %d\n",
523 ERROR(acm->port.func.config->cdev,
714 ERROR(cdev, "%s/%p: can't bind, err %d\n", f->name, f, status);
H A Dprinter.c184 #define ERROR(dev, fmt, args...) \ macro
860 DBG(dev, "printer_ioctl: ERROR cmd=0x%4.4xis not supported\n",
1366 ERROR(dev, "Failed to create device: g_printer\n");
1378 ERROR(dev, "Failed to open char device\n");
1563 ERROR(dev, "unable to create usb_gadget class %d\n", status);
1570 ERROR(dev, "alloc_chrdev_region %d\n", status);
1594 ERROR(dev, "usb_gadget_unregister_driver %x\n", status);
H A Df_serial.c258 ERROR(cdev, "%s: can't bind, err %d\n", f->name, status);
H A Dgoku_udc.h287 #define ERROR(dev,fmt,args...) \ macro
H A Dnet2280.h265 #define ERROR(dev,fmt,args...) \ macro
H A Df_ecm.c520 ERROR(cdev, "ecm req %02x.%02x response err %d\n",
816 ERROR(cdev, "%s: can't bind, err %d\n", f->name, status);
H A Dfile_storage.c2754 ERROR(fsg, "can't enable %s, result %d\n", ep->name, rc);
2764 ERROR(fsg, "can't allocate request for %s\n", ep->name);
3254 ERROR(fsg, "invalid transport: %s\n", mod_data.transport_parm);
3283 ERROR(fsg, "invalid protocol: %s\n", mod_data.protocol_parm);
3289 ERROR(fsg, "invalid buflen\n");
3370 ERROR(fsg, "invalid number of LUNs: %d\n", i);
3422 ERROR(fsg, "no file given for LUN%d\n", i);
3574 ERROR(fsg, "unable to autoconfigure all endpoints\n");
H A Df_subset.c378 ERROR(cdev, "%s: can't bind, err %d\n", f->name, status);
H A Df_rndis.c457 ERROR(cdev, "RNDIS command error %d, %d/%d\n",
529 ERROR(cdev, "rndis response on err %d\n", value);
811 ERROR(cdev, "%s: can't bind, err %d\n", f->name, status);
H A Du_ether.c115 #undef ERROR macro
137 #define ERROR(dev, fmt, args...) \ macro
191 ERROR(dev, "kevent %d may have been dropped\n", flag);
/drivers/net/wireless/
H A Dairo.c288 #define ERROR -1 macro
1365 return ERROR;
1406 return ERROR;
1463 return ERROR;
1474 return ERROR;
1485 return ERROR;
1536 return ERROR;
1577 return ERROR;
1598 return ERROR;
2017 return ERROR;
[all...]
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dsdio_host.h117 #define ERROR 1 macro
/drivers/staging/comedi/drivers/addi-data/
H A Daddi_common.h36 #define ERROR -1 macro

Completed in 320 milliseconds

1234