| /OK3568_Linux_fs/kernel/drivers/thermal/intel/ |
| H A D | intel_pch_thermal.c | 91 acpi_status status; in pch_wpt_add_acpi_psv_trip() local 93 status = acpi_evaluate_integer(adev->handle, "_PSV", NULL, in pch_wpt_add_acpi_psv_trip() 95 if (ACPI_SUCCESS(status)) { in pch_wpt_add_acpi_psv_trip()
|
| /OK3568_Linux_fs/kernel/drivers/nvmem/ |
| H A D | rk628-efuse.c | 159 u32 out_value, status; in rk628_efuse_read() local 187 status = rk628_read(efuse->regmap, efuse->base + RK628_INT_STATUS); in rk628_efuse_read() 188 if (!(status & RK628_INT_FINISH)) { in rk628_efuse_read()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/soundwire/ |
| H A D | error_handling.rst | 30 2. Command status: Each command is associated with a status, which only 31 covers transmission of the data between devices. The ACK status indicates
|
| /OK3568_Linux_fs/kernel/sound/soc/cirrus/ |
| H A D | ep93xx-ac97.c | 227 unsigned status, mask; in ep93xx_ac97_interrupt() local 234 status = ep93xx_ac97_read_reg(info, AC97GIS); in ep93xx_ac97_interrupt() 236 mask &= ~status; in ep93xx_ac97_interrupt()
|
| /OK3568_Linux_fs/kernel/Documentation/w1/masters/ |
| H A D | ds2490.rst | 56 writes are serialized and the status verifies that the chip is idle 65 even when the status shows data available. A bulk out write would 66 show a successful completion, but the ds2490 status register would
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | omap4-duovero.dtsi | 198 status = "okay"; 211 status = "disabled"; 217 status = "disabled";
|
| H A D | rk3128.dtsi | 55 status = "disabled"; 75 status = "disabled"; 177 status = "okay";
|
| H A D | motorola-cpcap-mapphone.dtsi | 125 label = "status-led:red"; 131 label = "status-led:green"; 137 label = "status-led:blue";
|
| H A D | omap3-gta04.dtsi | 647 status = "disabled"; 664 status = "disabled"; 742 status = "okay"; 754 status = "okay"; 826 status = "okay"; 833 status = "okay"; 839 status = "okay"; 846 status = "okay";
|
| /OK3568_Linux_fs/kernel/sound/firewire/fireface/ |
| H A D | ff-protocol-latter.c | 443 static inline int calculate_message_bytes(u8 status) in calculate_message_bytes() argument 445 switch (status) { in calculate_message_bytes() 469 switch (status & 0xf0) { in calculate_message_bytes()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_flowring.h | 251 uint8 status; member 289 bool status; member 341 uint8 status);
|
| /OK3568_Linux_fs/kernel/fs/orangefs/ |
| H A D | dir.c | 109 } else if (op->downcall.status) { in do_readdir() 111 od->error = op->downcall.status; in do_readdir() 112 return op->downcall.status; in do_readdir()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/google/ |
| H A D | gve.rst | 31 - Bar0 - Device configuration and status registers. 55 querying device status in response to management interrupts. 71 The device will update the status field in each AQ command reported as
|
| /OK3568_Linux_fs/kernel/drivers/clk/at91/ |
| H A D | clk-generated.c | 77 unsigned int status; in clk_generated_is_enabled() local 82 regmap_read(gck->regmap, gck->layout->offset, &status); in clk_generated_is_enabled() 85 return !!(status & AT91_PMC_PCR_GCKEN); in clk_generated_is_enabled()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | sunxi_nand.c | 300 u32 status; in sunxi_nfc_wait_events() local 302 ret = readl_poll_timeout(nfc->regs + NFC_REG_ST, status, in sunxi_nfc_wait_events() 303 (status & events) == events, 1, in sunxi_nfc_wait_events() 317 u32 status; in sunxi_nfc_wait_cmd_fifo_empty() local 320 ret = readl_poll_timeout(nfc->regs + NFC_REG_ST, status, in sunxi_nfc_wait_cmd_fifo_empty() 321 !(status & NFC_CMD_FIFO_STATUS), 1, in sunxi_nfc_wait_cmd_fifo_empty() 761 int step, u32 status, bool *erased) in sunxi_nfc_hw_ecc_correct() argument 769 if (status & NFC_ECC_ERR(step)) in sunxi_nfc_hw_ecc_correct() 772 if (status & NFC_ECC_PAT_FOUND(step)) { in sunxi_nfc_hw_ecc_correct() 914 u32 status; in sunxi_nfc_hw_ecc_read_chunks_dma() local [all …]
|
| /OK3568_Linux_fs/kernel/sound/sparc/ |
| H A D | dbri.c | 132 volatile __u32 status; member 1377 mm->status = 0; in cs4215_init_data() 1552 for (i = 10; ((dbri->mm.status & 0xe4) != 0x20); --i) in cs4215_setctrl() 1557 dbri->mm.status); in cs4215_setctrl() 1673 recv_fixed(dbri, 18, &dbri->mm.status); in cs4215_init() 1785 int status; in transmission_complete_intr() local 1793 status = DBRI_TD_STATUS(dbri->dma->desc[td].word4); in transmission_complete_intr() 1794 if (!(status & DBRI_TD_TBC)) in transmission_complete_intr() 1797 dprintk(D_INT, "TD %d, status 0x%02x\n", td, status); in transmission_complete_intr() 1816 s32 status; in reception_complete_intr() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 681 int status; in hclge_update_stats_for_all() local 685 status = hclge_tqps_update_stats(handle); in hclge_update_stats_for_all() 686 if (status) { in hclge_update_stats_for_all() 689 status); in hclge_update_stats_for_all() 693 status = hclge_mac_update_stats(hdev); in hclge_update_stats_for_all() 694 if (status) in hclge_update_stats_for_all() 696 "Update MAC stats fail, status = %d.\n", status); in hclge_update_stats_for_all() 704 int status; in hclge_update_stats() local 709 status = hclge_mac_update_stats(hdev); in hclge_update_stats() 710 if (status) in hclge_update_stats() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A D | aic79xx_core.c | 162 u_int lun, cam_status status, 190 role_t role, uint32_t status, 234 role_t role, uint32_t status); 2379 u_int status; in ahd_handle_scsiint() local 2390 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint() 2398 if (((status & SCSIRSTI) != 0) && (ahd->flags & AHD_BUS_RESET_ACTIVE)) { in ahd_handle_scsiint() 2441 } else if ((status & SCSIRSTI) != 0) { in ahd_handle_scsiint() 2445 } else if ((status & SCSIPERR) != 0) { in ahd_handle_scsiint() 2457 } else if ((status & SELTO) != 0) { in ahd_handle_scsiint() 2537 } else if ((status & BUSFREE) != 0 in ahd_handle_scsiint() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/msi2500/ |
| H A D | msi2500.c | 370 if (unlikely(urb->status == -ENOENT || in msi2500_isoc_handler() 371 urb->status == -ECONNRESET || in msi2500_isoc_handler() 372 urb->status == -ESHUTDOWN)) { in msi2500_isoc_handler() 374 urb, urb->status == -ENOENT ? "" : "a"); in msi2500_isoc_handler() 378 if (unlikely(urb->status != 0)) { in msi2500_isoc_handler() 379 dev_dbg(dev->dev, "called with status %d\n", urb->status); in msi2500_isoc_handler() 394 fstatus = urb->iso_frame_desc[i].status; in msi2500_isoc_handler() 1159 m->status = ret; in msi2500_transfer_one_message()
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | mdesc.c | 503 unsigned long len, real_len, status; in mdesc_update() local 517 status = sun4v_mach_desc(__pa(&hp->mdesc), len, &real_len); in mdesc_update() 518 if (status != HV_EOK || real_len > len) { in mdesc_update() 520 status); in mdesc_update() 1328 unsigned long len, real_len, status; in sun4v_mdesc_init() local 1340 status = sun4v_mach_desc(__pa(&hp->mdesc), len, &real_len); in sun4v_mdesc_init() 1341 if (status != HV_EOK || real_len > len) { in sun4v_mdesc_init() 1344 status, len, real_len); in sun4v_mdesc_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_cfgvendor.c | 662 mlan_status status = MLAN_STATUS_SUCCESS; in woal_cfg80211_subcmd_get_correlated_time() local 680 status = woal_request_ioctl(priv, req, MOAL_IOCTL_WAIT); in woal_cfg80211_subcmd_get_correlated_time() 681 if (status != MLAN_STATUS_SUCCESS) { in woal_cfg80211_subcmd_get_correlated_time() 707 if (status != MLAN_STATUS_PENDING) in woal_cfg80211_subcmd_get_correlated_time() 1312 int status = MLAN_STATUS_SUCCESS; in woal_cfg80211_subcmd_11k_cfg() local 1351 status = woal_request_ioctl(priv, req, MOAL_IOCTL_WAIT); in woal_cfg80211_subcmd_11k_cfg() 1352 if (status != MLAN_STATUS_SUCCESS) { in woal_cfg80211_subcmd_11k_cfg() 1357 if (status != MLAN_STATUS_PENDING) in woal_cfg80211_subcmd_11k_cfg()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | smpboot.c | 672 u32 status; in __inquire_remote_apic() local 682 status = safe_apic_wait_icr_idle(); in __inquire_remote_apic() 683 if (status) in __inquire_remote_apic() 691 status = apic_read(APIC_ICR) & APIC_ICR_RR_MASK; in __inquire_remote_apic() 692 } while (status == APIC_ICR_RR_INPROG && timeout++ < 1000); in __inquire_remote_apic() 694 switch (status) { in __inquire_remote_apic() 696 status = apic_read(APIC_RRR); in __inquire_remote_apic() 697 pr_cont("%08x\n", status); in __inquire_remote_apic()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | protection_keys.c | 408 int status; in wait_all_children() local 409 return waitpid(-1, &status, 0); in wait_all_children() 1315 int status; in test_ptrace_of_child() local 1336 ret = waitpid(child_pid, &status, WUNTRACED); in test_ptrace_of_child() 1337 if ((ret != child_pid) || !(WIFSTOPPED(status))) { in test_ptrace_of_child() 1339 ret, status); in test_ptrace_of_child() 1343 dprintf2("waitpid status: %d\n", status); in test_ptrace_of_child() 1380 wait(&status); in test_ptrace_of_child()
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | tegra-smmu.c | 1016 const char *status; in tegra_smmu_swgroups_show() local 1022 status = "yes"; in tegra_smmu_swgroups_show() 1024 status = "no"; in tegra_smmu_swgroups_show() 1028 seq_printf(s, "%-9s %-7s %#04x\n", group->name, status, in tegra_smmu_swgroups_show() 1048 const char *status; in tegra_smmu_clients_show() local 1053 status = "yes"; in tegra_smmu_clients_show() 1055 status = "no"; in tegra_smmu_clients_show() 1057 seq_printf(s, "%-12s %s\n", client->name, status); in tegra_smmu_clients_show()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/kirin960/ |
| H A D | dw_drm_dsi.c | 936 u32 status; in dsi_gen_pkt_hdr_write() local 939 ret = readx_poll_timeout(readl, base + CMD_PKT_STATUS, status, in dsi_gen_pkt_hdr_write() 940 !(status & GEN_CMD_FULL), 1000, in dsi_gen_pkt_hdr_write() 949 ret = readx_poll_timeout(readl, base + CMD_PKT_STATUS, status, in dsi_gen_pkt_hdr_write() 950 status & (GEN_CMD_EMPTY | GEN_PLD_W_EMPTY), in dsi_gen_pkt_hdr_write() 982 u32 status; in dsi_dcs_long_write() local 1001 ret = readx_poll_timeout(readl, base + CMD_PKT_STATUS, status, in dsi_dcs_long_write() 1002 !(status & GEN_PLD_W_FULL), 1000, in dsi_dcs_long_write()
|