Home
last modified time | relevance | path

Searched refs:status (Results 8451 – 8475 of 15119) sorted by relevance

1...<<331332333334335336337338339340>>...605

/OK3568_Linux_fs/kernel/drivers/ipack/carriers/
H A Dtpci200.c139 status_reg = ioread16(&tpci200->info->interface_regs->status); in tpci200_interrupt()
410 addr = &tpci200->info->interface_regs->status; in tpci200_get_error()
424 addr = &tpci200->info->interface_regs->status; in tpci200_get_timeout()
439 addr = &tpci200->info->interface_regs->status; in tpci200_reset_timeout()
/OK3568_Linux_fs/kernel/drivers/media/usb/siano/
H A Dsmsusb.c91 if (urb->status == -ESHUTDOWN) { in smsusb_onresponse()
93 urb->status, urb->actual_length); in smsusb_onresponse()
97 if ((urb->actual_length > 0) && (urb->status == 0)) { in smsusb_onresponse()
142 urb->status, urb->actual_length); in smsusb_onresponse()
/OK3568_Linux_fs/kernel/block/
H A Dblk-wbt.c358 int status; in wb_timer_fn() local
360 status = latency_exceeded(rwb, cb->stat); in wb_timer_fn()
362 trace_wbt_timer(rwb->rqos.q->backing_dev_info, status, rqd->scale_step, in wb_timer_fn()
370 switch (status) { in wb_timer_fn()
/OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/
H A Dtest_core.c776 int status; in test_cgcore_lesser_ns_open() local
807 if (waitpid(pid, &status, 0) < 0) in test_cgcore_lesser_ns_open()
810 if (!WIFEXITED(status)) in test_cgcore_lesser_ns_open()
820 if ((status = write(cg_test_b_procs_fd, "0", 1)) >= 0 || errno != ENOENT) in test_cgcore_lesser_ns_open()
/OK3568_Linux_fs/kernel/drivers/crypto/ccp/
H A Dccp-dev-v3.c328 u32 q_int, status; in ccp_irq_bh() local
331 status = ioread32(ccp->io_regs + IRQ_STATUS_REG); in ccp_irq_bh()
336 q_int = status & (cmd_q->int_ok | cmd_q->int_err); in ccp_irq_bh()
338 cmd_q->int_status = status; in ccp_irq_bh()
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dti_am335x_adc.c175 unsigned int status, config, adc_fsm; in tiadc_irq_h() local
178 status = tiadc_readl(adc_dev, REG_IRQSTATUS); in tiadc_irq_h()
184 if (status & IRQENB_FIFO1OVRRUN) { in tiadc_irq_h()
202 } else if (status & IRQENB_FIFO1THRES) { in tiadc_irq_h()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dmegaraid.h103 /* 0x11 */ volatile u8 status; member
166 u8 status; member
418 u8 status; /* Status of the logical drive */ member
534 u8 status; member
/OK3568_Linux_fs/kernel/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc.c373 enum mc_cmd_status status; in vfio_fsl_mc_send_command() local
394 status = (enum mc_cmd_status)resp_hdr->status; in vfio_fsl_mc_send_command()
395 if (status != MC_CMD_STATUS_READY) in vfio_fsl_mc_send_command()
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dof_access.c264 const char *status; in of_device_is_available() local
270 status = of_get_property(device, "status", &statlen); in of_device_is_available()
271 if (status == NULL) in of_device_is_available()
275 if (!strcmp(status, "okay")) in of_device_is_available()
/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_misc.c503 const char *status = "disabled"; in entry_status() local
506 status = "enabled"; in entry_status()
509 sprintf(page, "%s\n", status); in entry_status()
513 dp += sprintf(dp, "%s\ninterpreter %s\n", status, e->interpreter); in entry_status()
/OK3568_Linux_fs/kernel/sound/soc/intel/atom/sst/
H A Dsst.c438 if (stream->status == STREAM_RUNNING) { in intel_sst_suspend()
444 stream->resume_status = stream->status; in intel_sst_suspend()
446 if (stream->status != STREAM_UN_INIT) in intel_sst_suspend()
559 stream->status = stream->resume_status; in intel_sst_resume()
/OK3568_Linux_fs/kernel/include/acpi/
H A Dacpi_bus.h361 struct acpi_device_status status; member
454 *((u32 *)&adev->status) = sta; in acpi_set_device_status()
608 bool acpi_device_override_status(struct acpi_device *adev, unsigned long long *status);
611 unsigned long long *status) in acpi_device_override_status() argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl1251/
H A Ddebugfs.c221 char buf[3], status; in tx_queue_status_read() local
225 status = 's'; in tx_queue_status_read()
227 status = 'r'; in tx_queue_status_read()
229 len = scnprintf(buf, sizeof(buf), "%c\n", status); in tx_queue_status_read()
/OK3568_Linux_fs/kernel/drivers/staging/iio/impedance-analyzer/
H A Dad5933.c629 unsigned char status; in ad5933_work() local
640 ret = ad5933_i2c_read(st->client, AD5933_REG_STATUS, 1, &status); in ad5933_work()
644 if (status & AD5933_STAT_DATA_VALID) { in ad5933_work()
667 if (status & AD5933_STAT_SWEEP_DONE) { in ad5933_work()
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-designware-host.c60 u32 status, num_ctrls; in dw_handle_msi_irq() local
67 status = dw_pcie_readl_dbi(pci, PCIE_MSI_INTR0_STATUS + in dw_handle_msi_irq()
69 if (!status) in dw_handle_msi_irq()
73 val = status; in dw_handle_msi_irq()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-cti117 Description: (Read) Read current status of channel inputs.
123 Description: (Read) read current status of channel outputs.
129 Description: (Read) read current status of input trigger signals
135 Description: (Read) read current status of output trigger signals.
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dxgene-hwmon.c151 val = le16_to_cpu(READ_ONCE(generic_comm_base->status)); in xgene_hwmon_pcc_rd()
153 WRITE_ONCE(generic_comm_base->status, cpu_to_le16(val)); in xgene_hwmon_pcc_rd()
545 if (!xgene_word_tst_and_clr(&generic_comm_base->status, in xgene_hwmon_pcc_rx_cb()
567 if (xgene_word_tst_and_clr(&generic_comm_base->status, in xgene_hwmon_pcc_rx_cb()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/
H A Dsort.src321 status=$? # save the result code
322 if test $status != 0 # must have been an error
328 "run: bench=$bench param=$param fatalstatus=$status" -a
331 "run: bench=$bench param=$param fatalstatus=$status" -a
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c639 int status; in init_kerberos_module() local
641 status = gss_mech_register(&gss_kerberos_mech); in init_kerberos_module()
642 if (status) in init_kerberos_module()
644 return status; in init_kerberos_module()
/OK3568_Linux_fs/kernel/arch/mips/boot/dts/ingenic/
H A Dgcw0.dts442 status = "okay";
478 status = "okay";
515 status = "okay";
527 status = "okay";
/OK3568_Linux_fs/kernel/net/9p/
H A Dtrans_virtio.c261 req->status = REQ_STATUS_SENT; in p9_virtio_request()
437 req->status = REQ_STATUS_SENT; in p9_virtio_zc_request()
500 err = wait_event_killable(req->wq, req->status >= REQ_STATUS_RCVD); in p9_virtio_zc_request()
682 client->status = Connected; in p9_virtio_create()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0022_let_ld_pointer_pci_dma_function_propagate_MemTxResult.patch98 - desc->status = ldl_be_pci_dma(&s->dev, p, attrs);
102 + ldl_be_pci_dma(&s->dev, p, &desc->status, attrs);
107 - desc->status = ldl_le_pci_dma(&s->dev, p, attrs);
111 + ldl_le_pci_dma(&s->dev, p, &desc->status, attrs);
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtime.c299 txc->status = tx32.status; in get_old_timex32()
328 tx32.status = txc->status; in put_old_timex32()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dgpio.c646 if (info->status[wps->gpio] != RTW_MAC_GPIO_DFLT && in mac_cfg_wps()
647 info->status[wps->gpio] != RTW_MAC_GPIO_SW_IO) in mac_cfg_wps()
649 wps->gpio, info->status[wps->gpio]); in mac_cfg_wps()
651 info->status[wps->gpio] = RTW_MAC_GPIO_SW_IO; in mac_cfg_wps()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dsata_sil.c424 u8 status; in sil_host_intr() local
486 status = ap->ops->sff_check_status(ap); in sil_host_intr()
487 if (unlikely(status & ATA_BUSY)) in sil_host_intr()
494 ata_sff_hsm_move(ap, qc, status, 0); in sil_host_intr()

1...<<331332333334335336337338339340>>...605