| /OK3568_Linux_fs/kernel/drivers/ipack/carriers/ |
| H A D | tpci200.c | 139 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 D | smsusb.c | 91 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 D | blk-wbt.c | 358 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 D | test_core.c | 776 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 D | ccp-dev-v3.c | 328 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 D | ti_am335x_adc.c | 175 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 D | megaraid.h | 103 /* 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 D | vfio_fsl_mc.c | 373 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 D | of_access.c | 264 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 D | binfmt_misc.c | 503 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 D | sst.c | 438 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 D | acpi_bus.h | 361 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 D | debugfs.c | 221 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 D | ad5933.c | 629 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 D | pcie-designware-host.c | 60 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 D | sysfs-bus-coresight-devices-cti | 117 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 D | xgene-hwmon.c | 151 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 D | sort.src | 321 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 D | gss_krb5_mech.c | 639 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 D | gcw0.dts | 442 status = "okay"; 478 status = "okay"; 515 status = "okay"; 527 status = "okay";
|
| /OK3568_Linux_fs/kernel/net/9p/ |
| H A D | trans_virtio.c | 261 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 D | 0022_let_ld_pointer_pci_dma_function_propagate_MemTxResult.patch | 98 - 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 D | time.c | 299 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 D | gpio.c | 646 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 D | sata_sil.c | 424 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()
|