Home
last modified time | relevance | path

Searched refs:status (Results 8551 – 8575 of 15119) sorted by relevance

1...<<341342343344345346347348349350>>...605

/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dax88179_178a.c1795 .status = ax88179_status,
1808 .status = ax88179_status,
1821 .status = ax88179_status,
1834 .status = ax88179_status,
1847 .status = ax88179_status,
1860 .status = ax88179_status,
1873 .status = ax88179_status,
1886 .status = ax88179_status,
1899 .status = ax88179_status,
1912 .status = ax88179_status,
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c539 int status) in bdc_req_complete() argument
546 dev_dbg(bdc->dev, "%s ep:%s status:%d\n", __func__, ep->name, status); in bdc_req_complete()
548 req->usb_req.status = status; in bdc_req_complete()
647 status_req->usb_req.status = -EINPROGRESS; in ep0_queue_status_stage()
664 req->usb_req.status = -EINPROGRESS; in ep0_queue()
720 req->usb_req.status = -EINPROGRESS; in ep_queue()
962 int status = 0; in handle_xsr_succ_status() local
1053 status = -EREMOTEIO; in handle_xsr_succ_status()
1055 bdc_req_complete(ep, bd_xfr->req, status); in handle_xsr_succ_status()
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c574 wr_id, wc->status); in ipoib_cm_handle_rx_wc()
596 if (unlikely(wc->status != IB_WC_SUCCESS)) { in ipoib_cm_handle_rx_wc()
599 wc->status, wr_id, wc->vendor_err); in ipoib_cm_handle_rx_wc()
803 wr_id, wc->status); in ipoib_cm_handle_tx_wc()
832 if (wc->status != IB_WC_SUCCESS && in ipoib_cm_handle_tx_wc()
833 wc->status != IB_WC_WR_FLUSH_ERR) { in ipoib_cm_handle_tx_wc()
839 if (wc->status == IB_WC_RNR_RETRY_EXC_ERR || in ipoib_cm_handle_tx_wc()
840 wc->status == IB_WC_RETRY_EXC_ERR) in ipoib_cm_handle_tx_wc()
843 __func__, wc->status, wr_id, wc->vendor_err); in ipoib_cm_handle_tx_wc()
847 __func__, wc->status, wr_id, wc->vendor_err); in ipoib_cm_handle_tx_wc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c79 u32 status; in b43legacy_radio_lock() local
81 status = b43legacy_read32(dev, B43legacy_MMIO_MACCTL); in b43legacy_radio_lock()
82 B43legacy_WARN_ON(status & B43legacy_MACCTL_RADIOLOCK); in b43legacy_radio_lock()
83 status |= B43legacy_MACCTL_RADIOLOCK; in b43legacy_radio_lock()
84 b43legacy_write32(dev, B43legacy_MMIO_MACCTL, status); in b43legacy_radio_lock()
90 u32 status; in b43legacy_radio_unlock() local
93 status = b43legacy_read32(dev, B43legacy_MMIO_MACCTL); in b43legacy_radio_unlock()
94 B43legacy_WARN_ON(!(status & B43legacy_MACCTL_RADIOLOCK)); in b43legacy_radio_unlock()
95 status &= ~B43legacy_MACCTL_RADIOLOCK; in b43legacy_radio_unlock()
96 b43legacy_write32(dev, B43legacy_MMIO_MACCTL, status); in b43legacy_radio_unlock()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dmt8127-moose.dts22 status = "okay";
H A Ddra74-ipu-dsp-common.dtsi10 status = "okay";
H A Dsocfpga_cyclone5_mcv.dtsi21 status = "okay";
H A Drv1106g-evb1-v11-cvr.dts16 status = "okay";
H A Dmstar-infinity-msc313-breadbee_crust.dts24 status = "okay";
H A Dimx6ul-isiot-emmc.dts17 status = "okay";
H A Dimx6ul-isiot-nand.dts17 status = "okay";
H A Dstm32mp15xc.dtsi15 status = "disabled";
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dkprobes.h23 unsigned int status; member
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-hyperv.c278 s32 status; /* negative values are failures */ member
333 s32 status; /* negative values are failures */ member
346 s32 status; /* negative values are failures */ member
404 u32 status; member
433 u32 status; member
574 if (resp_packet_size >= offsetofend(struct pci_response, status)) in hv_pci_generic_compl()
575 comp_pkt->completion_status = resp->status; in hv_pci_generic_compl()
917 if (data_len > 0 && read_resp->status == 0) { in hv_pci_read_config_compl()
924 comp->comp_pkt.completion_status = read_resp->status; in hv_pci_read_config_compl()
1007 comp_pkt->completion_status = resp->status; in hv_pci_write_config_compl()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c388 notif->status, notif->scanned_channels); in iwl_mvm_rx_lmac_scan_iter_complete_notif()
404 static const char *iwl_mvm_ebs_status_str(enum iwl_scan_ebs_status status) in iwl_mvm_ebs_status_str() argument
406 switch (status) { in iwl_mvm_ebs_status_str()
423 bool aborted = (scan_notif->status == IWL_SCAN_OFFLOAD_ABORTED); in iwl_mvm_rx_lmac_scan_complete_notif()
671 u32 status = CAN_ABORT_STATUS; in iwl_mvm_lmac_scan_abort() local
673 ret = iwl_mvm_send_cmd_status(mvm, &cmd, &status); in iwl_mvm_lmac_scan_abort()
677 if (status != CAN_ABORT_STATUS) { in iwl_mvm_lmac_scan_abort()
685 IWL_DEBUG_SCAN(mvm, "SCAN OFFLOAD ABORT ret %d.\n", status); in iwl_mvm_lmac_scan_abort()
1321 static int iwl_mvm_scan_uid_by_status(struct iwl_mvm *mvm, int status) in iwl_mvm_scan_uid_by_status() argument
1326 if (mvm->scan_uid_status[i] == status) in iwl_mvm_scan_uid_by_status()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/
H A Dioctl_mp.c572 u32 idx_a = 0, idx_b = 0, idx_c = 0, idx_d = 0, status = 0; in rtw_mp_txpower() local
732 u8 status; in rtw_mp_ctx() local
818 status = rtw_mp_pretx_proc(padapter, bStartTest, extra); in rtw_mp_ctx()
821 return status; in rtw_mp_ctx()
1465 u8 i = 0, j = 0, bStartTest = 1, status = 0, Idx = 0, tmpU1B = 0; in rtw_mp_tx() local
1483 status = rtw_mp_pretx_proc(padapter, bStartTest, extra); in rtw_mp_tx()
1485 return status; in rtw_mp_tx()
1650 return status; in rtw_mp_tx()
1763 status = rtw_mp_pretx_proc(padapter, bStartTest, extra); in rtw_mp_tx()
1769 return status; in rtw_mp_tx()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/
H A Dioctl_mp.c576 u32 idx_a = 0, idx_b = 0, idx_c = 0, idx_d = 0, status = 0; in rtw_mp_txpower() local
736 u8 status; in rtw_mp_ctx() local
822 status = rtw_mp_pretx_proc(padapter, bStartTest, extra); in rtw_mp_ctx()
825 return status; in rtw_mp_ctx()
1492 u8 i = 0, j = 0, bStartTest = 1, status = 0, Idx = 0, tmpU1B = 0; in rtw_mp_tx() local
1510 status = rtw_mp_pretx_proc(padapter, bStartTest, extra); in rtw_mp_tx()
1512 return status; in rtw_mp_tx()
1677 return status; in rtw_mp_tx()
1789 status = rtw_mp_pretx_proc(padapter, bStartTest, extra); in rtw_mp_tx()
1795 return status; in rtw_mp_tx()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/
H A Drk628_csi_v4l2.c365 u32 hact, vact, htotal, vtotal, fps, status; in rk628_csi_get_detected_timings() local
377 status = val; in rk628_csi_get_detected_timings()
456 status, hact, vact, htotal, vtotal, fps, bt->pixelclock); in rk628_csi_get_detected_timings()
1034 u32 width, height, frame_width, frame_height, status; in rk628_hdmirx_phy_setup() local
1057 status = val; in rk628_hdmirx_phy_setup()
1059 __func__, width, height, frame_width, frame_height, status, cnt); in rk628_hdmirx_phy_setup()
1072 } while (((status & 0xfff) != 0xf00) || in rk628_hdmirx_phy_setup()
1075 if (((status & 0xfff) != 0xf00) || in rk628_hdmirx_phy_setup()
1198 static int rk628_csi_isr(struct v4l2_subdev *sd, u32 status, bool *handled) in rk628_csi_isr() argument
1312 static int rk628_csi_g_input_status(struct v4l2_subdev *sd, u32 *status) in rk628_csi_g_input_status() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_debug.c51 #define RING_STAT_TO_STATUS(ring, status) \ argument
53 strncpy(status.name, ring->name, \
54 sizeof(status.name) - 1); \
55 status.ring_id = ring->id; \
56 status.ring_buffer_byte_size = ring->ring_size; \
57 status.written_bytes = ring->stat.written_bytes; \
58 status.written_records = ring->stat.written_records; \
59 status.read_bytes = ring->stat.read_bytes; \
60 status.verbose_level = ring->log_level; \
1484 __dhd_dbg_map_tx_status_to_pkt_fate(uint16 status) in __dhd_dbg_map_tx_status_to_pkt_fate() argument
[all …]
H A Dwl_cfg80211.c6940 if (rtt_status->status != RTT_ENABLED) { in wl_cfg80211_set_power_mgmt()
7042 (int)cfg->status)); in wl_cfg80211_suspend()
12071 u32 status = ntoh32(e->status); in wl_is_linkup() local
12078 WL_DBG(("event %d, status %d flags %x\n", event, status, flags)); in wl_is_linkup()
12080 if (status == WLC_E_STATUS_SUCCESS) { in wl_is_linkup()
12142 u32 status = last_event->event.status; in wl_is_linkdown() local
12147 current_time, timestamp, event_type, status, reason)); in wl_is_linkdown()
12182 u32 status = ntoh32(e->status); in wl_is_nonetwork() local
12184 if (event == WLC_E_LINK && status == WLC_E_STATUS_NO_NETWORKS) in wl_is_nonetwork()
12186 if (event == WLC_E_SET_SSID && status != WLC_E_STATUS_SUCCESS) in wl_is_nonetwork()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/
H A Dhostap_hw.c480 u16 status), in hfa384x_cmd_callback() argument
1916 u16 len, hdr_len, rxfid, status, macport; in prism2_rx() local
1953 status = le16_to_cpu(rxdesc.status); in prism2_rx()
1954 macport = (status >> 8) & 0x07; in prism2_rx()
2040 if (le16_to_cpu(rxdesc->status) & HFA384X_RX_STATUS_FCSERR && in hostap_rx_skb()
2262 dev->name, le16_to_cpu(txdesc.status), in prism2_tx_ev()
2305 u16 status, fc; in prism2_txexc() local
2318 status = le16_to_cpu(txdesc.status); in prism2_txexc()
2324 if (status & (HFA384X_TX_STATUS_RETRYERR | HFA384X_TX_STATUS_AGEDERR)) in prism2_txexc()
2356 dev->name, status, in prism2_txexc()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/renesas/
H A Dsh_eth.c1242 sent = !(txdesc->status & cpu_to_le32(TD_TACT)); in sh_eth_tx_free()
1249 entry, le32_to_cpu(txdesc->status)); in sh_eth_tx_free()
1260 txdesc->status = cpu_to_le32(TD_TFP); in sh_eth_tx_free()
1262 txdesc->status |= cpu_to_le32(TD_TDLE); in sh_eth_tx_free()
1361 rxdesc->status = cpu_to_le32(RD_RACT | RD_RFP); in sh_eth_ring_format()
1375 rxdesc->status |= cpu_to_le32(RD_RDLE); in sh_eth_ring_format()
1383 txdesc->status = cpu_to_le32(TD_TFP); in sh_eth_ring_format()
1393 txdesc->status |= cpu_to_le32(TD_TDLE); in sh_eth_ring_format()
1545 mdp->tx_ring[i].status &= ~cpu_to_le32(TD_TACT); in sh_eth_dev_exit()
1602 while (!(rxdesc->status & cpu_to_le32(RD_RACT))) { in sh_eth_rx()
[all …]
/OK3568_Linux_fs/kernel/drivers/block/mtip32xx/
H A Dmtip32xx.c490 static void mtip_complete_command(struct mtip_cmd *cmd, blk_status_t status) in mtip_complete_command() argument
494 cmd->status = status; in mtip_complete_command()
702 int status = readl(port->cmd_issue[group]); in mtip_process_legacy() local
704 if (!(status & (1 << MTIP_TAG_BIT(MTIP_TAG_INTERNAL)))) in mtip_process_legacy()
1020 if (int_cmd->status) { in mtip_exec_internal_command()
1022 fis->command, int_cmd->status); in mtip_exec_internal_command()
2161 static DEVICE_ATTR(status, 0444, mtip_hw_show_status, NULL);
2171 u16 status = 0; in show_device_status() local
2182 status = *(dd->port->identify + 141); in show_device_status()
2185 status = 0; in show_device_status()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Ddc395x.c261 u8 status; member
894 srb->status = 0; in build_srb()
1079 srb->state, srb->status, srb->scsi_phase, in DEF_SCSI_QCMD()
1935 srb->status |= PARITY_ERROR; in data_out_phase0()
2073 srb->status |= PARITY_ERROR; in data_in_phase0()
2403 srb->status |= OVER_RUN; in data_io_transfer()
3179 u8 tempcnt, status; in srb_done() local
3189 status = srb->target_status; in srb_done()
3205 dcb->target_lun, status, acb->scan_devices); in srb_done()
3211 dcb->target_lun, status, acb->scan_devices); in srb_done()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_crtc_helper_internal.h70 enum drm_mode_status *status);

1...<<341342343344345346347348349350>>...605