| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-g12b-a311d-khadas-vim3-android.dts | 43 status = "okay"; 49 status = "okay";
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-vehicle-evb-v10.dts | 38 status = "okay"; 47 status = "okay";
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/rdma/ |
| H A D | ib_user_mad.h | 75 __u32 status; member 119 __u32 status; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
| H A D | 0001-Nodejs-Fixed-pipes-DeprecationWarning.patch | 28 write('config.status', '#!/bin/sh\nset -x\nexec ./configure ' + 31 os.chmod('config.status', 0o775)
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | stm32mp153.dtsi | 36 status = "disabled"; 49 status = "disabled";
|
| H A D | kirkwood-dns325.dts | 52 status = "okay"; 60 status = "okay";
|
| H A D | r8a7743-sk-rzg1m.dts | 60 status = "okay"; 69 status = "okay";
|
| H A D | rv1126-evb-v12.dtsi | 52 status = "disabled"; 56 status = "disabled";
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | processor_32.h | 58 long status; member 71 long status; /* software status information */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/rdma/ |
| H A D | ib_user_mad.h | 75 __u32 status; member 119 __u32 status; member
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/spi/ |
| H A D | paragon.c | 71 u8 status) in pn26g0xa_ecc_get_status() argument 73 switch (status & PN26G0XA_STATUS_ECC_BITMASK) { in pn26g0xa_ecc_get_status()
|
| /OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/ |
| H A D | prism2mgmt.h | 71 void prism2sta_ev_txexc(struct wlandevice *wlandev, u16 status); 72 void prism2sta_ev_tx(struct wlandevice *wlandev, u16 status);
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/reset/ |
| H A D | lantiq,reset.txt | 17 - Offset of the reset status register 21 second cell takes the status bit.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/rdma/ |
| H A D | ib_user_mad.h | 75 __u32 status; member 119 __u32 status; member
|
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | mmc_ops.h | 29 int __mmc_send_status(struct mmc_card *card, u32 *status, unsigned int retries); 30 int mmc_send_status(struct mmc_card *card, u32 *status);
|
| /OK3568_Linux_fs/u-boot/drivers/timer/ |
| H A D | altera_timer.c | 25 u32 status; /* Timer status reg */ member 59 writel(0, ®s->status); in altera_timer_probe()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-power-twl4030 | 10 power source and battery status. 31 power source and battery status.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
| H A D | 0001-dash-Specify-format-string-in-fmtstr.patch | 21 @@ -426,7 +426,7 @@ sprint_status(char *s, int status, int sigonly) 28 if (WCOREDUMP(status)) {
|
| /OK3568_Linux_fs/u-boot/arch/mips/dts/ |
| H A D | qca953x.dtsi | 69 status = "disabled"; 78 status = "disabled";
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | vub300.c | 155 struct sd_status_header status; member 448 if (urb->status) in irqpoll_res_completed() 449 vub300->usb_transport_fail = urb->status; in irqpoll_res_completed() 456 if (urb->status) { in irqpoll_out_completed() 457 vub300->usb_transport_fail = urb->status; in irqpoll_out_completed() 605 vub300->system_port_status = vub300->resp.status; in __vub300_irqpoll_response() 794 if (urb->status) { in command_res_completed() 823 if (urb->status) { in command_out_completed() 1421 retval = vub300->urb->status; in vub300_usb_bulk_msg() 1458 if (vub300->sg_request.status < 0) { in __command_read_data() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/dma/xilinx/ |
| H A D | xilinx_dma.c | 259 u32 status; member 282 u32 status; member 306 u32 status; member 966 residue += (cdma_hw->control - cdma_hw->status) & in xilinx_dma_get_residue() 974 residue += (axidma_hw->control - axidma_hw->status) & in xilinx_dma_get_residue() 983 (aximcdma_hw->control - aximcdma_hw->status) & in xilinx_dma_get_residue() 1755 u32 status, ser_offset, chan_sermask, chan_offset = 0, chan_id; in xilinx_mcdma_irq_handler() local 1775 status = dma_ctrl_read(chan, XILINX_MCDMA_CHAN_SR_OFFSET(chan->tdest)); in xilinx_mcdma_irq_handler() 1776 if (!(status & XILINX_MCDMA_IRQ_ALL_MASK)) in xilinx_mcdma_irq_handler() 1780 status & XILINX_MCDMA_IRQ_ALL_MASK); in xilinx_mcdma_irq_handler() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/fwserial/ |
| H A D | fwserial.c | 294 unsigned int status) in fwtty_update_port_status() argument 300 status &= ~MCTRL_MASK; in fwtty_update_port_status() 301 delta = (port->mstatus ^ status) & ~MCTRL_MASK; in fwtty_update_port_status() 302 delta &= ~(status & TIOCM_RNG); in fwtty_update_port_status() 303 port->mstatus = status; in fwtty_update_port_status() 314 fwtty_dbg(port, "status: %x delta: %x\n", status, delta); in fwtty_update_port_status() 319 if (status & TIOCM_CAR) in fwtty_update_port_status() 331 if (status & TIOCM_CTS) { in fwtty_update_port_status() 339 if (~status & TIOCM_CTS) in fwtty_update_port_status() 349 if (~status & OOB_TX_THROTTLE) { in fwtty_update_port_status() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | libahci.c | 1296 pp->cmd_slot[tag].status = 0; in ahci_fill_cmd_slot() 1306 u8 status = readl(port_mmio + PORT_TFDATA) & 0xFF; in ahci_kick_engine() local 1318 busy = status & (ATA_BUSY | ATA_DRQ); in ahci_kick_engine() 1471 u8 status = readl(port_mmio + PORT_TFDATA) & 0xFF; in ahci_check_ready() local 1473 return ata_check_ready(status); in ahci_check_ready() 1491 u8 status = readl(port_mmio + PORT_TFDATA) & 0xFF; in ahci_bad_pmp_check_ready() local 1501 return ata_check_ready(status); in ahci_bad_pmp_check_ready() 1808 void __iomem *port_mmio, u32 status) in ahci_handle_port_interrupt() argument 1819 status &= ~PORT_IRQ_BAD_PMP; in ahci_handle_port_interrupt() 1822 status &= ~PORT_IRQ_PHYRDY; in ahci_handle_port_interrupt() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci.c | 93 halted = readl(&xhci->op_regs->status) & STS_HALT; in xhci_quiesce() 116 ret = xhci_handshake(&xhci->op_regs->status, in xhci_halt() 145 ret = xhci_handshake(&xhci->op_regs->status, in xhci_start() 171 state = readl(&xhci->op_regs->status); in xhci_reset() 211 ret = xhci_handshake(&xhci->op_regs->status, STS_CNR, 0, timeout_us); in xhci_reset() 255 val = readl(&xhci->op_regs->status); in xhci_zero_64b_regs() 257 writel(val, &xhci->op_regs->status); in xhci_zero_64b_regs() 283 err = xhci_handshake(&xhci->op_regs->status, in xhci_zero_64b_regs() 751 temp = readl(&xhci->op_regs->status); in xhci_stop() 752 writel((temp & ~0x1fff) | STS_EINT, &xhci->op_regs->status); in xhci_stop() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_main.c | 312 if (hw->mng_cookie.status & in e1000_update_mng_vlan() 1379 if ((hw->mng_cookie.status & in e1000_open() 1456 if ((hw->mng_cookie.status & in e1000_close() 3923 eop_desc->upper.fields.status); in e1000_clean_tx_irq() 3946 u16 status = (u16)status_err; in e1000_rx_checksum() local 3955 if (unlikely(status & E1000_RXD_STAT_IXSM)) in e1000_rx_checksum() 3964 if (!(status & E1000_RXD_STAT_TCPCS)) in e1000_rx_checksum() 3968 if (likely(status & E1000_RXD_STAT_TCPCS)) { in e1000_rx_checksum() 3997 static void e1000_receive_skb(struct e1000_adapter *adapter, u8 status, in e1000_receive_skb() argument 4002 if (status & E1000_RXD_STAT_VP) { in e1000_receive_skb() [all …]
|