| /OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/ |
| H A D | ag71xx.c | 1746 u32 status; in ag71xx_poll() local 1756 status = ag71xx_rr(ag, AG71XX_REG_RX_STATUS); in ag71xx_poll() 1757 if (unlikely(status & RX_STATUS_OF)) { in ag71xx_poll() 1766 if (status & RX_STATUS_PR) in ag71xx_poll() 1769 status = ag71xx_rr(ag, AG71XX_REG_TX_STATUS); in ag71xx_poll() 1770 if (status & TX_STATUS_PS) in ag71xx_poll() 1800 u32 status; in ag71xx_interrupt() local 1803 status = ag71xx_rr(ag, AG71XX_REG_INT_STATUS); in ag71xx_interrupt() 1805 if (unlikely(!status)) in ag71xx_interrupt() 1808 if (unlikely(status & AG71XX_INT_ERR)) { in ag71xx_interrupt() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/hisilicon/ |
| H A D | hip07.dtsi | 1171 status = "disabled"; 1242 status = "disabled"; 1253 status = "disabled"; 1262 status = "disabled"; 1271 status = "disabled"; 1464 status = "disabled"; 1473 status = "disabled"; 1482 status = "disabled"; 1491 status = "disabled"; 1614 status = "disabled"; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/pcie/ |
| H A D | tx.c | 145 test_bit(STATUS_TPOWER_PMI, &trans->status)) { in iwl_pcie_txq_inc_wr_ptr() 890 if (test_bit(STATUS_TRANS_DEAD, &trans->status)) in iwl_pcie_set_cmd_in_flight() 1138 WARN_ONCE(test_bit(STATUS_DEVICE_ENABLED, &trans->status), in iwl_trans_pcie_txq_disable() 1493 if (!test_bit(STATUS_SYNC_HCMD_ACTIVE, &trans->status)) { in iwl_pcie_hcmd_complete() 1498 clear_bit(STATUS_SYNC_HCMD_ACTIVE, &trans->status); in iwl_pcie_hcmd_complete() 1542 &trans->status), in iwl_pcie_send_hcmd_sync() 1553 clear_bit(STATUS_SYNC_HCMD_ACTIVE, &trans->status); in iwl_pcie_send_hcmd_sync() 1562 &trans->status), in iwl_pcie_send_hcmd_sync() 1572 clear_bit(STATUS_SYNC_HCMD_ACTIVE, &trans->status); in iwl_pcie_send_hcmd_sync() 1581 if (test_bit(STATUS_FW_ERROR, &trans->status)) { in iwl_pcie_send_hcmd_sync() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_cmd_ps.c | 249 enum rtw_phl_status status = RTW_PHL_STATUS_FAILURE; in _leave_ps() local 293 status = phl_ps_leave_ps(phl_info, &cfg); in _leave_ps() 295 if (status == RTW_PHL_STATUS_SUCCESS) { in _leave_ps() 314 return status; in _leave_ps() 327 enum rtw_phl_status status = RTW_PHL_STATUS_FAILURE; in _enter_ps() local 364 status = phl_ps_enter_ps(ps->phl_info, &cfg); in _enter_ps() 366 if (status == RTW_PHL_STATUS_SUCCESS) { in _enter_ps() 379 return status; in _enter_ps() 459 enum rtw_phl_status status = RTW_PHL_STATUS_SUCCESS; in _add_pwr_req() local 473 return status; in _add_pwr_req() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i2c/ |
| H A D | tda998x_drv.c | 45 u8 status[5]; member 1049 buf[0] = settings->status[0]; in tda998x_configure_audio() 1050 buf[1] = settings->status[1]; in tda998x_configure_audio() 1051 buf[2] = settings->status[3]; in tda998x_configure_audio() 1052 buf[3] = settings->status[4]; in tda998x_configure_audio() 1075 memcpy(audio.status, params->iec.status, in tda998x_audio_hw_params() 1076 min(sizeof(audio.status), sizeof(params->iec.status))); in tda998x_audio_hw_params() 1770 memcpy(priv->audio.status, p->audio_params.status, in tda998x_set_config() 1771 min(sizeof(priv->audio.status), in tda998x_set_config() 1772 sizeof(p->audio_params.status))); in tda998x_set_config()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_cmd_ps.c | 270 enum rtw_phl_status status = RTW_PHL_STATUS_FAILURE; in _leave_ps() local 316 status = phl_ps_leave_ps(phl_info, &cfg); in _leave_ps() 318 if (status == RTW_PHL_STATUS_SUCCESS) { in _leave_ps() 337 return status; in _leave_ps() 350 enum rtw_phl_status status = RTW_PHL_STATUS_FAILURE; in _enter_ps() local 389 status = phl_ps_enter_ps(ps->phl_info, &cfg); in _enter_ps() 391 if (status == RTW_PHL_STATUS_SUCCESS) { in _enter_ps() 404 return status; in _enter_ps() 484 enum rtw_phl_status status = RTW_PHL_STATUS_SUCCESS; in _add_pwr_req() local 498 return status; in _add_pwr_req() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/ |
| H A D | rk628_bt1120_v4l2.c | 336 u32 hact, vact, htotal, vtotal, fps, status; in rk628_bt1120_get_detected_timings() local 348 status = val; in rk628_bt1120_get_detected_timings() 424 status, hact, vact, htotal, vtotal, fps, bt->pixelclock); in rk628_bt1120_get_detected_timings() 836 u32 width, height, frame_width, frame_height, status; in rk628_hdmirx_phy_setup() local 859 status = val; in rk628_hdmirx_phy_setup() 861 __func__, width, height, frame_width, frame_height, status, cnt); in rk628_hdmirx_phy_setup() 874 } while (((status & 0xfff) != 0xf00) || in rk628_hdmirx_phy_setup() 877 if (((status & 0xfff) != 0xf00) || in rk628_hdmirx_phy_setup() 996 static int rk628_bt1120_isr(struct v4l2_subdev *sd, u32 status, bool *handled) in rk628_bt1120_isr() argument 1108 static int rk628_bt1120_g_input_status(struct v4l2_subdev *sd, u32 *status) in rk628_bt1120_g_input_status() argument [all …]
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrcrtc.c | 1133 .status = RRSetConfigSuccess, in ProcRRGetCrtcInfo() 1248 CARD8 status; in ProcRRSetCrtcConfig() local 1336 status = RRSetConfigFailed; in ProcRRSetCrtcConfig() 1420 status = RRSetConfigFailed; in ProcRRSetCrtcConfig() 1423 status = RRSetConfigSuccess; in ProcRRSetCrtcConfig() 1431 .status = status, in ProcRRSetCrtcConfig() 1473 .status = RRSetConfigSuccess, in ProcRRGetPanning() 1528 CARD8 status; in ProcRRSetPanning() local 1544 status = RRSetConfigFailed; in ProcRRSetPanning() 1571 status = RRSetConfigSuccess; in ProcRRSetPanning() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_iw.c | 116 extern bool wl_iw_conn_status_str(uint32 event_type, uint32 status, 3220 wl_iw_conn_status_str(uint32 event_type, uint32 status, uint32 reason, argument 3278 (row->inStatus == status || row->inStatus == WL_IW_DONT_CARE) && 3289 (void)snprintf(stringBuf, buflen, "%s %s %02d %02d", name, cause, status, reason); 3306 uint32 status = ntoh32(e->status); local 3309 if (wl_iw_conn_status_str(event, status, reason, stringBuf, buflen)) { 3332 uint32 status = ntoh32(e->status); local 3378 if (sizeof(status) + 1 <= sizeof(extra)) { 3379 wrqu.data.length = sizeof(status) + 1; 3381 memcpy(&extra[1], &status, sizeof(status)); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_iw.c | 116 extern bool wl_iw_conn_status_str(uint32 event_type, uint32 status, 3226 wl_iw_conn_status_str(uint32 event_type, uint32 status, uint32 reason, argument 3284 (row->inStatus == status || row->inStatus == WL_IW_DONT_CARE) && 3295 (void)snprintf(stringBuf, buflen, "%s %s %02d %02d", name, cause, status, reason); 3312 uint32 status = ntoh32(e->status); local 3315 if (wl_iw_conn_status_str(event, status, reason, stringBuf, buflen)) { 3338 uint32 status = ntoh32(e->status); local 3384 if (sizeof(status) + 1 <= sizeof(extra)) { 3385 wrqu.data.length = sizeof(status) + 1; 3387 memcpy(&extra[1], &status, sizeof(status)); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_iw.c | 116 extern bool wl_iw_conn_status_str(uint32 event_type, uint32 status, 3226 wl_iw_conn_status_str(uint32 event_type, uint32 status, uint32 reason, argument 3284 (row->inStatus == status || row->inStatus == WL_IW_DONT_CARE) && 3295 (void)snprintf(stringBuf, buflen, "%s %s %02d %02d", name, cause, status, reason); 3312 uint32 status = ntoh32(e->status); local 3315 if (wl_iw_conn_status_str(event, status, reason, stringBuf, buflen)) { 3338 uint32 status = ntoh32(e->status); local 3384 if (sizeof(status) + 1 <= sizeof(extra)) { 3385 wrqu.data.length = sizeof(status) + 1; 3387 memcpy(&extra[1], &status, sizeof(status)); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmsdbus.h | 40 #define SDIOH_API_SUCCESS(status) (status == 0) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcmsdbus.h | 42 #define SDIOH_API_SUCCESS(status) (status == 0) argument
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | bcm4708-buffalo-wzr-1750dhp.dts | 146 status = "okay"; 150 status = "okay";
|
| H A D | at91-wb45n.dtsi | 47 status = "okay"; 51 status = "okay";
|
| H A D | sama5d3xcm.dtsi | 53 status = "okay"; 79 status = "okay";
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/spi/ |
| H A D | winbond.c | 110 u8 status) in w25n02kv_ecc_get_status() argument 114 switch (status & STATUS_ECC_MASK) { in w25n02kv_ecc_get_status()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/exynos/ |
| H A D | exynos7-decon.txt | 56 status = "disabled"; 64 status = "okay";
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/marvell/ |
| H A D | armada-ap810-ap0.dtsi | 111 status = "disabled"; 120 status = "disabled";
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0021-Replace-echo-with-printf-builtin-in-nscd-init-script.patch | 75 - echo $"Usage: $0 {start|stop|status|restart|reload|condrestart}" 76 + printf "Usage: $0 {start|stop|status|restart|reload|condrestart}\n"
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmsdbus.h | 40 #define SDIOH_API_SUCCESS(status) (status == 0) argument
|
| /OK3568_Linux_fs/kernel/drivers/input/serio/ |
| H A D | maceps2.c | 61 if (port->status & PS2_STATUS_TX_EMPTY) { in maceps2_write() 77 if (port->status & PS2_STATUS_RX_FULL) { in maceps2_interrupt()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_timeline_fence_wait.c | 112 if (0 == sync_fence->status) { 114 if (0 < atomic_read(&sync_fence->status)) {
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | rockchip,rk3308-cru.txt | 18 If missing, pll rates are not changeable, due to the missing pll lock status. 59 status = "disabled";
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | mv_xor.h | 161 u32 status; /* descriptor execution status */ member 175 u32 status; /* descriptor execution status */ member
|