Home
last modified time | relevance | path

Searched refs:status (Results 9276 - 9300 of 22606) sorted by relevance

1...<<371372373374375376377378379380>>...905

/kernel/linux/linux-5.10/sound/pci/oxygen/
H A Doxygen_io.c90 u8 status = 0; in oxygen_ac97_wait() local
93 * Reading the status register also clears the bits, so we have to save in oxygen_ac97_wait()
94 * the read bits in status. in oxygen_ac97_wait()
97 ({ status |= oxygen_read8(chip, OXYGEN_AC97_INTERRUPT_STATUS); in oxygen_ac97_wait()
98 status & mask; }), in oxygen_ac97_wait()
104 status |= oxygen_read8(chip, OXYGEN_AC97_INTERRUPT_STATUS); in oxygen_ac97_wait()
105 return status & mask ? 0 : -EIO; in oxygen_ac97_wait()
/kernel/linux/linux-5.10/sound/arm/
H A Dpxa2xx-ac97-lib.c278 long status; in pxa2xx_ac97_irq() local
280 status = GSR; in pxa2xx_ac97_irq()
281 if (status) { in pxa2xx_ac97_irq()
282 GSR = status; in pxa2xx_ac97_irq()
283 gsr_bits |= status; in pxa2xx_ac97_irq()
/kernel/linux/linux-5.10/sound/soc/ux500/
H A Dmop500_ab8500.c87 int status; in mop500_ab8500_set_mclk() local
113 status = clk_set_parent(drvdata->clk_ptr_intclk, clk_ptr); in mop500_ab8500_set_mclk()
114 if (status) in mop500_ab8500_set_mclk()
117 __func__, get_mclk_str(drvdata->mclk_sel), status); in mop500_ab8500_set_mclk()
123 return status; in mop500_ab8500_set_mclk()
/kernel/linux/linux-5.10/fs/lockd/
H A Dxdr.c154 *p++ = resp->status; in nlm_encode_testres()
156 if (resp->status == nlm_lck_denied) { in nlm_encode_testres()
289 *p++ = resp->status; in nlmsvc_encode_shareres()
301 *p++ = resp->status; in nlmsvc_encode_res()
338 resp->status = *p++; in nlmsvc_decode_res()
/kernel/linux/linux-5.10/drivers/w1/slaves/
H A Dw1_ds2438.c132 u8 status; in w1_ds2438_change_config_bit() local
149 status = w1_read_8(sl->master); in w1_ds2438_change_config_bit()
155 if ((status & mask) == value) in w1_ds2438_change_config_bit()
159 status ^= mask; in w1_ds2438_change_config_bit()
172 w1_buf[2] = status; in w1_ds2438_change_config_bit()
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_nfct.c16 * Current status:
119 IP_VS_DBG_BUF(7, "%s: Updating conntrack ct=%p, status=0x%lX, " in ip_vs_update_conntrack()
121 __func__, ct, ct->status, ctinfo, in ip_vs_update_conntrack()
123 IP_VS_DBG_BUF(7, "%s: Updating conntrack ct=%p, status=0x%lX, " in ip_vs_update_conntrack()
125 __func__, ct, ct->status, ctinfo, in ip_vs_update_conntrack()
164 IP_VS_DBG_BUF(7, "%s: for ct=%p, status=0x%lX found inout cp=" in ip_vs_nfct_expect_callback()
166 __func__, ct, ct->status, ARG_CONN(cp)); in ip_vs_nfct_expect_callback()
180 IP_VS_DBG_BUF(7, "%s: for ct=%p, status=0x%lX found outin cp=" in ip_vs_nfct_expect_callback()
182 __func__, ct, ct->status, ARG_CONN(cp)); in ip_vs_nfct_expect_callback()
192 IP_VS_DBG_BUF(7, "%s: ct=%p, status in ip_vs_nfct_expect_callback()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_vbif.c31 bool status; in _dpu_vbif_wait_for_xin_halt() local
41 status = vbif->ops.get_halt_ctrl(vbif, xin_id); in _dpu_vbif_wait_for_xin_halt()
42 if (status) in _dpu_vbif_wait_for_xin_halt()
45 status = vbif->ops.get_halt_ctrl(vbif, xin_id); in _dpu_vbif_wait_for_xin_halt()
51 if (!status) { in _dpu_vbif_wait_for_xin_halt()
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H A Dgp8psk.c135 err("did not find the bcm4500 firmware file '%s' (status %d). You can use <kernel_dir>/scripts/get_dvb_firmware to get the firmware", in gp8psk_load_bcm4500fw()
185 u8 status = 0, buf; in gp8psk_power_ctrl() local
189 gp8psk_usb_in_op(d, GET_8PSK_CONFIG,0,0,&status,1); in gp8psk_power_ctrl()
190 if (! (status & bm8pskStarted)) { /* started */ in gp8psk_power_ctrl()
199 if (! (status & bm8pskFW_Loaded)) /* BCM4500 firmware loaded */ in gp8psk_power_ctrl()
203 if (! (status & bmIntersilOn)) /* LNB Power */ in gp8psk_power_ctrl()
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dpciehp_core.c100 static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 status) in set_attention_status() argument
105 if (status) in set_attention_status()
106 status <<= PCI_EXP_SLTCTL_ATTN_IND_SHIFT; in set_attention_status()
108 status = PCI_EXP_SLTCTL_ATTN_IND_OFF; in set_attention_status()
111 pciehp_set_indicators(ctrl, INDICATOR_NOOP, status); in set_attention_status()
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H A Dcw1200_spi.c363 int status; in cw1200_spi_probe() local
408 status = cw1200_spi_irq_subscribe(self); in cw1200_spi_probe()
410 status = cw1200_core_probe(&cw1200_spi_hwbus_ops, in cw1200_spi_probe()
417 if (status) { in cw1200_spi_probe()
422 return status; in cw1200_spi_probe()
H A Dcw1200_sdio.c274 int status; in cw1200_sdio_probe() local
297 status = cw1200_sdio_irq_subscribe(self); in cw1200_sdio_probe()
299 status = cw1200_core_probe(&cw1200_sdio_hwbus_ops, in cw1200_sdio_probe()
305 if (status) { in cw1200_sdio_probe()
314 return status; in cw1200_sdio_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/udl/
H A Dudl_main.c137 if (urb->status) { in udl_urb_completion()
138 if (!(urb->status == -ENOENT || in udl_urb_completion()
139 urb->status == -ECONNRESET || in udl_urb_completion()
140 urb->status == -ESHUTDOWN)) { in udl_urb_completion()
141 DRM_ERROR("%s - nonzero write bulk status received: %d\n", in udl_urb_completion()
142 __func__, urb->status); in udl_urb_completion()
/kernel/linux/linux-6.6/drivers/mfd/
H A Dmt6358-irq.c143 unsigned int irq_status, sta_reg, status; in mt6358_irq_sp_handler() local
155 "Failed to read IRQ status, ret=%d\n", ret); in mt6358_irq_sp_handler()
162 status = irq_status; in mt6358_irq_sp_handler()
164 j = __ffs(status); in mt6358_irq_sp_handler()
173 status &= ~BIT(j); in mt6358_irq_sp_handler()
174 } while (status); in mt6358_irq_sp_handler()
192 "Failed to read status from the device, ret=%d\n", ret); in mt6358_irq_handler()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dec100.c163 static int ec100_read_status(struct dvb_frontend *fe, enum fe_status *status) in ec100_read_status() argument
168 *status = 0; in ec100_read_status()
176 *status |= FE_HAS_SIGNAL | FE_HAS_CARRIER | FE_HAS_VITERBI | in ec100_read_status()
185 *status |= FE_HAS_SIGNAL; in ec100_read_status()
188 *status |= FE_HAS_CARRIER | FE_HAS_VITERBI; in ec100_read_status()
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H A Dgp8psk.c135 err("did not find the bcm4500 firmware file '%s' (status %d). You can use <kernel_dir>/scripts/get_dvb_firmware to get the firmware", in gp8psk_load_bcm4500fw()
185 u8 status = 0, buf; in gp8psk_power_ctrl() local
189 gp8psk_usb_in_op(d, GET_8PSK_CONFIG,0,0,&status,1); in gp8psk_power_ctrl()
190 if (! (status & bm8pskStarted)) { /* started */ in gp8psk_power_ctrl()
199 if (! (status & bm8pskFW_Loaded)) /* BCM4500 firmware loaded */ in gp8psk_power_ctrl()
203 if (! (status & bmIntersilOn)) /* LNB Power */ in gp8psk_power_ctrl()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/pds_core/
H A Ddev.c87 return ioread8(&pdsc->cmd_regs->comp.status); in pdsc_devcmd_status()
136 int status; in pdsc_devcmd_wait() local
166 status = pdsc_devcmd_status(pdsc); in pdsc_devcmd_wait()
167 err = pdsc_err_to_errno(status); in pdsc_devcmd_wait()
169 dev_err(dev, "DEVCMD %d %s failed, status=%d err %d %pe\n", in pdsc_devcmd_wait()
170 opcode, pdsc_devcmd_str(opcode), status, err, in pdsc_devcmd_wait()
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
H A Dbfi.h209 u8 status; /*!< cfg reply status */ member
343 u8 status; /*!< enable/disable status */ member
524 u32 status; member
535 u32 status; member
547 u32 status; member
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_wqe.h220 #define HINIC_GET_RX_NUM_LRO(status) \
221 RQ_CQE_STATUS_GET(status, NUM_LRO)
337 struct hinic_status status; member
345 struct hinic_status status; member
389 u32 status; member
/kernel/linux/linux-6.6/drivers/ata/
H A Dpata_ns87415.c61 u8 status; in ns87415_set_mode() local
83 pci_read_config_byte(dev, 0x43, &status); in ns87415_set_mode()
84 while (status & 0x03) { in ns87415_set_mode()
86 pci_read_config_byte(dev, 0x43, &status); in ns87415_set_mode()
243 * Return the status of the channel working around the
267 tf->status = ns87560_check_status(ap); in ns87560_tf_read()
291 * Return the DMA status of the channel working around the
/kernel/linux/linux-6.6/fs/lockd/
H A Dxdr4.c127 if (!svcxdr_encode_stats(xdr, resp->status)) in svcxdr_encode_testrply()
129 switch (resp->status) { in svcxdr_encode_testrply()
233 if (!svcxdr_decode_stats(xdr, &resp->status)) in nlm4svc_decode_res()
332 svcxdr_encode_stats(xdr, resp->status); in nlm4svc_encode_res()
342 if (!svcxdr_encode_stats(xdr, resp->status)) in nlm4svc_encode_shareres()
H A Dxdr.c132 if (!svcxdr_encode_stats(xdr, resp->status)) in svcxdr_encode_testrply()
134 switch (resp->status) { in svcxdr_encode_testrply()
238 if (!svcxdr_decode_stats(xdr, &resp->status)) in nlmsvc_decode_res()
337 svcxdr_encode_stats(xdr, resp->status); in nlmsvc_encode_res()
347 if (!svcxdr_encode_stats(xdr, resp->status)) in nlmsvc_encode_shareres()
/kernel/linux/linux-6.6/fs/efivarfs/
H A Dsuper.c34 efi_status_t status; in efivarfs_statfs() local
39 status = efivar_query_variable_info(attr, &storage_space, in efivarfs_statfs()
42 if (status != EFI_SUCCESS && status != EFI_UNSUPPORTED) in efivarfs_statfs()
44 status); in efivarfs_statfs()
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dwatchdog_core.c296 set_bit(WDOG_STOP_ON_REBOOT, &wdd->status); in __watchdog_register_device()
298 clear_bit(WDOG_STOP_ON_REBOOT, &wdd->status); in __watchdog_register_device()
301 if (test_bit(WDOG_STOP_ON_REBOOT, &wdd->status)) { in __watchdog_register_device()
327 if (test_bit(WDOG_NO_PING_ON_SUSPEND, &wdd->status)) { in __watchdog_register_device()
381 if (test_bit(WDOG_STOP_ON_REBOOT, &wdd->status)) in __watchdog_unregister_device()
/kernel/linux/linux-6.6/drivers/xen/
H A Dpci.c90 acpi_status status; in xen_add_device() local
95 status = acpi_evaluate_integer(handle, "_PXM", in xen_add_device()
97 if (ACPI_SUCCESS(status)) { in xen_add_device()
102 status = acpi_get_parent(handle, &handle); in xen_add_device()
103 } while (ACPI_SUCCESS(status)); in xen_add_device()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbcvt.c58 u32 status; member
208 cvt->status = 1; in fb_cvt_aspect_ratio()
232 if (cvt->status) { in fb_cvt_print_name()
324 cvt.status = 1; in fb_find_mode_cvt()
338 cvt.status = 1; in fb_find_mode_cvt()

Completed in 25 milliseconds

1...<<371372373374375376377378379380>>...905