Home
last modified time | relevance | path

Searched refs:status (Results 8001 – 8025 of 15119) sorted by relevance

1...<<321322323324325326327328329330>>...605

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmevent.h71 uint32 status; /* Status code (see below) */
85 uint32 status; /* Status code (see below) */
749 uint16 status; /* status */ member
993 int32 status; member
1244 uint32 status; member
/OK3568_Linux_fs/kernel/drivers/net/hamradio/
H A Dmkiss.c956 int status; in mkiss_init_driver() local
960 status = tty_register_ldisc(N_AX25, &ax_ldisc); in mkiss_init_driver()
961 if (status != 0) in mkiss_init_driver()
962 printk(msg_regfail, status); in mkiss_init_driver()
964 return status; in mkiss_init_driver()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgb/
H A Dixgb_hw.c276 bool status; in ixgb_init_hw() local
339 status = ixgb_setup_fc(hw); in ixgb_init_hw()
344 return status; in ixgb_init_hw()
615 bool status = true; in ixgb_setup_fc() local
693 return status; in ixgb_setup_fc()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Drtl2830.c381 static int rtl2830_read_status(struct dvb_frontend *fe, enum fe_status *status) in rtl2830_read_status() argument
390 *status = 0; in rtl2830_read_status()
401 *status |= FE_HAS_SIGNAL | FE_HAS_CARRIER | in rtl2830_read_status()
404 *status |= FE_HAS_SIGNAL | FE_HAS_CARRIER | in rtl2830_read_status()
408 dev->fe_status = *status; in rtl2830_read_status()
/OK3568_Linux_fs/kernel/drivers/media/pci/saa7134/
H A Dsaa7134.h535 unsigned long status);
833 void saa7134_irq_video_done(struct saa7134_dev *dev, unsigned long status);
854 void saa7134_irq_ts_done(struct saa7134_dev *dev, unsigned long status);
872 void saa7134_irq_vbi_done(struct saa7134_dev *dev, unsigned long status);
904 void saa7134_irq_oss_done(struct saa7134_dev *dev, unsigned long status);
/OK3568_Linux_fs/kernel/drivers/hid/intel-ish-hid/ishtp/
H A Dhbm.c340 if (!rs->status && ishtp_hbm_cl_addr_equal(cl, rs)) { in ishtp_hbm_cl_disconnect_res()
386 if (!rs->status) { in ishtp_hbm_cl_connect_res()
388 cl->status = 0; in ishtp_hbm_cl_connect_res()
391 cl->status = -ENODEV; in ishtp_hbm_cl_connect_res()
605 if (props_res->status || !dev->fw_clients) { in ishtp_hbm_dispatch()
/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c359 u32 status, dlen, head_size; in hisi_zip_acomp_cb() local
363 status = sqe->dw3 & HZIP_BD_STATUS_M; in hisi_zip_acomp_cb()
364 if (status != 0 && status != HZIP_NC_ERR) { in hisi_zip_acomp_cb()
366 (qp->alg_type == 0) ? "" : "de", qp->qp_id, status, in hisi_zip_acomp_cb()
/OK3568_Linux_fs/kernel/drivers/hid/intel-ish-hid/
H A Dishtp-fw-loader.c107 u8 status; member
291 out_hdr->status); in loader_cl_send()
378 hdr->status); in process_recv()
406 if (hdr->status) { in process_recv()
409 hdr->status); in process_recv()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.c539 unsigned long status; in atmel_hlcdc_dc_irq_handler() local
545 status = imr & isr; in atmel_hlcdc_dc_irq_handler()
546 if (!status) in atmel_hlcdc_dc_irq_handler()
549 if (status & ATMEL_HLCDC_SOF) in atmel_hlcdc_dc_irq_handler()
553 if (ATMEL_HLCDC_LAYER_STATUS(i) & status) in atmel_hlcdc_dc_irq_handler()
/OK3568_Linux_fs/kernel/drivers/dma/
H A Daltera-msgdma.c688 u32 __maybe_unused status; in msgdma_tasklet() local
706 status = ioread32(mdev->resp + MSGDMA_RESP_STATUS); in msgdma_tasklet()
725 u32 status; in msgdma_irq_handler() local
727 status = ioread32(mdev->csr + MSGDMA_CSR_STATUS); in msgdma_irq_handler()
728 if ((status & MSGDMA_CSR_STAT_BUSY) == 0) { in msgdma_irq_handler()
H A Dsa11x0-dma.c91 enum dma_status status; member
432 return c->status; in sa11x0_dma_tx_status()
457 ret = c->status; in sa11x0_dma_tx_status()
709 if (c->status == DMA_IN_PROGRESS) { in sa11x0_dma_device_pause()
710 c->status = DMA_PAUSED; in sa11x0_dma_device_pause()
735 if (c->status == DMA_PAUSED) { in sa11x0_dma_device_resume()
736 c->status = DMA_IN_PROGRESS; in sa11x0_dma_device_resume()
859 c->status = DMA_IN_PROGRESS; in sa11x0_dma_init_dmadev()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-fsl-dspi.c909 int status = 0; in dspi_transfer_one_message() local
950 status = dspi_dma_xfer(dspi); in dspi_transfer_one_message()
959 status = dspi_poll(dspi); in dspi_transfer_one_message()
960 } while (status == -EINPROGRESS); in dspi_transfer_one_message()
963 if (status) in dspi_transfer_one_message()
969 message->status = status; in dspi_transfer_one_message()
972 return status; in dspi_transfer_one_message()
/OK3568_Linux_fs/kernel/drivers/i3c/master/
H A Ddw-i3c-master.c426 u32 status; in dw_i3c_master_dequeue_xfer_locked() local
434 readl_poll_timeout_atomic(master->regs + RESET_CTRL, status, in dw_i3c_master_dequeue_xfer_locked()
435 !status, 10, 1000000); in dw_i3c_master_dequeue_xfer_locked()
1083 u32 status; in dw_i3c_master_irq_handler() local
1085 status = readl(master->regs + INTR_STATUS); in dw_i3c_master_irq_handler()
1087 if (!(status & readl(master->regs + INTR_STATUS_EN))) { in dw_i3c_master_irq_handler()
1093 dw_i3c_master_end_xfer_locked(master, status); in dw_i3c_master_irq_handler()
1094 if (status & INTR_TRANSFER_ERR_STAT) in dw_i3c_master_irq_handler()
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_controller.c1082 u32 status; in azx_interrupt() local
1098 status = azx_readl(chip, INTSTS); in azx_interrupt()
1099 if (status == 0 || status == 0xffffffff) in azx_interrupt()
1104 if (snd_hdac_bus_handle_stream_irq(bus, status, stream_update)) in azx_interrupt()
1107 status = azx_readb(chip, RIRBSTS); in azx_interrupt()
1108 if (status & RIRB_INT_MASK) { in azx_interrupt()
1119 if (status & RIRB_INT_RESPONSE) { in azx_interrupt()
/OK3568_Linux_fs/kernel/drivers/usb/mon/
H A Dmon_bin.c100 int status; member
475 dp->iso_status = fp->status; in mon_bin_get_isodesc()
486 char ev_type, int status) in mon_bin_event() argument
575 ep->status = status; in mon_bin_event()
626 static void mon_bin_complete(void *data, struct urb *urb, int status) in mon_bin_complete() argument
629 mon_bin_event(rp, urb, 'C', status); in mon_bin_complete()
663 ep->status = error; in mon_bin_error()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dcpmac.c772 u32 status; in cpmac_irq() local
776 status = cpmac_read(priv->regs, CPMAC_MAC_INT_VECTOR); in cpmac_irq()
779 netdev_dbg(dev, "interrupt status: 0x%08x\n", status); in cpmac_irq()
781 if (status & MAC_INT_TX) in cpmac_irq()
782 cpmac_end_xmit(dev, (status & 7)); in cpmac_irq()
784 if (status & MAC_INT_RX) { in cpmac_irq()
785 queue = (status >> 8) & 7; in cpmac_irq()
794 if (unlikely(status & (MAC_INT_HOST | MAC_INT_STATUS))) in cpmac_irq()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c126 u32 *status) in iwl_mvm_send_cmd_status() argument
169 *status = le32_to_cpu(resp->status); in iwl_mvm_send_cmd_status()
179 const void *data, u32 *status) in iwl_mvm_send_cmd_pdu_status() argument
187 return iwl_mvm_send_cmd_status(mvm, &cmd, status); in iwl_mvm_send_cmd_pdu_status()
441 mvm->status, table.valid); in iwl_mvm_dump_umac_error_log()
507 mvm->status, table.valid); in iwl_mvm_dump_lmac_error_log()
570 if (!test_bit(STATUS_DEVICE_ENABLED, &mvm->trans->status)) { in iwl_mvm_dump_nic_error_log()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c1281 u32 status; in atl1e_intr() local
1284 status = AT_READ_REG(hw, REG_ISR); in atl1e_intr()
1285 if ((status & IMR_NORMAL_MASK) == 0 || in atl1e_intr()
1286 (status & ISR_DIS_INT) != 0) { in atl1e_intr()
1292 if (status & ISR_GPHY) in atl1e_intr()
1295 AT_WRITE_REG(hw, REG_ISR, status | ISR_DIS_INT); in atl1e_intr()
1299 if (status & ISR_PHY_LINKDOWN) { in atl1e_intr()
1301 "pcie phy linkdown %x\n", status); in atl1e_intr()
1311 if (status & (ISR_DMAR_TO_RST | ISR_DMAW_TO_RST)) { in atl1e_intr()
1314 status); in atl1e_intr()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_connectors.c244 …on_connector_update_scratch_regs(struct drm_connector *connector, enum drm_connector_status status) in radeon_connector_update_scratch_regs() argument
256 if ((encoder == best_encoder) && (status == connector_status_connected)) in radeon_connector_update_scratch_regs()
437 if (conflict->status != connector_status_connected) in radeon_connector_analog_encoder_conflict_solve()
448 conflict->status = connector_status_disconnected; in radeon_connector_analog_encoder_conflict_solve()
1077 ret = connector->status; in radeon_vga_detect()
1219 enum drm_connector_status status; in radeon_check_hpd_status_unchanged() local
1225 status = connector_status_connected; in radeon_check_hpd_status_unchanged()
1227 status = connector_status_disconnected; in radeon_check_hpd_status_unchanged()
1228 if (connector->status == status) in radeon_check_hpd_status_unchanged()
1272 ret = connector->status; in radeon_dvi_detect()
[all …]
/OK3568_Linux_fs/kernel/sound/pci/trident/
H A Dtrident_main.c2337 ucontrol->value.iec958.status[0] = (trident->spdif_bits >> 0) & 0xff; in snd_trident_spdif_default_get()
2338 ucontrol->value.iec958.status[1] = (trident->spdif_bits >> 8) & 0xff; in snd_trident_spdif_default_get()
2339 ucontrol->value.iec958.status[2] = (trident->spdif_bits >> 16) & 0xff; in snd_trident_spdif_default_get()
2340 ucontrol->value.iec958.status[3] = (trident->spdif_bits >> 24) & 0xff; in snd_trident_spdif_default_get()
2352 val = (ucontrol->value.iec958.status[0] << 0) | in snd_trident_spdif_default_put()
2353 (ucontrol->value.iec958.status[1] << 8) | in snd_trident_spdif_default_put()
2354 (ucontrol->value.iec958.status[2] << 16) | in snd_trident_spdif_default_put()
2355 (ucontrol->value.iec958.status[3] << 24); in snd_trident_spdif_default_put()
2396 ucontrol->value.iec958.status[0] = 0xff; in snd_trident_spdif_mask_get()
2397 ucontrol->value.iec958.status[1] = 0xff; in snd_trident_spdif_mask_get()
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Dcaamalg_qi2.c1278 static void aead_encrypt_done(void *cbk_ctx, u32 status) in aead_encrypt_done() argument
1289 dev_dbg(ctx->dev, "%s %d: err 0x%x\n", __func__, __LINE__, status); in aead_encrypt_done()
1291 if (unlikely(status)) in aead_encrypt_done()
1292 ecode = caam_qi2_strstatus(ctx->dev, status); in aead_encrypt_done()
1299 static void aead_decrypt_done(void *cbk_ctx, u32 status) in aead_decrypt_done() argument
1310 dev_dbg(ctx->dev, "%s %d: err 0x%x\n", __func__, __LINE__, status); in aead_decrypt_done()
1312 if (unlikely(status)) in aead_decrypt_done()
1313 ecode = caam_qi2_strstatus(ctx->dev, status); in aead_decrypt_done()
1386 static void skcipher_encrypt_done(void *cbk_ctx, u32 status) in skcipher_encrypt_done() argument
1397 dev_dbg(ctx->dev, "%s %d: err 0x%x\n", __func__, __LINE__, status); in skcipher_encrypt_done()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dips.c5139 ha->adapt->p_status_start = ha->adapt->status; in ips_statinit()
5140 ha->adapt->p_status_end = ha->adapt->status + IPS_MAX_CMDS; in ips_statinit()
5141 ha->adapt->p_status_tail = ha->adapt->status; in ips_statinit()
5170 ha->adapt->p_status_start = ha->adapt->status; in ips_statinit_memio()
5171 ha->adapt->p_status_end = ha->adapt->status + IPS_MAX_CMDS; in ips_statinit_memio()
5172 ha->adapt->p_status_tail = ha->adapt->status; in ips_statinit_memio()
6014 uint8_t status = 0; in ips_erase_bios() local
6018 status = 0; in ips_erase_bios()
6052 status = inb(ha->io_addr + IPS_REG_FLDP); in ips_erase_bios()
6054 if (status & 0x80) in ips_erase_bios()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_android_ext.c176 unsigned long status; member
245 (test_bit(ISAM_STATUS_ ## stat, &(cur_if)->status))
247 (set_bit(ISAM_STATUS_ ## stat, &(cur_if)->status))
249 (clear_bit(ISAM_STATUS_ ## stat, &(cur_if)->status))
251 (change_bit(ISAM_STATUS_ ## stat, &(cur_if)->status))
3009 uint32 status = ntoh32(e->status); in wl_mesh_event_handler() local
3015 ((event_type == WLC_E_SET_SSID && status == WLC_E_STATUS_SUCCESS) || in wl_mesh_event_handler()
3016 (event_type == WLC_E_LINK && status == WLC_E_STATUS_SUCCESS && in wl_mesh_event_handler()
3024 (event_type == WLC_E_LINK && status == WLC_E_STATUS_SUCCESS && in wl_mesh_event_handler()
3050 ((event_type == WLC_E_ESCAN_RESULT && status == WLC_E_STATUS_SUCCESS) || in wl_mesh_event_handler()
[all …]
/OK3568_Linux_fs/kernel/drivers/block/
H A Dfloppy.c664 unsigned char status; member
787 static bool is_ready_state(int status) in is_ready_state() argument
789 int state = status & (STATUS_READY | STATUS_DIR | STATUS_DMA); in is_ready_state()
1115 int status; in wait_til_ready() local
1121 status = fdc_inb(fdc, FD_STATUS); in wait_til_ready()
1122 if (status & STATUS_READY) in wait_til_ready()
1123 return status; in wait_til_ready()
1126 DPRINT("Getstatus times out (%x) on fdc %d\n", status, fdc); in wait_til_ready()
1136 int status = wait_til_ready(fdc); in output_byte() local
1138 if (status < 0) in output_byte()
[all …]
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Dcm32181.c111 acpi_status status; in cm32181_acpi_get_cpm() local
118 status = acpi_evaluate_object(handle, obj_name, NULL, &buffer); in cm32181_acpi_get_cpm()
119 if (ACPI_FAILURE(status)) { in cm32181_acpi_get_cpm()

1...<<321322323324325326327328329330>>...605