/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
D | omap_udc.c | 1143 if (udc->devstat & UDC_SUS) { in omap_wakeup() 1147 if (udc->devstat & (UDC_B_HNP_ENABLE|UDC_R_WK_OK)) { in omap_wakeup() 1154 } else if (!(udc->devstat & UDC_ATT)) { in omap_wakeup() 1362 u16 devstat; in update_otg() local 1368 devstat = omap_readw(UDC_DEVSTAT); in update_otg() 1370 devstat = 0; in update_otg() 1372 udc->gadget.b_hnp_enable = !!(devstat & UDC_B_HNP_ENABLE); in update_otg() 1373 udc->gadget.a_hnp_support = !!(devstat & UDC_A_HNP_SUPPORT); in update_otg() 1374 udc->gadget.a_alt_hnp_support = !!(devstat & UDC_A_ALT_HNP_SUPPORT); in update_otg() 1722 u16 devstat, change; in devstate_irq() local [all …]
|
D | omap_udc.h | 165 u16 devstat; member
|
D | lpc32xx_udc.c | 2727 u32 tmp, devstat; in lpc32xx_usb_lp_irq() local 2733 devstat = readl(USBD_DEVINTST(udc->udp_baseaddr)); in lpc32xx_usb_lp_irq() 2735 devstat &= ~USBD_EP_FAST; in lpc32xx_usb_lp_irq() 2736 writel(devstat, USBD_DEVINTCLR(udc->udp_baseaddr)); in lpc32xx_usb_lp_irq() 2737 devstat = devstat & udc->enabled_devints; in lpc32xx_usb_lp_irq() 2740 if (devstat & USBD_DEV_STAT) in lpc32xx_usb_lp_irq() 2748 if (devstat & ERR_INT) { in lpc32xx_usb_lp_irq()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/c6x/ |
D | dscr.txt | 34 - ti,dscr-devstat 35 offset of the devstat register 107 ti,dscr-devstat = <0>;
|
/kernel/linux/linux-5.10/arch/c6x/boot/dts/ |
D | tms320c6457.dtsi | 48 ti,dscr-devstat = <0x20>;
|
D | tms320c6474.dtsi | 76 ti,dscr-devstat = <0x004>;
|
D | tms320c6455.dtsi | 83 ti,dscr-devstat = <0>;
|
D | tms320c6472.dtsi | 117 ti,dscr-devstat = <0>;
|
D | tms320c6678.dtsi | 139 ti,dscr-devstat = <0x20>;
|
/kernel/linux/linux-5.10/drivers/net/ethernet/agere/ |
D | et131x.c | 3574 struct ce_stats *devstat = &adapter->stats; in et131x_stats() local 3576 stats->rx_errors = devstat->rx_length_errs + in et131x_stats() 3577 devstat->rx_align_errs + in et131x_stats() 3578 devstat->rx_crc_errs + in et131x_stats() 3579 devstat->rx_code_violations + in et131x_stats() 3580 devstat->rx_other_errs; in et131x_stats() 3581 stats->tx_errors = devstat->tx_max_pkt_errs; in et131x_stats() 3582 stats->multicast = devstat->multicast_pkts_rcvd; in et131x_stats() 3583 stats->collisions = devstat->tx_collisions; in et131x_stats() 3585 stats->rx_length_errors = devstat->rx_length_errs; in et131x_stats() [all …]
|
/kernel/linux/linux-5.10/arch/c6x/platforms/ |
D | dscr.c | 111 struct devstate_stat_reg devstat[MAX_DEVSTAT_REGS]; member 537 r = &dscr.devstat[i]; in dscr_parse_devstate_stat_regs()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
D | i40iw_utils.c | 1500 struct i40iw_vsi_pestat *devstat = vsi->pestat; in i40iw_hw_stats_start_timer() local 1502 timer_setup(&devstat->stats_timer, i40iw_hw_stats_timeout, 0); in i40iw_hw_stats_start_timer() 1503 mod_timer(&devstat->stats_timer, in i40iw_hw_stats_start_timer() 1513 struct i40iw_vsi_pestat *devstat = vsi->pestat; in i40iw_hw_stats_stop_timer() local 1515 del_timer_sync(&devstat->stats_timer); in i40iw_hw_stats_stop_timer()
|
D | i40iw_verbs.c | 2561 struct i40iw_vsi_pestat *devstat = iwdev->vsi.pestat; in i40iw_get_hw_stats() local 2562 struct i40iw_dev_hw_stats *hw_stats = &devstat->hw_stats; in i40iw_get_hw_stats() 2565 i40iw_hw_stats_read_all(devstat, &devstat->hw_stats); in i40iw_get_hw_stats() 2567 if (i40iw_vchnl_vf_get_pe_stats(dev, &devstat->hw_stats)) in i40iw_get_hw_stats()
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
D | zcrypt_api.c | 1260 struct zcrypt_device_status_ext *devstat) in zcrypt_device_status_ext() argument 1265 memset(devstat, 0, sizeof(*devstat)); in zcrypt_device_status_ext() 1272 devstat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_ext() 1273 devstat->functions = zc->card->functions >> 26; in zcrypt_device_status_ext() 1274 devstat->qid = zq->queue->qid; in zcrypt_device_status_ext() 1275 devstat->online = zq->online ? 0x01 : 0x00; in zcrypt_device_status_ext()
|
D | zcrypt_ccamisc.c | 1679 struct zcrypt_device_status_ext devstat; in fetch_cca_info() local 1684 rc = zcrypt_device_status_ext(cardnr, domain, &devstat); in fetch_cca_info() 1687 ci->hwtype = devstat.hwtype; in fetch_cca_info()
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
D | driver.c | 1443 u16 devstat; in usb_suspend_both() local 1446 &devstat); in usb_suspend_both()
|
D | hub.c | 5311 u16 devstat; in hub_port_connect() local 5314 &devstat); in hub_port_connect() 5319 if ((devstat & (1 << USB_DEVICE_SELF_POWERED)) == 0) { in hub_port_connect()
|
/kernel/linux/linux-5.10/Documentation/s390/ |
D | cds.rst | 58 Moreover, they don't return a devstat, but an irb.
|