Searched refs:devstat (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/usb/gadget/udc/ |
| H A D | omap_udc.c | 1147 if (udc->devstat & UDC_SUS) { in omap_wakeup() 1151 if (udc->devstat & (UDC_B_HNP_ENABLE|UDC_R_WK_OK)) { in omap_wakeup() 1158 } else if (!(udc->devstat & UDC_ATT)) { in omap_wakeup() 1366 u16 devstat; in update_otg() local 1372 devstat = omap_readw(UDC_DEVSTAT); in update_otg() 1374 devstat = 0; in update_otg() 1376 udc->gadget.b_hnp_enable = !!(devstat & UDC_B_HNP_ENABLE); in update_otg() 1377 udc->gadget.a_hnp_support = !!(devstat & UDC_A_HNP_SUPPORT); in update_otg() 1378 udc->gadget.a_alt_hnp_support = !!(devstat & UDC_A_ALT_HNP_SUPPORT); in update_otg() 1726 u16 devstat, change; in devstate_irq() local [all …]
|
| H A D | omap_udc.h | 165 u16 devstat; member
|
| H A D | lpc32xx_udc.c | 2721 u32 tmp, devstat; in lpc32xx_usb_lp_irq() local 2727 devstat = readl(USBD_DEVINTST(udc->udp_baseaddr)); in lpc32xx_usb_lp_irq() 2729 devstat &= ~USBD_EP_FAST; in lpc32xx_usb_lp_irq() 2730 writel(devstat, USBD_DEVINTCLR(udc->udp_baseaddr)); in lpc32xx_usb_lp_irq() 2731 devstat = devstat & udc->enabled_devints; in lpc32xx_usb_lp_irq() 2734 if (devstat & USBD_DEV_STAT) in lpc32xx_usb_lp_irq() 2742 if (devstat & ERR_INT) { in lpc32xx_usb_lp_irq()
|
| /linux/drivers/net/ethernet/agere/ |
| H A D | et131x.c | 3610 struct ce_stats *devstat = &adapter->stats; in et131x_stats() local 3612 stats->rx_errors = devstat->rx_length_errs + in et131x_stats() 3613 devstat->rx_align_errs + in et131x_stats() 3614 devstat->rx_crc_errs + in et131x_stats() 3615 devstat->rx_code_violations + in et131x_stats() 3616 devstat->rx_other_errs; in et131x_stats() 3617 stats->tx_errors = devstat->tx_max_pkt_errs; in et131x_stats() 3618 stats->multicast = devstat->multicast_pkts_rcvd; in et131x_stats() 3619 stats->collisions = devstat->tx_collisions; in et131x_stats() 3621 stats->rx_length_errors = devstat->rx_length_errs; in et131x_stats() [all …]
|
| /linux/drivers/s390/crypto/ |
| H A D | zcrypt_api.c | 1341 struct zcrypt_device_status_ext *devstat) in zcrypt_device_status_ext() argument 1346 memset(devstat, 0, sizeof(*devstat)); in zcrypt_device_status_ext() 1353 devstat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_ext() 1354 devstat->functions = zc->card->hwinfo.fac >> 26; in zcrypt_device_status_ext() 1355 devstat->qid = zq->queue->qid; in zcrypt_device_status_ext() 1356 devstat->online = zq->online ? 0x01 : 0x00; in zcrypt_device_status_ext()
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | utils.c | 1658 struct irdma_vsi_pestat *devstat = vsi->pestat; in irdma_hw_stats_start_timer() local 1660 timer_setup(&devstat->stats_timer, irdma_hw_stats_timeout, 0); in irdma_hw_stats_start_timer() 1661 mod_timer(&devstat->stats_timer, in irdma_hw_stats_start_timer() 1671 struct irdma_vsi_pestat *devstat = vsi->pestat; in irdma_hw_stats_stop_timer() local 1673 timer_delete_sync(&devstat->stats_timer); in irdma_hw_stats_stop_timer()
|
| /linux/drivers/usb/core/ |
| H A D | driver.c | 1473 u16 devstat; in usb_suspend_both() local 1476 &devstat); in usb_suspend_both()
|
| H A D | hub.c | 5515 u16 devstat; in hub_port_connect() local 5518 &devstat); in hub_port_connect() 5523 if ((devstat & (1 << USB_DEVICE_SELF_POWERED)) == 0) { in hub_port_connect()
|
| /linux/Documentation/arch/s390/ |
| H A D | cds.rst | 58 Moreover, they don't return a devstat, but an irb.
|