| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/rtl8821c/ |
| H A D | rtl8821c_phy.c | 118 enum hal_status status; in _init_phy_parameter_bb() local 130 status = odm_config_bb_with_header_file(&hal->odmpriv, CONFIG_BB_PHY_REG); in _init_phy_parameter_bb() 131 if (HAL_STATUS_SUCCESS == status) in _init_phy_parameter_bb() 151 status = odm_config_bb_with_header_file(&hal->odmpriv, CONFIG_BB_PHY_REG_MP); in _init_phy_parameter_bb() 152 if (HAL_STATUS_SUCCESS == status) in _init_phy_parameter_bb() 172 status = odm_config_bb_with_header_file(&hal->odmpriv, CONFIG_BB_AGC_TAB); in _init_phy_parameter_bb() 173 if (HAL_STATUS_SUCCESS == status) in _init_phy_parameter_bb() 214 enum hal_status status; in _init_phy_parameter_rf() local 234 status = odm_config_rf_with_header_file(&hal->odmpriv, CONFIG_RF_RADIO, eRFPath); in _init_phy_parameter_rf() 235 if (HAL_STATUS_SUCCESS == status) in _init_phy_parameter_rf() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/rtl8821c/ |
| H A D | rtl8821c_phy.c | 119 enum hal_status status; in _init_phy_parameter_bb() local 131 status = odm_config_bb_with_header_file(&hal->odmpriv, CONFIG_BB_PHY_REG); in _init_phy_parameter_bb() 132 if (HAL_STATUS_SUCCESS == status) in _init_phy_parameter_bb() 152 status = odm_config_bb_with_header_file(&hal->odmpriv, CONFIG_BB_PHY_REG_MP); in _init_phy_parameter_bb() 153 if (HAL_STATUS_SUCCESS == status) in _init_phy_parameter_bb() 173 status = odm_config_bb_with_header_file(&hal->odmpriv, CONFIG_BB_AGC_TAB); in _init_phy_parameter_bb() 174 if (HAL_STATUS_SUCCESS == status) in _init_phy_parameter_bb() 215 enum hal_status status; in _init_phy_parameter_rf() local 235 status = odm_config_rf_with_header_file(&hal->odmpriv, CONFIG_RF_RADIO, eRFPath); in _init_phy_parameter_rf() 236 if (HAL_STATUS_SUCCESS == status) in _init_phy_parameter_rf() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pcmcia/ |
| H A D | i82365.c | 889 u_int status; in i365_get_status() local 891 status = i365_get(sock, I365_STATUS); in i365_get_status() 892 *value = ((status & I365_CS_DETECT) == I365_CS_DETECT) in i365_get_status() 896 *value |= (status & I365_CS_STSCHG) ? 0 : SS_STSCHG; in i365_get_status() 898 *value |= (status & I365_CS_BVD1) ? 0 : SS_BATDEAD; in i365_get_status() 899 *value |= (status & I365_CS_BVD2) ? 0 : SS_BATWARN; in i365_get_status() 901 *value |= (status & I365_CS_WRPROT) ? SS_WRPROT : 0; in i365_get_status() 902 *value |= (status & I365_CS_READY) ? SS_READY : 0; in i365_get_status() 903 *value |= (status & I365_CS_POWERON) ? SS_POWERON : 0; in i365_get_status() 906 status = i365_get(sock, VG469_VSENSE); in i365_get_status() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | video-Remove-trailing-whitespaces.patch | 98 grub_efi_status_t status; 103 status = efi_call_4 (gop->query_mode, gop, mode, &size, &info); 105 if (status) 118 grub_efi_status_t status; 121 status = efi_call_4 (gop->query_mode, gop, mode, &size, &info); 122 if (status) 276 /* Call VESA BIOS 0x4f09 to set palette data, return status. */ 285 /* Call VESA BIOS 0x4f00 to get VBE Controller Information, return status. */ 294 /* Call VESA BIOS 0x4f01 to get VBE Mode Information, return status. */ 303 /* Call VESA BIOS 0x4f03 to return current VBE Mode, return status. */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/ |
| H A D | rxe_resp.c | 338 qp->resp.status = IB_WC_WR_FLUSH_ERR; in check_resource() 343 qp->resp.status = IB_WC_WR_FLUSH_ERR; in check_resource() 798 qp->resp.status = IB_WC_SUCCESS; in execute() 825 uwc->status = qp->resp.status; in do_complete() 829 wc->status = qp->resp.status; in do_complete() 834 if (wc->status == IB_WC_SUCCESS) { in do_complete() 1132 enum ib_wc_status status) in do_class_ac_error() argument 1135 qp->resp.status = status; in do_class_ac_error() 1148 qp->resp.status = IB_WC_REM_INV_REQ_ERR; in do_class_d1e_error() 1306 qp->resp.status = IB_WC_REM_ACCESS_ERR; in rxe_responder() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | davinci_mmc.c | 852 unsigned int status; in mmc_davinci_sdio_irq() local 854 status = readl(host->base + DAVINCI_SDIOIST); in mmc_davinci_sdio_irq() 855 if (status & SDIOIST_IOINT) { in mmc_davinci_sdio_irq() 857 "SDIO interrupt status %x\n", status); in mmc_davinci_sdio_irq() 858 writel(status | SDIOIST_IOINT, host->base + DAVINCI_SDIOIST); in mmc_davinci_sdio_irq() 867 unsigned int status, qstatus; in mmc_davinci_irq() local 873 status = readl(host->base + DAVINCI_MMCST0); in mmc_davinci_irq() 875 "Spurious interrupt 0x%04x\n", status); in mmc_davinci_irq() 881 status = readl(host->base + DAVINCI_MMCST0); in mmc_davinci_irq() 882 qstatus = status; in mmc_davinci_irq() [all …]
|
| H A D | s3cmci.c | 213 cmd->error, host->dbgmsg_cmd, host->status); in dbg_dumpcmd() 630 host->status = "nothing to complete"; in s3cmci_irq() 636 host->status = "no active mrq"; in s3cmci_irq() 644 host->status = "no active cmd"; in s3cmci_irq() 655 host->status = "pio tx"; in s3cmci_irq() 666 host->status = "pio rx"; in s3cmci_irq() 673 host->status = "error: command timeout"; in s3cmci_irq() 679 host->status = "ok: command sent"; in s3cmci_irq() 708 host->status = "ok: command response received"; in s3cmci_irq() 729 host->status = "error: 2440 fifo failure"; in s3cmci_irq() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/8250/ |
| H A D | 8250_omap.c | 179 if ((mctrl & TIOCM_RTS) && (port->status & UPSTAT_AUTORTS)) in __omap8250_set_mctrl() 481 up->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF); in omap_8250_set_termios() 487 up->port.status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in omap_8250_set_termios() 501 up->port.status |= UPSTAT_AUTOXOFF; in omap_8250_set_termios() 1138 u8 iir, unsigned char status) in omap_8250_handle_rx_dma() argument 1140 if ((status & (UART_LSR_DR | UART_LSR_BI)) && in omap_8250_handle_rx_dma() 1143 status = serial8250_rx_chars(up, status); in omap_8250_handle_rx_dma() 1148 return status; in omap_8250_handle_rx_dma() 1152 unsigned char status) in am654_8250_handle_rx_dma() argument 1157 if ((status & (UART_LSR_DR | UART_LSR_BI)) && in am654_8250_handle_rx_dma() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ethtool_fdir.c | 533 enum ice_status status; in ice_fdir_set_hw_fltr_rule() local 584 status = ice_flow_add_prof(hw, ICE_BLK_FD, ICE_FLOW_RX, prof_id, seg, in ice_fdir_set_hw_fltr_rule() 586 if (status) in ice_fdir_set_hw_fltr_rule() 587 return ice_status_to_errno(status); in ice_fdir_set_hw_fltr_rule() 588 status = ice_flow_add_entry(hw, ICE_BLK_FD, prof_id, main_vsi->idx, in ice_fdir_set_hw_fltr_rule() 591 if (status) { in ice_fdir_set_hw_fltr_rule() 592 err = ice_status_to_errno(status); in ice_fdir_set_hw_fltr_rule() 595 status = ice_flow_add_entry(hw, ICE_BLK_FD, prof_id, main_vsi->idx, in ice_fdir_set_hw_fltr_rule() 598 if (status) { in ice_fdir_set_hw_fltr_rule() 599 err = ice_status_to_errno(status); in ice_fdir_set_hw_fltr_rule() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | dra7.dtsi | 49 status = "disabled"; /* See ARM architected timer wrap erratum i940 */ 204 status = "disabled"; 224 status = "disabled"; 235 status = "disabled"; 296 status = "disabled"; 305 status = "disabled"; 419 status = "disabled"; 430 status = "disabled"; 444 status = "disabled"; 581 ti,tranxdone-status-mask = <0x80>; [all …]
|
| H A D | rk3128-evb-ddr3-v10-linux-spi-nand.dts | 14 status = "disabled"; 18 status = "okay";
|
| H A D | qcom-ipq4019-ap.dk04.1-c1.dts | 12 status = "ok"; 16 status = "ok";
|
| /OK3568_Linux_fs/kernel/drivers/net/fjes/ |
| H A D | fjes_main.c | 110 acpi_status status; in is_extended_socket_device() local 113 status = acpi_evaluate_object(device->handle, "_STR", NULL, &buffer); in is_extended_socket_device() 114 if (ACPI_FAILURE(status)) in is_extended_socket_device() 135 acpi_status status; in acpi_check_extended_socket_status() local 137 status = acpi_evaluate_integer(device->handle, "_STA", NULL, &sta); in acpi_check_extended_socket_status() 138 if (ACPI_FAILURE(status)) in acpi_check_extended_socket_status() 153 acpi_status status; in fjes_acpi_add() local 161 status = acpi_walk_resources(device->handle, METHOD_NAME__CRS, in fjes_acpi_add() 163 if (ACPI_FAILURE(status)) in fjes_acpi_add() 922 enum ep_partner_status status; in fjes_txrx_stop_req_irq() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/alacritech/ |
| H A D | slicoss.c | 89 if (!stat->status) in slic_next_compl_idx() 95 stat->status = 0; in slic_next_compl_idx() 431 desc->status = 0; in slic_refill_rx_queue() 458 u32 status; in slic_handle_frame_error() local 461 status = le32_to_cpu(info->frame_status); in slic_handle_frame_error() 466 if (status & SLIC_VRHSTAT_TPOFLO) in slic_handle_frame_error() 488 if (status & SLIC_VRHSTAT_802OE) in slic_handle_frame_error() 496 u32 status; in slic_handle_frame_error() local 499 status = le32_to_cpu(info->frame_status); in slic_handle_frame_error() 501 if (status & SLIC_VGBSTAT_XPERR) { in slic_handle_frame_error() [all …]
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | rawmidi.c | 729 struct snd_rawmidi_status64 *status) in snd_rawmidi_output_status() argument 733 memset(status, 0, sizeof(*status)); in snd_rawmidi_output_status() 734 status->stream = SNDRV_RAWMIDI_STREAM_OUTPUT; in snd_rawmidi_output_status() 736 status->avail = runtime->avail; in snd_rawmidi_output_status() 742 struct snd_rawmidi_status64 *status) in snd_rawmidi_input_status() argument 746 memset(status, 0, sizeof(*status)); in snd_rawmidi_input_status() 747 status->stream = SNDRV_RAWMIDI_STREAM_INPUT; in snd_rawmidi_input_status() 749 status->avail = runtime->avail; in snd_rawmidi_input_status() 750 status->xruns = runtime->xruns; in snd_rawmidi_input_status() 760 struct snd_rawmidi_status32 __user *status = argp; in snd_rawmidi_ioctl_status32() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A D | psb_intel_sdvo.c | 440 u8 buf[MAX_ARG_LEN*2 + 2], status; in psb_intel_sdvo_write_cmd() local 467 status = SDVO_I2C_CMD_STATUS; in psb_intel_sdvo_write_cmd() 471 msgs[i+1].buf = &status; in psb_intel_sdvo_write_cmd() 476 msgs[i+2].buf = &status; in psb_intel_sdvo_write_cmd() 496 u8 status; in psb_intel_sdvo_read_response() local 511 &status)) in psb_intel_sdvo_read_response() 514 while ((status == SDVO_CMD_STATUS_PENDING || in psb_intel_sdvo_read_response() 515 status == SDVO_CMD_STATUS_TARGET_NOT_SPECIFIED) && retry--) { in psb_intel_sdvo_read_response() 519 &status)) in psb_intel_sdvo_read_response() 523 if (status <= SDVO_CMD_STATUS_SCALING_NOT_SUPP) in psb_intel_sdvo_read_response() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | sama5d3.dtsi | 109 status = "disabled"; 129 status = "disabled"; 143 status = "disabled"; 166 status = "disabled"; 181 status = "disabled"; 195 status = "disabled"; 209 status = "disabled"; 220 status = "disabled"; 229 status = "disabled"; 240 status = "disabled"; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | switch.c | 26 u32 status; member 54 static void nvm_get_auth_status(const struct tb_switch *sw, u32 *status) in nvm_get_auth_status() argument 62 *status = st ? st->status : 0; in nvm_get_auth_status() 65 static void nvm_set_auth_status(const struct tb_switch *sw, u32 status) in nvm_set_auth_status() argument 85 st->status = status; in nvm_set_auth_status() 181 u32 status; in nvm_authenticate_host_dma_port() local 199 if (dma_port_flash_update_auth_status(sw->dma_port, &status) > 0) in nvm_authenticate_host_dma_port() 200 nvm_set_auth_status(sw, status); in nvm_authenticate_host_dma_port() 234 u32 status; in nvm_authenticate_device_dma_port() local 236 ret = dma_port_flash_update_auth_status(sw->dma_port, &status); in nvm_authenticate_device_dma_port() [all …]
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | migrate.c | 1573 static int store_status(int __user *status, int start, int value, int nr) in store_status() argument 1576 if (put_user(value, status + start)) in store_status() 1675 struct list_head *pagelist, int __user *status, in move_pages_and_store_status() argument 1697 return store_status(status, start, node, i - start); in move_pages_and_store_status() 1708 int __user *status, int flags) in do_pages_move() argument 1744 &pagelist, status, start, i, nr_pages); in do_pages_move() 1767 err = store_status(status, i, err ? : current_node, 1); in do_pages_move() 1772 status, start, i, nr_pages); in do_pages_move() 1780 status, start, i, nr_pages); in do_pages_move() 1792 const void __user **pages, int *status) in do_pages_stat_array() argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | rust.py | 14 status, output = self.target.run(cmd) 16 self.assertEqual(status, 0, msg=msg)
|
| H A D | python.py | 14 status, output = self.target.run(cmd) 16 self.assertEqual(status, 0, msg=msg)
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3562-evb2-ddr4-v10-pdm-mic-array.dts | 16 status = "okay"; 20 status = "okay";
|
| /OK3568_Linux_fs/kernel/drivers/of/unittest-data/ |
| H A D | overlay_10.dts | 15 status = "okay"; 23 status = "okay";
|
| /OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/ |
| H A D | adf_vf2pf_msg.c | 25 set_bit(ADF_STATUS_PF_RUNNING, &accel_dev->status); in adf_vf2pf_notify_init() 43 if (test_bit(ADF_STATUS_PF_RUNNING, &accel_dev->status)) in adf_vf2pf_notify_shutdown()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/include/ |
| H A D | subunit.h | 39 static inline void test_finish(char *name, int status) in test_finish() argument 41 if (status) in test_finish()
|