| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rv1106-thunder-boot.dtsi | 77 status = "okay"; 89 status = "disabled"; 94 status = "okay";
|
| H A D | emev2-kzm9d.dts | 97 status = "okay"; 101 status = "okay"; 114 status = "okay";
|
| H A D | exynos4412-odroidx.dts | 64 status = "okay"; 91 status = "okay"; 95 status = "okay";
|
| H A D | pxa25x.dtsi | 24 status = "okay"; 44 status = "okay"; 88 status = "okay";
|
| H A D | tegra20-tec.dts | 12 status = "okay"; 37 status = "okay"; 40 status = "okay";
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rpm/files/ |
| H A D | 0001-tools-Add-error.h-for-non-glibc-case.patch | 56 +static inline void error(int status, int errnum, const char* format, ...) 67 + if (status) 68 + exit(status);
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | test_overhead_user.c | 111 int status; in run_perf_test() local 113 assert(waitpid(pid[i], &status, 0) == pid[i]); in run_perf_test() 114 assert(status == 0); in run_perf_test()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | acpi_adxl.c | 142 acpi_status status; in adxl_init() local 145 status = acpi_get_handle(NULL, path, &handle); in adxl_init() 146 if (ACPI_FAILURE(status)) { in adxl_init()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ddbridge/ |
| H A D | ddbridge-mci.h | 99 #define MCI_SUCCESS(status) ((status & MCI_STATUS_UNSUPPORTED) == 0) argument 174 u8 status; member
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/src/ |
| H A D | usbip_network.h | 31 uint32_t status; /* op_code status (for reply) */ member 170 int usbip_net_send_op_common(int sockfd, uint32_t code, uint32_t status); 171 int usbip_net_recv_op_common(int sockfd, uint16_t *code, int *status);
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/ |
| H A D | internal.h | 102 m1->status != m2->status || in mce_cmp() 173 u32 (*status) (int bank); member
|
| /OK3568_Linux_fs/u-boot/board/ti/omap5_uevm/ |
| H A D | evm.c | 124 u32 status; in usb_gadget_handle_interrupts() local 126 status = dwc3_omap_uboot_interrupt_status(index); in usb_gadget_handle_interrupts() 127 if (status) in usb_gadget_handle_interrupts()
|
| /OK3568_Linux_fs/kernel/drivers/char/ipmi/ |
| H A D | ipmi_si_pci.c | 34 unsigned char status; in ipmi_pci_probe_regspacing() local 50 status = io->inputb(io, 1); in ipmi_pci_probe_regspacing() 52 if (status) in ipmi_pci_probe_regspacing()
|
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | cyapa.c | 166 u8 status[BL_STATUS_SIZE]; in cyapa_get_state() local 183 status); in cyapa_get_state() 193 CYAPA_CMD_BL_STATUS, status); in cyapa_get_state() 204 cyapa->status[REG_OP_STATUS] = status[REG_OP_STATUS]; in cyapa_get_state() 205 cyapa->status[REG_BL_STATUS] = status[REG_BL_STATUS]; in cyapa_get_state() 206 cyapa->status[REG_BL_ERROR] = status[REG_BL_ERROR]; in cyapa_get_state() 211 status, BL_STATUS_SIZE); in cyapa_get_state() 219 status, BL_STATUS_SIZE); in cyapa_get_state() 228 status, BL_STATUS_SIZE); in cyapa_get_state() 247 BL_STATUS_SIZE, status); in cyapa_get_state()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ohci-q.c | 41 finish_urb(struct ohci_hcd *ohci, struct urb *urb, int status) in finish_urb() argument 54 if (likely(status == -EINPROGRESS)) in finish_urb() 55 status = 0; in finish_urb() 75 usb_hcd_giveback_urb(ohci_to_hcd(ohci), urb, status); in finish_urb() 95 status = 0; in finish_urb() 760 int status = -EINPROGRESS; in td_done() local 775 return status; in td_done() 787 urb->iso_frame_desc [td->index].status = cc_to_error [cc]; in td_done() 809 status = cc_to_error[cc]; in td_done() 828 return status; in td_done() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/ |
| H A D | dp_tx.c | 344 memset(&info->status, 0, sizeof(info->status)); in ath11k_dp_tx_htt_tx_complete_buf() 349 info->status.ack_signal = ATH11K_DEFAULT_NOISE_FLOOR + in ath11k_dp_tx_htt_tx_complete_buf() 351 info->status.is_valid_ack_signal = true; in ath11k_dp_tx_htt_tx_complete_buf() 408 if (ts->status != HAL_WBM_TQM_REL_REASON_FRAME_ACKED) { in ath11k_dp_tx_cache_peer_stats() 445 memset(&info->status, 0, sizeof(info->status)); in ath11k_dp_tx_complete_msdu() 448 info->status.rates[0].idx = -1; in ath11k_dp_tx_complete_msdu() 450 if (ts->status == HAL_WBM_TQM_REL_REASON_FRAME_ACKED && in ath11k_dp_tx_complete_msdu() 453 info->status.ack_signal = ATH11K_DEFAULT_NOISE_FLOOR + in ath11k_dp_tx_complete_msdu() 455 info->status.is_valid_ack_signal = true; in ath11k_dp_tx_complete_msdu() 458 if (ts->status == HAL_WBM_TQM_REL_REASON_CMD_REMOVE_TX && in ath11k_dp_tx_complete_msdu() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/class/ |
| H A D | cdc-wdm.c | 152 desc->werr = urb->status; in wdm_out_callback() 164 int status = urb->status; in wdm_in_callback() local 170 if (status) { in wdm_in_callback() 171 switch (status) { in wdm_in_callback() 190 "Unexpected error %d\n", status); in wdm_in_callback() 201 if (desc->rerr == 0 && status != -EPIPE) in wdm_in_callback() 202 desc->rerr = status; in wdm_in_callback() 237 int status = urb->status; in wdm_int_callback() local 244 if (status) { in wdm_int_callback() 245 switch (status) { in wdm_int_callback() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_ser_fsm.c | 409 enum rtw_hal_status status = RTW_HAL_STATUS_FAILURE; in ser_pci_l1_pause_trx_st_hdl() local 463 status = rtw_hal_lv1_rcvy(pser->phl_info->hal, RTW_PHL_SER_LV1_SER_RCVY_STEP_2); in ser_pci_l1_pause_trx_st_hdl() 470 if (status != RTW_HAL_STATUS_SUCCESS) { in ser_pci_l1_pause_trx_st_hdl() 566 enum rtw_hal_status status = RTW_HAL_STATUS_FAILURE; in ser_usb_l1_pause_trx_st_hdl() local 623 status = rtw_hal_lv1_rcvy(pser->phl_info->hal, RTW_PHL_SER_LV1_SER_RCVY_STEP_2); in ser_usb_l1_pause_trx_st_hdl() 627 if (status != RTW_HAL_STATUS_SUCCESS) in ser_usb_l1_pause_trx_st_hdl() 697 enum rtw_hal_status status = RTW_HAL_STATUS_FAILURE; in ser_sdio_l1_pause_trx_st_hdl() local 752 status = rtw_hal_lv1_rcvy(pser->phl_info->hal, RTW_PHL_SER_LV1_SER_RCVY_STEP_2); in ser_sdio_l1_pause_trx_st_hdl() 761 if (status != RTW_HAL_STATUS_SUCCESS) { in ser_sdio_l1_pause_trx_st_hdl() 1233 enum rtw_hal_status status; in phl_ser_event_to_fw() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | sunsab.c | 309 union sab82532_irq_status status; in sunsab_interrupt() local 315 status.stat = 0; in sunsab_interrupt() 318 status.sreg.isr0 = readb(&up->regs->r.isr0); in sunsab_interrupt() 320 status.sreg.isr1 = readb(&up->regs->r.isr1); in sunsab_interrupt() 322 if (status.stat) { in sunsab_interrupt() 323 if ((status.sreg.isr0 & (SAB82532_ISR0_TCD | SAB82532_ISR0_TIME | in sunsab_interrupt() 325 (status.sreg.isr1 & SAB82532_ISR1_BRK)) in sunsab_interrupt() 326 port = receive_chars(up, &status); in sunsab_interrupt() 327 if ((status.sreg.isr0 & SAB82532_ISR0_CDSC) || in sunsab_interrupt() 328 (status.sreg.isr1 & SAB82532_ISR1_CSC)) in sunsab_interrupt() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | cx24116.c | 672 static int cx24116_read_status(struct dvb_frontend *fe, enum fe_status *status) in cx24116_read_status() argument 681 *status = 0; in cx24116_read_status() 684 *status |= FE_HAS_SIGNAL; in cx24116_read_status() 686 *status |= FE_HAS_CARRIER; in cx24116_read_status() 688 *status |= FE_HAS_VITERBI; in cx24116_read_status() 690 *status |= FE_HAS_SYNC | FE_HAS_LOCK; in cx24116_read_status() 1208 int i, status, ret, retune = 1; in cx24116_set_frontend() local 1388 status = cx24116_readreg(state, CX24116_REG_SSTATUS) in cx24116_set_frontend() 1390 cx24116_writereg(state, CX24116_REG_SSTATUS, status); in cx24116_set_frontend() 1405 status = tunerstat & (FE_HAS_SIGNAL | FE_HAS_SYNC); in cx24116_set_frontend() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_ser_fsm.c | 409 enum rtw_hal_status status = RTW_HAL_STATUS_FAILURE; in ser_pci_l1_pause_trx_st_hdl() local 463 status = rtw_hal_lv1_rcvy(pser->phl_info->hal, RTW_PHL_SER_LV1_SER_RCVY_STEP_2); in ser_pci_l1_pause_trx_st_hdl() 470 if (status != RTW_HAL_STATUS_SUCCESS) { in ser_pci_l1_pause_trx_st_hdl() 566 enum rtw_hal_status status = RTW_HAL_STATUS_FAILURE; in ser_usb_l1_pause_trx_st_hdl() local 623 status = rtw_hal_lv1_rcvy(pser->phl_info->hal, RTW_PHL_SER_LV1_SER_RCVY_STEP_2); in ser_usb_l1_pause_trx_st_hdl() 627 if (status != RTW_HAL_STATUS_SUCCESS) in ser_usb_l1_pause_trx_st_hdl() 697 enum rtw_hal_status status = RTW_HAL_STATUS_FAILURE; in ser_sdio_l1_pause_trx_st_hdl() local 752 status = rtw_hal_lv1_rcvy(pser->phl_info->hal, RTW_PHL_SER_LV1_SER_RCVY_STEP_2); in ser_sdio_l1_pause_trx_st_hdl() 761 if (status != RTW_HAL_STATUS_SUCCESS) { in ser_sdio_l1_pause_trx_st_hdl() 1233 enum rtw_hal_status status; in phl_ser_event_to_fw() local [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/ppp/ppp/ |
| H A D | init | 34 status) 35 status /usr/sbin/pppd;
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/apmd/apmd/ |
| H A D | init | 36 status) 37 status /usr/sbin/apmd;
|
| /OK3568_Linux_fs/buildroot/package/ejabberd/ |
| H A D | S50ejabberd | 40 status) 41 "$CTL" status
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/verify/ |
| H A D | phl_test_verify_def.h | 37 u8 status; member 45 u8 status; member
|