| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | rk_spi.c | 444 u32 status = readl(®s->sr); in rockchip_spi_xfer() local 446 if (towrite && !(status & SR_TF_FULL)) { in rockchip_spi_xfer() 451 if (toread && !(status & SR_RF_EMPT)) { in rockchip_spi_xfer()
|
| /OK3568_Linux_fs/kernel/tools/perf/bench/ |
| H A D | inject-buildid.c | 349 int status; in inject_build_id() local 386 wait4(data->pid, &status, 0, &rusage); in inject_build_id() 389 pr_debug(" Child %d exited with %d\n", data->pid, status); in inject_build_id()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/cluster/ |
| H A D | netdebug.c | 115 s64 sock, send, status; in nst_seq_show() local 125 status = ktime_to_us(ktime_sub(now, nst->st_status_time)); in nst_seq_show() 147 (long long)status); in nst_seq_show()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_xmit.h | 222 int status; /* status for operation */ member 245 void rtw_sctx_done_err(struct submit_ctx **sctx, int status); 512 void rtw_ack_tx_done(struct xmit_priv *pxmitpriv, int status);
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | ii_pci20kc.c | 174 unsigned char status; in ii20k_ai_eoc() local 176 status = readb(iobase + II20K_AI_STATUS_REG); in ii20k_ai_eoc() 177 if ((status & II20K_AI_STATUS_INT) == 0) in ii20k_ai_eoc()
|
| H A D | pcl711.c | 240 unsigned int status; in pcl711_ai_eoc() local 242 status = inb(dev->iobase + PCL711_AI_MSB_REG); in pcl711_ai_eoc() 243 if ((status & PCL711_AI_MSB_DRDY) == 0) in pcl711_ai_eoc()
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | security.c | 147 afs_access_t caller_access = scb->status.caller_access; in afs_cache_permit() 315 *_access = vnode->status.anon_access; in afs_check_permit_rcu() 356 *_access = vnode->status.anon_access; in afs_check_permit()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-sh.c | 310 mesg->status = 0; in spi_sh_work() 329 mesg->status = ret; in spi_sh_work() 369 mesg->status = -EINPROGRESS; in spi_sh_transfer()
|
| /OK3568_Linux_fs/kernel/drivers/clk/at91/ |
| H A D | clk-master.c | 51 unsigned int status; in clk_master_ready() local 53 regmap_read(master->regmap, AT91_PMC_SR, &status); in clk_master_ready() 55 return !!(status & bit); in clk_master_ready()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | rk_ircut.c | 252 int status = 0; in set_ircut_status() local 255 ret = sscanf(buf, "%d", &status); in set_ircut_status() 257 ircut_operation(ircut, status); in set_ircut_status()
|
| /OK3568_Linux_fs/kernel/drivers/nfc/nfcmrvl/ |
| H A D | usb.c | 75 urb, urb->status, urb->actual_length); in nfcmrvl_bulk_complete() 80 if (!urb->status) { in nfcmrvl_bulk_complete() 166 urb, urb->status, urb->actual_length); in nfcmrvl_tx_complete()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpni-cmd.h | 174 __le32 status; member 179 __le32 status; member 183 __le32 status; member
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/ |
| H A D | nfs41-server.rst | 41 The following abbreviations indicate the linux server implementation status. 51 | Implementation status | Operation | REQ,REC, OPT or NMI | Feature (REQ, REC or OPT) | … 176 | Implementation status | Operation | REQ,REC, OPT or NMI | Feature (REQ, REC or OPT)…
|
| /OK3568_Linux_fs/kernel/net/rds/ |
| H A D | ib_frmr.c | 327 if (wc->status != IB_WC_SUCCESS) { in rds_ib_mr_cqe_handler() 334 wc->status, in rds_ib_mr_cqe_handler() 335 ib_wc_status_msg(wc->status), in rds_ib_mr_cqe_handler()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | bcdc.c | 30 __le32 status; /* status code returned from the device */ member 208 *fwerr = le32_to_cpu(msg->status); in brcmf_proto_bcdc_query_dcmd() 248 *fwerr = le32_to_cpu(msg->status); in brcmf_proto_bcdc_set_dcmd()
|
| /OK3568_Linux_fs/kernel/drivers/s390/scsi/ |
| H A D | zfcp_aux.c | 489 u32 status, u32 d_id) in zfcp_port_enqueue() argument 541 atomic_or(status | ZFCP_STATUS_COMMON_RUNNING, &port->status); in zfcp_port_enqueue()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | omap3-cm-t3x.dtsi | 184 status = "disabled"; 249 status = "okay"; 260 status = "okay";
|
| H A D | keystone.dtsi | 204 status = "disabled"; 218 status = "disabled"; 308 status = "disabled";
|
| H A D | omap2.dtsi | 313 status = "disabled"; 329 status = "disabled"; 336 status = "disabled";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | dma.txt | 11 status for all the 4 DMA channels 77 status for all the 4 DMA channels 137 i.e. DGSR0 which includes status for channel 1~4, and
|
| /OK3568_Linux_fs/kernel/arch/mips/fw/cfe/ |
| H A D | cfe_api.c | 150 int cfe_exit(int warm, int status) in cfe_exit() argument 159 xiocb.plist.xiocb_exitstat.status = status; in cfe_exit()
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/dts/loongson/ |
| H A D | ls7a-pch.dtsi | 32 status = "disabled"; 42 status = "disabled"; 52 status = "disabled";
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | button.c | 174 acpi_status status; in acpi_lid_evaluate_state() local 176 status = acpi_evaluate_integer(device->handle, "_LID", NULL, &lid_state); in acpi_lid_evaluate_state() 177 if (ACPI_FAILURE(status)) in acpi_lid_evaluate_state()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | unlink.c | 170 int status = -ENOMEM; in nfs_async_unlink() local 185 status = -EBUSY; in nfs_async_unlink() 207 return status; in nfs_async_unlink()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | rt5514-spi.c | 322 int status; in rt5514_spi_burst_read() local 356 status = spi_sync(rt5514_spi, &message); in rt5514_spi_burst_read() 358 if (status) in rt5514_spi_burst_read()
|