Home
last modified time | relevance | path

Searched refs:status (Results 476 – 500 of 14864) sorted by relevance

1...<<11121314151617181920>>...595

/OK3568_Linux_fs/kernel/drivers/of/unittest-data/
H A Dtests-overlay.dtsi15 status = "okay";
21 status = "disabled";
27 status = "disabled";
33 status = "okay";
39 status = "disabled";
45 status = "okay";
51 status = "disabled";
57 status = "disabled";
63 status = "disabled";
69 status = "disabled";
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c37 s32 status; in ixgbe_out_i2c_byte_ack() local
39 status = ixgbe_clock_out_i2c_byte(hw, byte); in ixgbe_out_i2c_byte_ack()
40 if (status) in ixgbe_out_i2c_byte_ack()
41 return status; in ixgbe_out_i2c_byte_ack()
54 s32 status; in ixgbe_in_i2c_byte_ack() local
56 status = ixgbe_clock_in_i2c_byte(hw, byte); in ixgbe_in_i2c_byte_ack()
57 if (status) in ixgbe_in_i2c_byte_ack()
58 return status; in ixgbe_in_i2c_byte_ack()
266 u32 status = IXGBE_ERR_PHY_ADDR_INVALID; in ixgbe_identify_phy_generic() local
290 status = 0; in ixgbe_identify_phy_generic()
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3588-nvr-demo-v10-cam-4x.dtsi41 status = "okay";
45 status = "okay";
49 status = "okay";
81 status = "okay";
113 status = "okay";
145 status = "okay";
177 status = "okay";
183 status = "okay";
208 status = "okay";
230 status = "okay";
[all …]
H A Drk3328-evb-android.dtsi141 status = "okay";
150 status = "okay";
155 status = "okay";
160 status = "okay";
168 status = "okay";
173 status = "okay";
188 status = "okay";
204 status = "disabled";
214 status = "okay";
218 status = "okay";
[all …]
H A Drk3588-evb6-lp4.dtsi129 status = "okay";
133 status = "okay";
137 status = "okay";
141 status = "okay";
145 status = "okay";
149 status = "okay";
156 status = "okay";
160 status = "okay";
168 status = "okay";
172 status = "disabled";
[all …]
H A Drk3588-evb2-lp4.dtsi13 status = "okay";
30 status = "okay";
181 status = "okay";
191 status = "okay";
197 status = "okay";
201 status = "okay";
205 status = "okay";
209 status = "okay";
215 status = "okay";
219 status = "okay";
[all …]
H A Drk3588-vehicle-s66-v10.dtsi68 status = "okay";
72 status = "okay";
76 status = "okay";
95 status = "okay";
99 status = "okay";
124 status = "okay";
137 status = "disabled";
141 status = "disabled";
146 status = "okay";
151 status = "disabled";
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Daspeed-ast2500-evb.dts38 status = "okay";
40 status = "okay";
49 status = "okay";
51 status = "okay";
59 status = "okay";
63 status = "okay";
67 status = "okay";
74 status = "okay";
81 status = "okay";
91 status = "okay";
[all …]
H A Dimx6q-phytec-mira-rdk-emmc.dts23 status = "okay";
27 status = "okay";
31 status = "okay";
35 status = "okay";
39 status = "okay";
43 status = "okay";
47 status = "okay";
51 status = "okay";
55 status = "okay";
59 status = "okay";
[all …]
H A Dimx6q-phytec-mira-rdk-nand.dts23 status = "okay";
27 status = "okay";
31 status = "okay";
35 status = "okay";
39 status = "okay";
43 status = "okay";
47 status = "okay";
51 status = "okay";
55 status = "okay";
59 status = "okay";
[all …]
H A Dimx6qp-phytec-mira-rdk-nand.dts23 status = "okay";
27 status = "okay";
31 status = "okay";
35 status = "okay";
39 status = "okay";
43 status = "okay";
47 status = "okay";
51 status = "okay";
55 status = "okay";
59 status = "okay";
[all …]
H A Daspeed-bmc-arm-centriq2400-rep.dts52 status = "okay";
54 status = "okay";
62 status = "okay";
66 status = "okay";
79 status = "okay";
87 status = "okay";
91 status = "okay";
98 status = "okay";
102 status = "okay";
123 status = "okay";
[all …]
H A Drv1106-uvc.dtsi39 status = "okay";
43 status = "okay";
54 status = "okay";
58 status = "okay";
62 status = "okay";
66 status = "okay";
70 status = "okay";
74 status = "okay";
78 status = "okay";
82 status = "okay";
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/socionext/
H A Duniphier-pxs3-ref.dts51 status = "okay";
55 status = "okay";
59 status = "okay";
63 status = "okay";
67 status = "okay";
79 status = "okay";
83 status = "okay";
87 status = "okay";
91 status = "okay";
95 status = "okay";
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/
H A Dhalmac_common_88xx.c285 enum halmac_ret_status status; in dl_drv_rsvd_page_88xx() local
301 status = dl_rsvd_page_88xx(adapter, pg_addr, buf, size); in dl_drv_rsvd_page_88xx()
303 if (status != HALMAC_RET_SUCCESS) { in dl_drv_rsvd_page_88xx()
305 return status; in dl_drv_rsvd_page_88xx()
323 enum halmac_ret_status status = HALMAC_RET_SUCCESS; in dl_rsvd_page_88xx() local
350 status = HALMAC_RET_DL_RSVD_PAGE_FAIL; in dl_rsvd_page_88xx()
360 status = HALMAC_RET_POLLING_BCN_VALID_FAIL; in dl_rsvd_page_88xx()
372 return status; in dl_rsvd_page_88xx()
502 enum halmac_ret_status status = HALMAC_RET_SUCCESS; in set_hw_value_88xx() local
516 status = set_usb_mode_88xx(adapter, in set_hw_value_88xx()
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/dptf/
H A Ddptf_pch_fivr.c13 u64 status; member
23 acpi_status status; in pch_fivr_read() local
26 status = acpi_evaluate_object(handle, method, NULL, &buffer); in pch_fivr_read()
27 if (ACPI_FAILURE(status)) in pch_fivr_read()
34 status = acpi_extract_package(obj, &format, &resp); in pch_fivr_read()
35 if (ACPI_FAILURE(status)) in pch_fivr_read()
38 if (fivr_resp->status) in pch_fivr_read()
63 int status;\
65 status = pch_fivr_read(acpi_dev->handle, #method, &fivr_resp);\
66 if (status)\
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Drk3568-u-boot.dtsi34 status = "okay";
39 status = "okay";
44 status = "okay";
49 status = "okay";
61 status = "okay";
66 status = "okay";
71 status = "okay";
76 status = "okay";
81 status = "okay";
86 status = "okay";
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/qlge/
H A Dqlge_main.c212 int status = 0; in ql_write_cfg() local
228 status = ql_sem_spinlock(qdev, SEM_ICB_MASK); in ql_write_cfg()
229 if (status) in ql_write_cfg()
232 status = ql_wait_cfg(qdev, bit); in ql_write_cfg()
233 if (status) { in ql_write_cfg()
249 status = ql_wait_cfg(qdev, bit); in ql_write_cfg()
254 return status; in ql_write_cfg()
262 int status; in ql_get_mac_addr_reg() local
267 status = ql_wait_reg_rdy(qdev, MAC_ADDR_IDX, MAC_ADDR_MW, 0); in ql_get_mac_addr_reg()
268 if (status) in ql_get_mac_addr_reg()
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dexutils.c53 acpi_status status; in acpi_ex_enter_interpreter() local
57 status = acpi_ut_acquire_mutex(ACPI_MTX_INTERPRETER); in acpi_ex_enter_interpreter()
58 if (ACPI_FAILURE(status)) { in acpi_ex_enter_interpreter()
62 status = acpi_ut_acquire_mutex(ACPI_MTX_NAMESPACE); in acpi_ex_enter_interpreter()
63 if (ACPI_FAILURE(status)) { in acpi_ex_enter_interpreter()
95 acpi_status status; in acpi_ex_exit_interpreter() local
99 status = acpi_ut_release_mutex(ACPI_MTX_NAMESPACE); in acpi_ex_exit_interpreter()
100 if (ACPI_FAILURE(status)) { in acpi_ex_exit_interpreter()
103 status = acpi_ut_release_mutex(ACPI_MTX_INTERPRETER); in acpi_ex_exit_interpreter()
104 if (ACPI_FAILURE(status)) { in acpi_ex_exit_interpreter()
[all …]
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dacer-wmi.c744 acpi_status status; in wmab_execute() local
748 status = wmi_evaluate_method(AMW0_GUID1, 0, 1, &input, result); in wmab_execute()
750 return status; in wmab_execute()
867 acpi_status status = AE_OK; in AMW0_find_mailled() local
874 status = wmab_execute(&args, &out); in AMW0_find_mailled()
875 if (ACPI_FAILURE(status)) in AMW0_find_mailled()
876 return status; in AMW0_find_mailled()
919 acpi_status status; in AMW0_set_capabilities() local
940 status = wmab_execute(&args, &out); in AMW0_set_capabilities()
941 if (ACPI_FAILURE(status)) in AMW0_set_capabilities()
[all …]
H A Dlg-laptop.c88 acpi_status status; in ggov() local
97 status = acpi_get_handle(NULL, (acpi_string) SB_GGOV_METHOD, &handle); in ggov()
98 if (ACPI_FAILURE(status)) { in ggov()
106 status = acpi_evaluate_object(handle, NULL, &arg, &buffer); in ggov()
107 if (ACPI_FAILURE(status)) { in ggov()
127 acpi_status status; in lg_wmab() local
139 status = acpi_get_handle(NULL, (acpi_string) WMAB_METHOD, &handle); in lg_wmab()
140 if (ACPI_FAILURE(status)) { in lg_wmab()
148 status = acpi_evaluate_object(handle, NULL, &arg, &buffer); in lg_wmab()
149 if (ACPI_FAILURE(status)) { in lg_wmab()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/
H A Dxmit.c422 struct ieee80211_rx_status status; in b43legacy_rx() local
436 memset(&status, 0, sizeof(status)); in b43legacy_rx()
515 status.flag |= RX_FLAG_DECRYPTED; in b43legacy_rx()
519 status.signal = b43legacy_rssi_postprocess(dev, jssi, in b43legacy_rx()
525 status.rate_idx = b43legacy_plcp_get_bitrate_idx_ofdm(plcp, false); in b43legacy_rx()
527 status.rate_idx = b43legacy_plcp_get_bitrate_idx_cck(plcp); in b43legacy_rx()
528 status.antenna = !!(phystat0 & B43legacy_RX_PHYST0_ANT); in b43legacy_rx()
541 b43legacy_tsf_read(dev, &status.mactime); in b43legacy_rx()
542 low_mactime_now = status.mactime; in b43legacy_rx()
543 status.mactime = status.mactime & ~0xFFFFULL; in b43legacy_rx()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dstorage.py15 (status, output) = cls.target.run('mkdir -p %s' % cls.mount_point)
16 (status, output) = cls.target.run('mount %s %s' % (cls.device, cls.mount_point))
17 msg = ('Mount failed: %s.' % status)
20 (status, output) = cls.target.run('cat /proc/mounts')
26 (status, output) = cls.target.run('mkdir -p %s' % cls.test_dir)
28 (status, output) = cls.target.run('rm -f %s/*' % cls.test_dir)
35 (status, output) = cls.target.run('touch %s/%s' % (cls.test_dir, cls.test_file))
37 cls.assertFalse(status, msg = msg)
39 (status, output) = cls.target.run('mv %s/%s %s/%s1' %
42 cls.assertFalse(status, msg = msg)
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/halmac_8822b/
H A Dhalmac_sdio_8822b.c175 enum halmac_ret_status status = HALMAC_RET_SUCCESS; in tx_allowed_sdio_8822b() local
190 status = chk_rqd_page_num_8822b(adapter, buf, &rqd_pg_num, &cur_fs, in tx_allowed_sdio_8822b()
192 if (status != HALMAC_RET_SUCCESS) in tx_allowed_sdio_8822b()
193 return status; in tx_allowed_sdio_8822b()
202 status = chk_oqt_8822b(adapter, tx_agg_num, buf, in tx_allowed_sdio_8822b()
204 if (status != HALMAC_RET_SUCCESS) { in tx_allowed_sdio_8822b()
206 return status; in tx_allowed_sdio_8822b()
244 enum halmac_ret_status status = HALMAC_RET_SUCCESS; in reg_r8_sdio_8822b() local
249 status = cnv_to_sdio_bus_offset_88xx(adapter, &offset); in reg_r8_sdio_8822b()
250 if (status != HALMAC_RET_SUCCESS) { in reg_r8_sdio_8822b()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/aacraid/
H A Dcomminit.c42 u32 status = 0; in aac_is_msix_mode() local
45 status = src_readl(dev, MUnit.OMR); in aac_is_msix_mode()
46 return (status & AAC_INT_MODE_MSIX); in aac_is_msix_mode()
317 int status = 0; in aac_send_shutdown() local
320 return status; in aac_send_shutdown()
339 status = aac_fib_send(ContainerCommand, in aac_send_shutdown()
346 if (status >= 0) in aac_send_shutdown()
349 if (status != -ERESTARTSYS) in aac_send_shutdown()
354 return status; in aac_send_shutdown()
512 u32 status[5]; in aac_init_adapter() local
[all …]

1...<<11121314151617181920>>...595