| /OK3568_Linux_fs/u-boot/drivers/usb/cdns3/ |
| H A D | gadget.c | 415 request->status = descmiss_req->status; in cdns3_wa2_descmiss_copy_data() 424 request->status = -ENOMEM; in cdns3_wa2_descmiss_copy_data() 460 if (req->status == -EINPROGRESS) in cdns3_wa2_gadget_giveback() 461 req->status = 0; in cdns3_wa2_gadget_giveback() 512 priv_req->request.status); in cdns3_wa2_gadget_ep_queue() 636 int status) in cdns3_gadget_giveback() argument 643 if (request->status == -EINPROGRESS) in cdns3_gadget_giveback() 644 request->status = status; in cdns3_gadget_giveback() 650 priv_ep->dir == USB_DIR_OUT && !request->status) in cdns3_gadget_giveback() 1974 request->status = -EINPROGRESS; in __cdns3_gadget_ep_queue()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_xmit.c | 4935 sctx->status = RTW_SCTX_SUBMITTED; in rtw_sctx_init() 4942 int status = 0; in rtw_sctx_wait() local 4948 status = RTW_SCTX_DONE_TIMEOUT; in rtw_sctx_wait() 4951 status = sctx->status; in rtw_sctx_wait() 4955 if (status == RTW_SCTX_DONE_SUCCESS) { in rtw_sctx_wait() 4962 bool rtw_sctx_chk_waring_status(int status) in rtw_sctx_chk_waring_status() argument 4964 switch(status) { in rtw_sctx_chk_waring_status() 4977 void rtw_sctx_done_err(struct submit_ctx **sctx, int status) in rtw_sctx_done_err() argument 4980 if (rtw_sctx_chk_waring_status(status)) in rtw_sctx_done_err() 4981 DBG_871X("%s status:%d\n", __func__, status); in rtw_sctx_done_err() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | r100.c | 772 uint32_t status, msi_rearm; in r100_irq_process() local 775 status = r100_irq_ack(rdev); in r100_irq_process() 776 if (!status) { in r100_irq_process() 782 while (status) { in r100_irq_process() 784 if (status & RADEON_SW_INT_TEST) { in r100_irq_process() 788 if (status & RADEON_CRTC_VBLANK_STAT) { in r100_irq_process() 797 if (status & RADEON_CRTC2_VBLANK_STAT) { in r100_irq_process() 806 if (status & RADEON_FP_DETECT_STAT) { in r100_irq_process() 810 if (status & RADEON_FP2_DETECT_STAT) { in r100_irq_process() 814 status = r100_irq_ack(rdev); in r100_irq_process() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_iw.c | 141 extern bool wl_iw_conn_status_str(uint32 event_type, uint32 status, 3541 wl_iw_conn_status_str(uint32 event_type, uint32 status, uint32 reason, in wl_iw_conn_status_str() argument 3599 (row->inStatus == status || row->inStatus == WL_IW_DONT_CARE) && in wl_iw_conn_status_str() 3610 (void)snprintf(stringBuf, buflen, "%s %s %02d %02d", name, cause, status, reason); in wl_iw_conn_status_str() 3627 uint32 status = ntoh32(e->status); in wl_iw_check_conn_fail() local 3630 if (wl_iw_conn_status_str(event, status, reason, stringBuf, buflen)) { in wl_iw_check_conn_fail() 3654 uint32 status = ntoh32(e->status); in wl_iw_event() local 3728 if (sizeof(status) + 1 <= sizeof(extra)) { in wl_iw_event() 3729 wrqu.data.length = sizeof(status) + 1; in wl_iw_event() 3731 memcpy(&extra[1], &status, sizeof(status)); in wl_iw_event() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | sp2_priv.h | 16 int status; member
|
| /OK3568_Linux_fs/kernel/drivers/of/unittest-data/ |
| H A D | overlay_0.dts | 11 status = "okay";
|
| H A D | overlay_1.dts | 11 status = "disabled";
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | fpu.h | 39 unsigned int ctrl, status; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_mlme_ext.c | 2060 int status; in OnAuth() local 2122 status = _STATS_NO_SUPP_ALG_; in OnAuth() 2129 status = _STATS_UNABLE_HANDLE_STA_; in OnAuth() 2142 status = _STATS_UNABLE_HANDLE_STA_; in OnAuth() 2192 status = _STATS_OUT_OF_AUTH_SEQ_; in OnAuth() 2210 status = _STATS_OUT_OF_AUTH_SEQ_; in OnAuth() 2237 status = _STATS_CHALLENGE_FAIL_; in OnAuth() 2253 status = _STATS_CHALLENGE_FAIL_; in OnAuth() 2259 status = _STATS_OUT_OF_AUTH_SEQ_; in OnAuth() 2289 issue_auth(padapter, pstat, (unsigned short)status); in OnAuth() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | core_status.h | 56 char *dc_status_to_str(enum dc_status status);
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | msm8996-mtp.dtsi | 19 status = "okay";
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | storvsc_drv.c | 315 u32 status; member 375 #define SRB_STATUS(status) \ argument 376 (status & ~(SRB_STATUS_AUTOSENSE_VALID | SRB_STATUS_QUEUE_FROZEN)) 787 vstor_packet->status != 0) { in handle_multichannel_storage() 789 vstor_packet->operation, vstor_packet->status); in handle_multichannel_storage() 849 vstor_packet->status != 0) in storvsc_execute_vstor_op() 904 if (vstor_packet->status == 0) { in storvsc_channel_init() 918 if (vstor_packet->status != 0) in storvsc_channel_init()
|
| /OK3568_Linux_fs/kernel/drivers/dma/xilinx/ |
| H A D | xilinx_dpdma.c | 1503 u32 status; in xilinx_dpdma_irq_handler() local 1506 status = dpdma_read(xdev->reg, XILINX_DPDMA_ISR); in xilinx_dpdma_irq_handler() 1508 if (!status && !error) in xilinx_dpdma_irq_handler() 1511 dpdma_write(xdev->reg, XILINX_DPDMA_ISR, status); in xilinx_dpdma_irq_handler() 1514 if (status & XILINX_DPDMA_INTR_VSYNC) { in xilinx_dpdma_irq_handler() 1527 mask = FIELD_GET(XILINX_DPDMA_INTR_DESC_DONE_MASK, status); in xilinx_dpdma_irq_handler() 1533 mask = FIELD_GET(XILINX_DPDMA_INTR_NO_OSTAND_MASK, status); in xilinx_dpdma_irq_handler() 1539 mask = status & XILINX_DPDMA_INTR_ERR_ALL; in xilinx_dpdma_irq_handler()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/ |
| H A D | hal_intf.c | 217 uint status = _SUCCESS; in rtw_hal_init() local 222 status = padapter->hal_func.hal_init(padapter); in rtw_hal_init() 224 if (status == _SUCCESS) { in rtw_hal_init() 252 return status; in rtw_hal_init() 258 uint status = _SUCCESS; in rtw_hal_deinit() local 263 status = padapter->hal_func.hal_deinit(padapter); in rtw_hal_deinit() 265 if (status == _SUCCESS) { in rtw_hal_deinit() 272 return status; in rtw_hal_deinit()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/ |
| H A D | raw_gadget.c | 144 ssize_t status; member 252 if (req->status) in gadget_ep0_complete() 253 dev->ep0_status = req->status; in gadget_ep0_complete() 989 if (req->status) in gadget_ep_complete() 990 r_ep->status = req->status; in gadget_ep_complete() 992 r_ep->status = req->actual; in gadget_ep_complete() 1073 ret = ep->status; in raw_process_ep_io()
|
| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | hciattach_rtk.c | 566 uint8_t status = 0; in h5_init_hci_cc() local 576 status = skb->data[0]; in h5_init_hci_cc() 577 if (status) { in h5_init_hci_cc() 578 RS_ERR("status is %u for cmd %04x", status, opcode); in h5_init_hci_cc() 636 uint8_t status = 0; in h5_post_hci_cc() local 646 status = skb->data[0]; in h5_post_hci_cc() 647 if (status) { in h5_post_hci_cc() 648 RS_ERR("status is %u for cmd %04x", status, opcode); in h5_post_hci_cc()
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.c | 108 { return readl (&hc->regs->roothub.status); } in roothub_status() 165 transfer_len, dev->status); in pkt_print() 850 #define WR_RH_STAT(x) {info("WR:status %#8x", (x));writel((x), &gohci.regs->roothub.status);} 853 #define WR_RH_STAT(x) writel((x), &gohci.regs->roothub.status) 1084 dev->status = stat; in ohci_submit_rh_msg() 1110 dev->status = USB_ST_CRC_ERR; in submit_common_msg() 1184 dev->status = stat; in submit_common_msg() 1333 writel (RH_HS_LPSC, &ohci->regs->roothub.status); in hc_start()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | mlan_decl.h | 2059 mlan_status status, 2063 mlan_status (*moal_init_fw_complete)(t_void *pmoal, mlan_status status); 2066 mlan_status status); 2070 mlan_status status); 2073 t_u32 port, mlan_status status); 2084 mlan_status status); 2389 mlan_status status); 2399 mlan_status status);
|
| /OK3568_Linux_fs/kernel/drivers/pcmcia/ |
| H A D | yenta_socket.c | 229 u8 status = exca_readb(socket, I365_STATUS); in yenta_get_status() local 230 val |= ((status & I365_CS_DETECT) == I365_CS_DETECT) ? SS_DETECT : 0; in yenta_get_status() 232 val |= (status & I365_CS_STSCHG) ? 0 : SS_STSCHG; in yenta_get_status() 234 val |= (status & I365_CS_BVD1) ? 0 : SS_BATDEAD; in yenta_get_status() 235 val |= (status & I365_CS_BVD2) ? 0 : SS_BATWARN; in yenta_get_status() 237 val |= (status & I365_CS_WRPROT) ? SS_WRPROT : 0; in yenta_get_status() 238 val |= (status & I365_CS_READY) ? SS_READY : 0; in yenta_get_status() 239 val |= (status & I365_CS_POWERON) ? SS_POWERON : 0; in yenta_get_status()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | tegra30-apalis.dtsi | 14 status = "okay"; 36 status = "okay"; 842 status = "okay"; 1040 status = "okay"; 1055 status = "okay"; 1088 status = "okay"; 1093 status = "okay"; 1099 status = "okay";
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_decl.h | 2059 mlan_status status, 2063 mlan_status (*moal_init_fw_complete)(t_void *pmoal, mlan_status status); 2066 mlan_status status); 2070 mlan_status status); 2073 t_u32 port, mlan_status status); 2084 mlan_status status); 2389 mlan_status status); 2399 mlan_status status);
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_accessory.c | 393 if (req->status == -ESHUTDOWN) { in acc_complete_in() 412 if (req->status == -ESHUTDOWN) { in acc_complete_out() 427 if (req->status != 0) { in acc_complete_set_string() 428 pr_err("acc_complete_set_string, err %d\n", req->status); in acc_complete_set_string() 476 if (req->status != 0) { in acc_complete_set_hid_report_desc() 478 req->status); in acc_complete_set_hid_report_desc() 498 if (req->status != 0) { in acc_complete_send_hid_event() 499 pr_err("acc_complete_send_hid_event, err %d\n", req->status); in acc_complete_send_hid_event()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-agl-defs.h | 208 uint64_t status:25; member 210 uint64_t status:25; 217 uint64_t status:10; member 219 uint64_t status:10; 818 uint64_t status:16; member 820 uint64_t status:16; 833 uint64_t status:1; member 835 uint64_t status:1;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_mlme_ext.c | 2431 int status; in OnAuth() local 2501 status = _STATS_REFUSED_TEMPORARILY_; in OnAuth() 2508 status = rtw_ap_linking_test_force_auth_fail(); in OnAuth() 2510 , FUNC_ADPT_ARG(padapter), status); in OnAuth() 2524 status = _STATS_NO_SUPP_ALG_; in OnAuth() 2531 status = _STATS_UNABLE_HANDLE_STA_; in OnAuth() 2544 status = _STATS_UNABLE_HANDLE_STA_; in OnAuth() 2611 status = _STATS_OUT_OF_AUTH_SEQ_; in OnAuth() 2630 status = _STATS_OUT_OF_AUTH_SEQ_; in OnAuth() 2658 status = _STATS_CHALLENGE_FAIL_; in OnAuth() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_mlme_ext.c | 2430 int status; in OnAuth() local 2500 status = _STATS_REFUSED_TEMPORARILY_; in OnAuth() 2507 status = rtw_ap_linking_test_force_auth_fail(); in OnAuth() 2509 , FUNC_ADPT_ARG(padapter), status); in OnAuth() 2523 status = _STATS_NO_SUPP_ALG_; in OnAuth() 2530 status = _STATS_UNABLE_HANDLE_STA_; in OnAuth() 2543 status = _STATS_UNABLE_HANDLE_STA_; in OnAuth() 2610 status = _STATS_OUT_OF_AUTH_SEQ_; in OnAuth() 2629 status = _STATS_OUT_OF_AUTH_SEQ_; in OnAuth() 2657 status = _STATS_CHALLENGE_FAIL_; in OnAuth() [all …]
|