| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | rti800.c | 138 unsigned char status; in rti800_ai_eoc() local 140 status = inb(dev->iobase + RTI800_CSR); in rti800_ai_eoc() 141 if (status & RTI800_CSR_OVERRUN) { in rti800_ai_eoc() 145 if (status & RTI800_CSR_DONE) in rti800_ai_eoc()
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | sclp_rw.c | 373 if (request->status == SCLP_REQ_FAILED) { in sclp_writedata_callback() 394 buffer->request.status = SCLP_REQ_FILLED; in sclp_writedata_callback() 410 buffer->request.status = SCLP_REQ_FILLED; in sclp_writedata_callback() 444 buffer->request.status = SCLP_REQ_FILLED; in sclp_emit_buffer()
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | jack.c | 347 void snd_jack_report(struct snd_jack *jack, int status) in snd_jack_report() argument 359 status & jack_kctl->mask_bits); in snd_jack_report() 370 status & testbit); in snd_jack_report() 378 status & testbit); in snd_jack_report()
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | sun8i-q8-common.dtsi | 75 status = "okay"; 85 status = "okay"; 113 status = "okay"; 120 status = "okay";
|
| H A D | exynos5420-smdk5420.dts | 100 status = "disabled"; 110 status = "disabled"; 119 samsung,lt-status = <0>;
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | acpi-dma.c | 123 acpi_status status; in acpi_dma_parse_csrt() local 126 status = acpi_get_table(ACPI_SIG_CSRT, 0, in acpi_dma_parse_csrt() 128 if (ACPI_FAILURE(status)) { in acpi_dma_parse_csrt() 129 if (status != AE_NOT_FOUND) in acpi_dma_parse_csrt()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/fsl/ |
| H A D | gef_sbc310.dts | 178 status = "disabled"; 182 status = "disabled"; 186 status = "disabled"; 190 status = "disabled";
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | wep.c | 244 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb); in ieee80211_crypto_wep_decrypt() local 251 if (!(status->flag & RX_FLAG_DECRYPTED)) { in ieee80211_crypto_wep_decrypt() 256 } else if (!(status->flag & RX_FLAG_IV_STRIPPED)) { in ieee80211_crypto_wep_decrypt() 262 if (!(status->flag & RX_FLAG_ICV_STRIPPED) && in ieee80211_crypto_wep_decrypt()
|
| /OK3568_Linux_fs/kernel/drivers/iio/humidity/ |
| H A D | hts221_buffer.c | 55 int err, status; in hts221_trigger_handler_thread() local 57 err = regmap_read(hw->regmap, HTS221_REG_STATUS_ADDR, &status); in hts221_trigger_handler_thread() 67 if (!(status & HTS221_RH_DRDY_MASK)) in hts221_trigger_handler_thread()
|
| /OK3568_Linux_fs/kernel/drivers/char/hw_random/ |
| H A D | iproc-rng200.c | 99 uint32_t status; in iproc_rng200_read() local 110 status = ioread32(priv->base + RNG_INT_STATUS_OFFSET); in iproc_rng200_read() 111 if ((status & (RNG_INT_STATUS_MASTER_FAIL_LOCKOUT_IRQ_MASK | in iproc_rng200_read()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | bcm953012er.dts | 65 status = "okay"; 69 status = "okay"; 94 status = "okay";
|
| H A D | keystone-k2g-netcp.dtsi | 19 status = "disabled"; 73 status = "disabled"; 98 status = "disabled";
|
| H A D | imx6q-prtwd2.dts | 49 status = "okay"; 59 status = "okay"; 113 status = "okay";
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | pci.c | 100 int status; in pci_acpi_root_prepare_resources() local 102 status = acpi_pci_probe_root_resources(ci); in pci_acpi_root_prepare_resources() 107 return status; in pci_acpi_root_prepare_resources()
|
| /OK3568_Linux_fs/kernel/drivers/iio/common/st_sensors/ |
| H A D | st_sensors_trigger.c | 32 int ret, status; in st_sensors_new_samples_available() local 44 &status); in st_sensors_new_samples_available() 50 return !!(status & sdata->sensor_settings->drdy_irq.stat_drdy.mask); in st_sensors_new_samples_available()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/mantis/ |
| H A D | mantis_dma.c | 33 #define RISC_STATUS(status) ((((~status) & 0x0f) << 20) | ((status & 0x0f) << 16)) argument
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/hantro/ |
| H A D | imx8m_vpu_hw.c | 137 u32 status; in imx8m_vpu_g1_irq() local 139 status = vdpu_read(vpu, G1_REG_INTERRUPT); in imx8m_vpu_g1_irq() 140 state = (status & G1_REG_INTERRUPT_DEC_RDY_INT) ? in imx8m_vpu_g1_irq()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/applications/positioning_backend/ |
| H A D | widget.cpp | 60 …const QString status = QStringLiteral("Satellite: %1 ").arg(bool(methods & QGeoPositionInfoSource:… in Widget() local 63 qDebug() << "Available Positioning Methods Changed" << status; in Widget() 64 log->appendLog(status); in Widget()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/terminal/ |
| H A D | mainwindow.cpp | 70 status = new QLabel; in MainWindow() 71 ui->statusBar->addWidget(status); in MainWindow() 205 status->setText(message); in showStatusMessage()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/unbound/unbound/ |
| H A D | 0001-contrib-add-yocto-compatible-init-script.patch | 70 # run checks to determine if the service is running or use generic status 71 - status -p $pidfile $prog 72 + status $prog
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | mov_ss_trap.c | 55 int status; in enable_watchpoint() local 62 if (waitpid(child, &status, 0) != child) in enable_watchpoint() 77 if (waitpid(parent, &status, 0) != parent) in enable_watchpoint()
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | dell-smo8800.c | 66 acpi_status status; in smo8800_get_irq() local 68 status = acpi_walk_resources(device->handle, METHOD_NAME__CRS, in smo8800_get_irq() 70 if (ACPI_FAILURE(status)) { in smo8800_get_irq()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb/ |
| H A D | my3126.c | 41 u16 status; in my3126_interrupt_handler() local 49 status = cphy->bmsr ^ val16; in my3126_interrupt_handler() 51 if (status & MDIO_STAT1_LSTATUS) in my3126_interrupt_handler()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | tracex6_user.c | 77 int i, status, nr_cpus = sysconf(_SC_NPROCESSORS_CONF); in test_perf_event_array() local 93 assert(waitpid(pid[i], &status, 0) == pid[i]); in test_perf_event_array() 94 err |= status; in test_perf_event_array()
|
| /OK3568_Linux_fs/kernel/drivers/input/serio/ |
| H A D | ambakmi.c | 38 unsigned int status = readb(KMIIR); in amba_kmi_int() local 41 while (status & KMIIR_RXINTR) { in amba_kmi_int() 43 status = readb(KMIIR); in amba_kmi_int()
|