Home
last modified time | relevance | path

Searched refs:status (Results 6001 – 6025 of 15119) sorted by relevance

1...<<241242243244245246247248249250>>...605

/OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/
H A Diss4xx-mpic.dts46 status = "okay";
60 status = "disabled";
76 status = "disabled";
92 status = "disabled";
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/
H A Dimx8mn-var-som-symphony.dts67 status = "okay";
110 status = "okay";
140 status = "okay";
147 status = "okay";
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dac.c98 acpi_status status = AE_OK; in acpi_ac_get_state() local
108 status = acpi_evaluate_integer(ac->device->handle, "_PSR", NULL, in acpi_ac_get_state()
110 if (ACPI_FAILURE(status)) { in acpi_ac_get_state()
111 ACPI_EXCEPTION((AE_INFO, status, in acpi_ac_get_state()
H A Dacpi_watchdog.c63 acpi_status status; in acpi_watchdog_get_wdat() local
68 status = acpi_get_table(ACPI_SIG_WDAT, 0, in acpi_watchdog_get_wdat()
70 if (ACPI_FAILURE(status)) { in acpi_watchdog_get_wdat()
H A Dacpi_lpit.c150 acpi_status status; in acpi_init_lpit() local
153 status = acpi_get_table(ACPI_SIG_LPIT, 0, (struct acpi_table_header **)&lpit); in acpi_init_lpit()
154 if (ACPI_FAILURE(status)) in acpi_init_lpit()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dwuf.S258 LEON_PI( lda [%l4] ASI_LEON_MMUREGS, %g0) ! clear fault status
259 SUN_PI_( lda [%l4] ASI_M_MMUREGS, %g0) ! clear fault status
293 LEON_PI(lda [%twin_tmp2] ASI_LEON_MMUREGS, %twin_tmp2) ! read fault status
294 SUN_PI_(lda [%twin_tmp2] ASI_M_MMUREGS, %twin_tmp2) ! read fault status
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dtrace.h96 __field(u16, status)
105 __entry->status = nvme_req(req)->status;
111 __entry->retries, __entry->flags, __entry->status)
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-spear13xx.c111 unsigned int status; in spear13xx_pcie_irq_handler() local
113 status = readl(&app_reg->int_sts); in spear13xx_pcie_irq_handler()
115 if (status & MSI_CTRL_INT) { in spear13xx_pcie_irq_handler()
120 writel(status, &app_reg->int_clr); in spear13xx_pcie_irq_handler()
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-tango.c55 static void tangox_dispatch_irqs(struct irq_domain *dom, unsigned int status, in tangox_dispatch_irqs() argument
61 while (status) { in tangox_dispatch_irqs()
62 hwirq = __ffs(status); in tangox_dispatch_irqs()
66 status &= ~BIT(hwirq); in tangox_dispatch_irqs()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Domap5-uevm.dts27 status = "okay";
34 status = "okay";
223 status = "okay";
230 status = "okay";
H A Dkirkwood-lsxl.dtsi73 status = "okay";
78 status = "okay";
219 status = "okay";
227 status = "okay";
H A Ds3c2416.dtsi45 status = "disabled";
56 status = "disabled";
67 status = "disabled";
/OK3568_Linux_fs/kernel/drivers/scsi/
H A D3w-sas.h220 unsigned char status; member
245 unsigned char status; member
285 unsigned char status; member
311 unsigned int status; member
/OK3568_Linux_fs/kernel/drivers/clk/bcm/
H A Dclk-ns2.c49 .status = REG_VAL(0x0, 27, 1),
112 .status = REG_VAL(0x0, 13, 1),
174 .status = REG_VAL(0x0, 0, 1),
236 .status = REG_VAL(0x0, 0, 1),
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/executive/
H A Dcvmx-cmd-queue.c166 union cvmx_fpa_ctl_status status; in cvmx_cmd_queue_initialize() local
169 status.u64 = cvmx_read_csr(CVMX_FPA_CTL_STATUS); in cvmx_cmd_queue_initialize()
170 if (!status.s.enb) { in cvmx_cmd_queue_initialize()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/include/hmm/
H A Dhmm_bo.h42 var_not_equal_goto((bo->status & (_status)), (_status), \
48 var_equal_goto((bo->status & (_status)), (_status), \
142 int status; member
/OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/
H A Dop-rfkill.c92 cmd->sw_rf.hdr.length = cpu_to_le16(sizeof(cmd->sw_rf.status)); in i2400m_op_rfkill_sw_toggle()
95 cmd->sw_rf.status = cpu_to_le32(2); in i2400m_op_rfkill_sw_toggle()
98 cmd->sw_rf.status = cpu_to_le32(1); in i2400m_op_rfkill_sw_toggle()
/OK3568_Linux_fs/u-boot/arch/mips/dts/
H A Dbrcm,bcm6338.dtsi56 status = "disabled";
99 status = "disabled";
109 status = "disabled";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dmarvell,prestera.txt60 status = "okay";
67 status = "okay";
80 status = "okay";
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3562j.dtsi17 status = "disabled";
28 status = "disabled";
110 status = "disabled";
/OK3568_Linux_fs/kernel/drivers/char/hw_random/
H A Dingenic-trng.c64 u32 status; in ingenic_trng_read() local
67 ret = readl_poll_timeout(trng->base + TRNG_REG_STATUS_OFFSET, status, in ingenic_trng_read()
68 status & STATUS_RANDOM_RDY, 10, 1000); in ingenic_trng_read()
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/
H A Drdpmc.c162 int status = 0; in test__rdpmc() local
177 wret = waitpid(pid, &status, 0); in test__rdpmc()
178 if (wret < 0 || status) in test__rdpmc()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/objdetect/
H A Ddetection_based_tracker.hpp153 ObjectStatus status; member
155 :id(_id), location(_location), status(_status) in ExtObject()
218 cv::Rect calcTrackedObjectPositionToShow(int i, ObjectStatus& status) const;
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/marvell/
H A Darmada-80x0.dtsi63 status = "okay";
67 status = "okay";
107 status = "disabled";
/OK3568_Linux_fs/kernel/arch/mips/boot/dts/brcm/
H A Dbcm3384_zephyr.dtsi105 status = "disabled";
114 status = "disabled";
124 status = "disabled";

1...<<241242243244245246247248249250>>...605