| /OK3568_Linux_fs/kernel/drivers/crypto/ |
| H A D | atmel-sha204a.c | 22 void *areq, int status) in atmel_sha204a_rng_done() argument 27 if (status) in atmel_sha204a_rng_done() 30 status); in atmel_sha204a_rng_done()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_int.c | 877 enum dbg_status status; in qed_int_attn_print() local 881 status = qed_dbg_read_attn(p_hwfn, p_hwfn->p_dpc_ptt, id, type, in qed_int_attn_print() 883 if (status != DBG_STATUS_OK) in qed_int_attn_print() 886 qed_dbg_get_status_str(status)); in qed_int_attn_print() 1588 if (!(p_block->status & QED_IGU_STATUS_VALID) || in qed_get_igu_free_sb() 1589 !(p_block->status & QED_IGU_STATUS_FREE)) in qed_get_igu_free_sb() 1592 if (!!(p_block->status & QED_IGU_STATUS_PF) == b_is_pf) in qed_get_igu_free_sb() 1608 if (!(p_block->status & QED_IGU_STATUS_VALID) || in qed_get_pf_igu_sb_id() 1660 p_block->status &= ~QED_IGU_STATUS_FREE; in qed_int_sb_init() 1719 p_block->status |= QED_IGU_STATUS_FREE; in qed_int_sb_release() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_ethtool.c | 1157 i40e_status status = 0; in i40e_set_link_ksettings() local 1226 status = i40e_aq_get_phy_capabilities(hw, false, false, &abilities, in i40e_set_link_ksettings() 1228 if (status) { in i40e_set_link_ksettings() 1357 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_link_ksettings() 1358 if (status) { in i40e_set_link_ksettings() 1361 i40e_stat_str(hw, status), in i40e_set_link_ksettings() 1367 status = i40e_update_link_info(hw); in i40e_set_link_ksettings() 1368 if (status) in i40e_set_link_ksettings() 1371 i40e_stat_str(hw, status), in i40e_set_link_ksettings() 1390 i40e_status status = 0; in i40e_set_fec_cfg() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/sprd/ |
| H A D | sp9863a-1h10.dts | 34 status = "okay"; 38 status = "okay";
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | hi3798cv200-u-boot.dtsi | 16 status = "okay"; 21 status = "disabled";
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/tcf-agent/tcf-agent/ |
| H A D | tcf-agent.init | 51 status) 52 status $DAEMON_NAME
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rv1106g-evb1-v10-spi-nor.dts | 17 status = "disabled"; 21 status = "okay";
|
| H A D | rv1109-evb-ddr3-v13-facial-gate.dts | 18 status = "okay"; 22 status = "disabled";
|
| H A D | imx6dl-icore-mipi.dts | 20 status = "okay"; 24 status = "okay";
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399pro.dtsi | 12 status = "okay"; 21 status = "okay";
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | terminal.py | 17 status, output = self.target.run('pidof matchbox-terminal') 21 self.assertEqual(status, 0, msg='Not able to find process that runs terminal.')
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | pm8004.dtsi | 12 status = "disabled"; 20 status = "disabled";
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | qla1280.h | 690 uint8_t status; member 720 uint8_t status; member 745 uint8_t status; member 771 uint8_t status; member 792 uint8_t status; member 815 uint8_t status; member 848 uint8_t status; member 878 uint8_t status; member 908 uint8_t status; member
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | ad7877.c | 202 int status, ret; in ad7877_read() local 222 status = spi_sync(spi, &req->msg); in ad7877_read() 223 ret = status ? : req->sample; in ad7877_read() 233 int status; in ad7877_write() local 247 status = spi_sync(spi, &req->msg); in ad7877_write() 251 return status; in ad7877_write() 258 int status; in ad7877_read_adc() local 309 status = spi_sync(spi, &req->msg); in ad7877_read_adc() 314 return status ? : sample; in ad7877_read_adc()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/ |
| H A D | vsp1_drv.c | 51 u32 status; in vsp1_irq_handler() local 59 status = vsp1_read(vsp1, VI6_WPF_IRQ_STA(i)); in vsp1_irq_handler() 60 vsp1_write(vsp1, VI6_WPF_IRQ_STA(i), ~status & mask); in vsp1_irq_handler() 62 if (status & VI6_WFP_IRQ_STA_DFE) { in vsp1_irq_handler() 486 u32 status; in vsp1_reset_wpf() local 488 status = vsp1_read(vsp1, VI6_STATUS); in vsp1_reset_wpf() 489 if (!(status & VI6_STATUS_SYS_ACT(index))) in vsp1_reset_wpf() 494 status = vsp1_read(vsp1, VI6_STATUS); in vsp1_reset_wpf() 495 if (!(status & VI6_STATUS_SYS_ACT(index))) in vsp1_reset_wpf()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | dm-dust.rst | 14 "dmsetup status" displays "fail_read_on_bad_block"), reads of blocks 71 Check the status of the read behavior ("bypass" indicates that all I/O 75 $ sudo dmsetup status dust1 105 $ sudo dmsetup status dust1 116 $ sudo dmsetup status dust1 268 The status of quiet mode can be seen by running "dmsetup status":: 270 $ sudo dmsetup status dust1 277 $ sudo dmsetup status dust1
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-rockchip.c | 195 int ret, status = 0; in rockchip_rtc_set_time() local 226 ret = regmap_read_poll_timeout(rtc->regmap, RTC_STATUS1, status, in rockchip_rtc_set_time() 227 !(status & RTC_CTRL_REG_START_RTC), in rockchip_rtc_set_time() 252 ret = regmap_read_poll_timeout(rtc->regmap, RTC_STATUS1, status, in rockchip_rtc_set_time() 253 (status & RTC_CTRL_REG_START_RTC), in rockchip_rtc_set_time() 395 int ret, status; in rockchip_rtc_alarm_irq() local 397 ret = regmap_read(rtc->regmap, RTC_STATUS0, &status); in rockchip_rtc_alarm_irq() 403 ret = rockchip_rtc_write(rtc->regmap, RTC_STATUS0, status); in rockchip_rtc_alarm_irq() 408 if (status & ALARM_INT_STATUS) { in rockchip_rtc_alarm_irq()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | tango_nand.c | 132 u32 status; in tango_waitrdy() local 135 status, status & PBUS_IORDY, 20, in tango_waitrdy() 225 u32 status, res; in decode_error_report() local 229 status = readl_relaxed(nfc->reg_base + NFC_XFER_STATUS); in decode_error_report() 230 if (status & PAGE_IS_EMPTY) in decode_error_report() 327 u8 status; in tango_write_page() local 344 err = nand_status_op(chip, &status); in tango_write_page() 348 return (status & NAND_STATUS_FAIL) ? -EIO : 0; in tango_write_page()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-pic32.c | 31 u32 status; member 148 u32 sr = readl(&pic32s->regs->status); in pic32_rx_fifo_level() 155 u32 sr = readl(&pic32s->regs->status); in pic32_tx_fifo_level() 229 pic32s->master->cur_msg->status = -EIO; in pic32_err_stop() 236 u32 status; in pic32_spi_fault_irq() local 238 status = readl(&pic32s->regs->status); in pic32_spi_fault_irq() 241 if (status & (STAT_RX_OV | STAT_TX_UR)) { in pic32_spi_fault_irq() 248 if (status & STAT_FRM_ERR) { in pic32_spi_fault_irq()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/xilinx/ |
| H A D | xilinx-csi2rxss.c | 564 u32 status; in xcsi2rxss_irq_handler() local 566 status = xcsi2rxss_read(state, XCSI_ISR_OFFSET) & XCSI_ISR_ALLINTR_MASK; in xcsi2rxss_irq_handler() 567 xcsi2rxss_write(state, XCSI_ISR_OFFSET, status); in xcsi2rxss_irq_handler() 570 if (status & XCSI_ISR_SPFIFONE) { in xcsi2rxss_irq_handler() 591 if (status & XCSI_ISR_SPFIFOF) in xcsi2rxss_irq_handler() 598 if (status & XCSI_ISR_SLBF) { in xcsi2rxss_irq_handler() 620 if (status & XCSI_ISR_ALLINTR_MASK) { in xcsi2rxss_irq_handler() 624 if (!(status & xcsi2rxss_events[i].mask)) in xcsi2rxss_irq_handler() 632 if (status & XCSI_ISR_VCXFE && state->en_vcx) { in xcsi2rxss_irq_handler()
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | mite.c | 364 unsigned int status; in mite_get_status() local 368 status = readl(mite->mmio + MITE_CHSR(mite_chan->channel)); in mite_get_status() 369 if (status & CHSR_DONE) { in mite_get_status() 375 return status; in mite_get_status() 391 unsigned int status; in mite_ack_linkc() local 393 status = mite_get_status(mite_chan); in mite_ack_linkc() 394 if (status & CHSR_LINKC) { in mite_ack_linkc() 401 if (status & CHSR_XFERR) { in mite_ack_linkc() 403 "mite: transfer error %08x\n", status); in mite_ack_linkc()
|
| /OK3568_Linux_fs/kernel/drivers/usb/mtu3/ |
| H A D | mtu3_gadget.c | 14 struct usb_request *req, int status) in mtu3_req_complete() argument 22 if (req->status == -EINPROGRESS) in mtu3_req_complete() 23 req->status = status; in mtu3_req_complete() 33 mep->name, req, req->status, req->actual, req->length); in mtu3_req_complete() 39 static void nuke(struct mtu3_ep *mep, const int status) in nuke() argument 46 dev_dbg(mep->mtu->dev, "abort %s's req: sts %d\n", mep->name, status); in nuke() 55 mtu3_req_complete(mep, &mreq->request, status); in nuke() 296 mreq->request.status = -EINPROGRESS; in mtu3_gadget_queue()
|
| /OK3568_Linux_fs/external/xserver/dbe/ |
| H A D | dbe.c | 174 int status; in ProcDbeAllocateBackBufferName() local 180 status = dixLookupWindow(&pWin, stuff->window, client, DixManageAccess); in ProcDbeAllocateBackBufferName() 181 if (status != Success) in ProcDbeAllocateBackBufferName() 182 return status; in ProcDbeAllocateBackBufferName() 318 status = (*pDbeScreenPriv->AllocBackBufferName) (pWin, stuff->buffer, in ProcDbeAllocateBackBufferName() 321 if (status == Success) { in ProcDbeAllocateBackBufferName() 328 status = BadAlloc; in ProcDbeAllocateBackBufferName() 348 return status; in ProcDbeAllocateBackBufferName() 353 return status; in ProcDbeAllocateBackBufferName()
|
| /OK3568_Linux_fs/kernel/sound/drivers/ |
| H A D | mts64.c | 303 u8 data, status; in mts64_read() local 307 status = parport_read_status(p); in mts64_read() 311 return (status << 8) | data; in mts64_read() 328 u8 status; in mts64_read_char() local 334 status = parport_read_status(p); in mts64_read_char() 335 if (status & MTS64_STAT_BIT_SET) in mts64_read_char() 816 u8 status, data; in snd_mts64_interrupt() local 822 status = ret >> 8; in snd_mts64_interrupt() 824 if (status & MTS64_STAT_PORT) { in snd_mts64_interrupt()
|
| /OK3568_Linux_fs/kernel/drivers/iommu/amd/ |
| H A D | iommu_v2.c | 31 int status; member 400 u16 tag, int status) in set_pri_tag_status() argument 405 pasid_state->pri[tag].status = status; in set_pri_tag_status() 419 pasid_state->pri[tag].status, tag); in finish_pri_tag() 421 pasid_state->pri[tag].status = PPR_SUCCESS; in finish_pri_tag() 428 int status; in handle_fault_error() local 435 status = fault->dev_state->inv_ppr_cb(fault->dev_state->pdev, in handle_fault_error() 439 switch (status) { in handle_fault_error()
|