| /OK3568_Linux_fs/kernel/drivers/crypto/ccp/ |
| H A D | sev-dev.c | 73 static void sev_irq_handler(int irq, void *data, unsigned int status) in sev_irq_handler() argument 79 if (!(status & SEV_CMD_COMPLETE)) in sev_irq_handler() 468 struct sev_user_data_status *status; in sev_get_api_version() local 471 status = &sev->status_cmd_buf; in sev_get_api_version() 472 ret = sev_platform_status(status, &error); in sev_get_api_version() 479 sev->api_major = status->api_major; in sev_get_api_version() 480 sev->api_minor = status->api_minor; in sev_get_api_version() 481 sev->build = status->build; in sev_get_api_version() 482 sev->state = status->state; in sev_get_api_version()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | omap4-sdp.dts | 494 status = "disabled"; 498 status = "disabled"; 625 status = "okay"; 631 status = "okay"; 637 status = "okay"; 651 status = "okay"; 655 status = "okay"; 681 status = "okay"; 707 status = "okay";
|
| H A D | omap4-l4-abe.dtsi | 118 status = "disabled"; 151 status = "disabled"; 184 status = "disabled"; 215 status = "disabled"; 249 status = "disabled"; 301 status = "disabled"; 442 status = "disabled"; 451 status = "disabled"; 460 status = "disabled";
|
| H A D | exynos5420-arndale-octa.dts | 56 status = "okay"; 60 status = "disabled"; 341 status = "okay"; 345 status = "okay"; 769 status = "okay"; 773 status = "okay"; 777 status = "okay"; 793 status = "okay"; 819 status = "okay";
|
| /OK3568_Linux_fs/kernel/sound/pci/oxygen/ |
| H A D | oxygen_lib.c | 56 unsigned int status, clear, elapsed_streams, i; in oxygen_interrupt() local 58 status = oxygen_read16(chip, OXYGEN_INTERRUPT_STATUS); in oxygen_interrupt() 59 if (!status) in oxygen_interrupt() 64 clear = status & (OXYGEN_CHANNEL_A | in oxygen_interrupt() 82 elapsed_streams = status & chip->pcm_running; in oxygen_interrupt() 90 if (status & OXYGEN_INT_SPDIF_IN_DETECT) { in oxygen_interrupt() 102 if (status & OXYGEN_INT_GPIO) in oxygen_interrupt() 105 if (status & OXYGEN_INT_MIDI) { in oxygen_interrupt() 112 if (status & OXYGEN_INT_AC97) in oxygen_interrupt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_wow.c | 39 enum rtw_phl_status status = RTW_PHL_STATUS_FAILURE; in rtw_init_wow() local 89 status = rtw_phl_cfg_wow_set_sw_gpio_mode(phl, wow_gpio); in rtw_init_wow() 97 status = rtw_phl_cfg_wow_set_sw_gpio_mode(phl, wow_gpio); in rtw_init_wow() 99 status = rtw_phl_cfg_wow_sw_gpio_ctrl(phl, wow_gpio); in rtw_init_wow() 101 __func__, WAKEUP_GPIO_IDX, wow_gpio->dev2hst_high, status); in rtw_init_wow() 236 enum rtw_phl_status status = RTW_PHL_STATUS_FAILURE; in rtw_wow_pattern_set() local 240 status = rtw_phl_add_wow_ptrn_info(phl, wowcam_info, &cam_idx); in rtw_wow_pattern_set() 241 if (status != RTW_PHL_STATUS_SUCCESS) { in rtw_wow_pattern_set() 242 RTW_INFO("Add wow pattern fail(%d)\n", status); in rtw_wow_pattern_set()
|
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | appletouch.c | 450 switch (urb->status) { in atp_status_check() 468 urb->status); in atp_status_check() 474 urb->status); in atp_status_check() 521 int status = atp_status_check(urb); in atp_complete_geyser_1_2() local 523 if (status == ATP_URB_STATUS_ERROR_FATAL) in atp_complete_geyser_1_2() 525 else if (status == ATP_URB_STATUS_ERROR) in atp_complete_geyser_1_2() 661 int status = atp_status_check(urb); in atp_complete_geyser_3_4() local 663 if (status == ATP_URB_STATUS_ERROR_FATAL) in atp_complete_geyser_3_4() 665 else if (status == ATP_URB_STATUS_ERROR) in atp_complete_geyser_3_4()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | ppa.c | 526 int fast, bulk, status; in ppa_completion() local 579 status = ppa_out(dev, cmd->SCp.ptr, fast); in ppa_completion() 581 status = ppa_in(dev, cmd->SCp.ptr, fast); in ppa_completion() 586 if (!status) { in ppa_completion() 884 int loop, old_mode, status, k, ppb = dev->base; in device_check() local 904 status = 1; in device_check() 906 for (l = 0; (l < 6) && (status); l++) in device_check() 907 status = ppa_out(dev, cmd, 1); in device_check() 909 if (!status) { in device_check()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_uc_fw.c | 26 GEM_BUG_ON(uc_fw->status == INTEL_UC_FIRMWARE_UNINITIALIZED); in __uc_fw_to_gt() 32 enum intel_uc_fw_status status) in intel_uc_fw_change_status() argument 34 uc_fw->__status = status; in intel_uc_fw_change_status() 38 status == INTEL_UC_FIRMWARE_SELECTED ? in intel_uc_fw_change_status() 39 uc_fw->path : intel_uc_fw_status_repr(status)); in intel_uc_fw_change_status() 215 GEM_BUG_ON(uc_fw->status); in intel_uc_fw_init_early() 610 intel_uc_fw_status_repr(uc_fw->status)); in intel_uc_fw_dump()
|
| /OK3568_Linux_fs/kernel/drivers/dma/sf-pdma/ |
| H A D | sf-pdma.c | 198 enum dma_status status; in sf_pdma_tx_status() local 200 status = dma_cookie_status(dchan, cookie, txstate); in sf_pdma_tx_status() 202 if (txstate && status != DMA_ERROR) in sf_pdma_tx_status() 205 return status; in sf_pdma_tx_status() 268 chan->status = DMA_IN_PROGRESS; in sf_pdma_xfer_desc() 304 chan->status = DMA_COMPLETE; in sf_pdma_donebh_tasklet() 335 chan->status = DMA_ERROR; in sf_pdma_errbh_tasklet()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_mimo_88xx.c | 696 enum halmac_ret_status status; in fw_snding_88xx() local 733 status = dl_rsvd_page_88xx(adapter, snding_info_addr, in fw_snding_88xx() 736 if (status != HALMAC_RET_SUCCESS) { in fw_snding_88xx() 738 return status; in fw_snding_88xx() 762 status = send_h2c_pkt_88xx(adapter, h2c_buf); in fw_snding_88xx() 763 if (status != HALMAC_RET_SUCCESS) { in fw_snding_88xx() 766 return status; in fw_snding_88xx()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/ |
| H A D | lio_vf_rep.c | 79 WRITE_ONCE(rep_resp->status, 1); in lio_vf_rep_send_soft_command() 93 err = READ_ONCE(rep_resp->status) ? -EBUSY : 0; in lio_vf_rep_send_soft_command() 349 u32 status, void *buf) in lio_vf_rep_packet_sent_callback() argument 378 int status; in lio_vf_rep_pkt_xmit() local 427 status = octeon_send_soft_command(oct, sc); in lio_vf_rep_pkt_xmit() 428 if (status == IQ_SEND_FAILED) { in lio_vf_rep_pkt_xmit() 435 if (status == IQ_SEND_STOP) in lio_vf_rep_pkt_xmit()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | lpc32xx_hs.c | 323 u32 status; in serial_lpc32xx_interrupt() local 328 status = readl(LPC32XX_HSUART_IIR(port->membase)); in serial_lpc32xx_interrupt() 330 if (status & LPC32XX_HSU_BRK_INT) { in serial_lpc32xx_interrupt() 338 if (status & LPC32XX_HSU_FE_INT) in serial_lpc32xx_interrupt() 341 if (status & LPC32XX_HSU_RX_OE_INT) { in serial_lpc32xx_interrupt() 351 if (status & (LPC32XX_HSU_RX_TIMEOUT_INT | LPC32XX_HSU_RX_TRIG_INT)) in serial_lpc32xx_interrupt() 355 if ((status & LPC32XX_HSU_TX_INT) && (!uart_tx_stopped(port))) { in serial_lpc32xx_interrupt()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/zoran/ |
| H A D | zr36060.c | 87 ptr->status = zr36060_read(ptr, ZR060_CFSR); in zr36060_read_status() 90 return ptr->status; in zr36060_read_status() 114 ptr->name, ptr->status); in zr36060_wait_end() 130 if (ptr->status & ZR060_CFSR_BUSY) { in zr36060_basic_test() 447 dprintk(2, "%s: Status after table preload: 0x%02x\n", ptr->name, ptr->status); in zr36060_init() 449 if (ptr->status & ZR060_CFSR_BUSY) { in zr36060_init() 653 *ival = ptr->status; in zr36060_control()
|
| /OK3568_Linux_fs/kernel/drivers/misc/cxl/ |
| H A D | file.c | 162 if (ctx->status != OPENED) { in afu_ioctl_start_work() 273 ctx->status = STARTED; in afu_ioctl_start_work() 314 if (ctx->status == CLOSED) in afu_ioctl() 344 if (ctx->status != STARTED) in afu_mmap() 378 else if (ctx->status == CLOSED) in afu_poll() 444 if (ctx_event_pending(ctx) || (ctx->status == CLOSED)) in afu_read() 500 } else if (ctx->status == CLOSED) { in afu_read()
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | exynos4412-trats2.dts | 43 status = "okay"; 51 status = "okay"; 58 status = "okay"; 437 status = "disabled"; 445 status = "disabled"; 452 status = "okay"; 464 status = "okay";
|
| H A D | exynos5250-snow.dts | 272 status = "disabled"; 282 status = "disabled"; 299 status = "disabled"; 309 status = "disabled"; 314 status = "okay"; 363 samsung,lt-status = <0>; 389 status = "okay";
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/mux/ |
| H A D | intel_pmc_mux.c | 217 dp->status & DP_STATUS_IRQ_HPD && in pmc_usb_mux_dp_hpd() 218 dp->status & DP_STATUS_HPD_STATE) { in pmc_usb_mux_dp_hpd() 225 if (dp->status & DP_STATUS_IRQ_HPD) in pmc_usb_mux_dp_hpd() 228 if (dp->status & DP_STATUS_HPD_STATE) in pmc_usb_mux_dp_hpd() 244 (!(data->status & DP_STATUS_IRQ_HPD) && in pmc_usb_mux_dp() 245 data->status & DP_STATUS_HPD_STATE)) in pmc_usb_mux_dp() 265 if (data->status & (DP_STATUS_IRQ_HPD | DP_STATUS_HPD_STATE)) in pmc_usb_mux_dp()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_mimo_88xx.c | 697 enum halmac_ret_status status; in fw_snding_88xx() local 734 status = dl_rsvd_page_88xx(adapter, snding_info_addr, in fw_snding_88xx() 737 if (status != HALMAC_RET_SUCCESS) { in fw_snding_88xx() 739 return status; in fw_snding_88xx() 763 status = send_h2c_pkt_88xx(adapter, h2c_buf); in fw_snding_88xx() 764 if (status != HALMAC_RET_SUCCESS) { in fw_snding_88xx() 767 return status; in fw_snding_88xx()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/apple/ |
| H A D | macmace.c | 677 u16 status; in mace_dma_intr() local 689 status = psc_read_word(PSC_ENETRD_CTL); in mace_dma_intr() 691 if (status & 0x2000) { in mace_dma_intr() 693 } else if (status & 0x0100) { in mace_dma_intr() 722 status = psc_read_word(PSC_ENETWR_CTL); in mace_dma_intr() 724 if (status & 0x2000) { in mace_dma_intr() 726 } else if (status & 0x0100) { in mace_dma_intr()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_mimo_88xx.c | 696 enum halmac_ret_status status; in fw_snding_88xx() local 733 status = dl_rsvd_page_88xx(adapter, snding_info_addr, in fw_snding_88xx() 736 if (status != HALMAC_RET_SUCCESS) { in fw_snding_88xx() 738 return status; in fw_snding_88xx() 762 status = send_h2c_pkt_88xx(adapter, h2c_buf); in fw_snding_88xx() 763 if (status != HALMAC_RET_SUCCESS) { in fw_snding_88xx() 766 return status; in fw_snding_88xx()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/ |
| H A D | halmac_mimo_88xx.c | 696 enum halmac_ret_status status; in fw_snding_88xx() local 733 status = dl_rsvd_page_88xx(adapter, snding_info_addr, in fw_snding_88xx() 736 if (status != HALMAC_RET_SUCCESS) { in fw_snding_88xx() 738 return status; in fw_snding_88xx() 762 status = send_h2c_pkt_88xx(adapter, h2c_buf); in fw_snding_88xx() 763 if (status != HALMAC_RET_SUCCESS) { in fw_snding_88xx() 766 return status; in fw_snding_88xx()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | stv0299.c | 473 enum fe_status *status) in stv0299_read_status() argument 481 *status = 0; in stv0299_read_status() 484 *status |= FE_HAS_SIGNAL; in stv0299_read_status() 487 *status |= FE_HAS_CARRIER; in stv0299_read_status() 490 *status |= FE_HAS_VITERBI; in stv0299_read_status() 493 *status |= FE_HAS_SYNC; in stv0299_read_status() 496 *status |= FE_HAS_LOCK; in stv0299_read_status()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | ns8382x.c | 311 u32 iobase, status; in ns8382x_initialize() local 330 pci_read_config_dword(devno, PCI_COMMAND, &status); in ns8382x_initialize() 331 if (!(status & PCI_COMMAND_MEMORY)) { in ns8382x_initialize() 334 } else if (!(status & PCI_COMMAND_MASTER)) { in ns8382x_initialize() 739 u32 i, status = 0; in ns8382x_send() local 780 status = 1; in ns8382x_send() 782 return status; in ns8382x_send()
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | shpchp_ctrl.c | 157 p_slot->status = 0x00; in shpchp_handle_power_fault() 166 p_slot->status = 0xFF; in shpchp_handle_power_fault() 297 ctrl_dbg(ctrl, "%s: slot status = %x\n", __func__, p_slot->status); in board_added() 299 if (p_slot->status == 0xFF) { in board_added() 302 p_slot->status = 0; in board_added() 312 p_slot->status = 0; in board_added() 352 p_slot->status = 0x01; in remove_board()
|