/kernel/linux/linux-6.6/drivers/firmware/ |
H A D | arm_sdei.c | 1045 acpi_status status; in sdei_present_acpi() local 1051 status = acpi_get_table(ACPI_SIG_SDEI, 0, &sdei_table_header); in sdei_present_acpi() 1052 if (ACPI_FAILURE(status) && status != AE_NOT_FOUND) { in sdei_present_acpi() 1053 const char *msg = acpi_format_exception(status); in sdei_present_acpi() 1057 if (ACPI_FAILURE(status)) in sdei_present_acpi()
|
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | spu.c | 1108 * spum_status_process() - Process the status from a SPU response message. 1111 * 0 - if status is good and response should be processed 1112 * !0 - status indicates an error and response is invalid 1116 u32 status; in spum_status_process() local 1118 status = __be32_to_cpu(*(__be32 *)statp); in spum_status_process() 1119 flow_log("SPU response STATUS %#08x\n", status); in spum_status_process() 1120 if (status & SPU_STATUS_ERROR_FLAG) { in spum_status_process() 1122 __func__, status); in spum_status_process() 1123 if (status & SPU_STATUS_INVALID_ICV) in spum_status_process() 1209 * Return: length of status fiel [all...] |
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | fsl_raid.c | 57 * per job ring interrupt handler checks the status register for errors, 205 u32 irqstate, status; in fsl_re_isr() local 219 status = in_be32(&re_chan->jrregs->jr_status); in fsl_re_isr() 220 dev_err(re_chan->dev, "chan error irqstate: %x, status: %x\n", in fsl_re_isr() 221 irqstate, status); in fsl_re_isr() 631 u32 status; in fsl_re_chan_probe() local 725 status = in_be32(&chan->jrregs->jr_config_1) & FSL_RE_REG_LIODN_MASK; in fsl_re_chan_probe() 729 FSL_RE_CFG1_CBSI | FSL_RE_CFG1_CBS0 | status); in fsl_re_chan_probe()
|
/kernel/linux/linux-6.6/drivers/dma/qcom/ |
H A D | hidma_ll.c | 159 tre->status = 0; in hidma_ll_request() 427 u32 status; in hidma_ll_inthandler() local 431 status = readl_relaxed(lldev->evca + HIDMA_EVCA_IRQ_STAT_REG); in hidma_ll_inthandler() 433 cause = status & enable; in hidma_ll_inthandler() 442 status = readl_relaxed(lldev->evca + HIDMA_EVCA_IRQ_STAT_REG); in hidma_ll_inthandler() 444 cause = status & enable; in hidma_ll_inthandler()
|
/kernel/linux/linux-6.6/drivers/dma/sh/ |
H A D | shdma-base.c | 815 enum dma_status status; in shdma_tx_status() local 822 status = dma_cookie_status(chan, cookie, txstate); in shdma_tx_status() 828 if (status != DMA_COMPLETE) { in shdma_tx_status() 830 status = DMA_ERROR; in shdma_tx_status() 833 status = DMA_IN_PROGRESS; in shdma_tx_status() 840 return status; in shdma_tx_status()
|
/kernel/linux/linux-6.6/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 42 u32 status; in starfive_hash_wait_busy() local 44 return readl_relaxed_poll_timeout(cryp->base + STARFIVE_HASH_SHACSR, status, in starfive_hash_wait_busy() 45 !(status & STARFIVE_HASH_BUSY), 10, 100000); in starfive_hash_wait_busy() 51 u32 status; in starfive_hash_wait_key_done() local 53 return readl_relaxed_poll_timeout(cryp->base + STARFIVE_HASH_SHACSR, status, in starfive_hash_wait_key_done() 54 (status & STARFIVE_HASH_KEY_DONE), 10, 100000); in starfive_hash_wait_key_done()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | iwcm.c | 513 int status; in iw_cm_map() local 535 status = iwpm_add_and_query_mapping(&pm_msg, in iw_cm_map() 538 status = iwpm_add_mapping(&pm_msg, RDMA_NL_IWCM); in iw_cm_map() 540 if (!status) { in iw_cm_map() 774 * event with a bad status. in cm_conn_req_handler() 776 BUG_ON(iw_event->status); in cm_conn_req_handler() 895 if (iw_event->status == 0) { in cm_conn_rep_handler()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_pci.c | 310 u32 status = prestera_fw_read(fw, PRESTERA_FW_STATUS_REG); in prestera_fw_evt_ctl_status_set() local 312 u32p_replace_bits(&status, val, PRESTERA_FW_EVT_CTL_STATUS_MASK); in prestera_fw_evt_ctl_status_set() 314 prestera_fw_write(fw, PRESTERA_FW_STATUS_REG, status); in prestera_fw_evt_ctl_status_set() 613 u32 status; in prestera_ldr_fw_send() local 644 status = prestera_ldr_read(fw, PRESTERA_LDR_STATUS_REG); in prestera_ldr_fw_send() 646 switch (status) { in prestera_ldr_fw_send()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | dp83867.c | 360 int status = phy_read(phydev, MII_DP83867_PHYSTS); in dp83867_read_status() local 367 if (status < 0) in dp83867_read_status() 368 return status; in dp83867_read_status() 370 if (status & DP83867_PHYSTS_DUPLEX) in dp83867_read_status() 375 if (status & DP83867_PHYSTS_1000) in dp83867_read_status() 377 else if (status & DP83867_PHYSTS_100) in dp83867_read_status() 977 * correct link status, speed and duplex info. in dp83867_link_change_notify()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/ |
H A D | if_usb.c | 80 * if_usb_write_bulk_callback - callback function to handle the status 91 if (urb->status == 0) { in if_usb_write_bulk_callback() 94 lbs_deb_usb2(&urb->dev->dev, "URB status is successful\n"); in if_usb_write_bulk_callback() 104 /* print the failure status number for debug */ in if_usb_write_bulk_callback() 105 pr_info("URB in failure status: %d\n", urb->status); in if_usb_write_bulk_callback() 499 if (urb->status) { in if_usb_receive_fwload() 501 "URB status is failed during fw load\n"); in if_usb_receive_fwload() 668 if (urb->status) { in if_usb_receive() 670 urb->status); in if_usb_receive() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas_tf/ |
H A D | if_usb.c | 51 * if_usb_write_bulk_callback - call back to handle URB status 57 if (urb->status != 0) { in if_usb_write_bulk_callback() 58 /* print the failure status number for debug */ in if_usb_write_bulk_callback() 59 pr_info("URB in failure status: %d\n", urb->status); in if_usb_write_bulk_callback() 61 lbtf_deb_usb2(&urb->dev->dev, "URB status is successful\n"); in if_usb_write_bulk_callback() 470 if (urb->status) { in if_usb_receive_fwload() 472 "URB status is failed during fw load\n"); in if_usb_receive_fwload() 639 if (urb->status) { in if_usb_receive() 641 urb->status); in if_usb_receive() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | sta_event.c | 115 * - Set media status to disconnected 275 "status=0x%x, reason=0x%x cur_chan=%d\n", in mwifiex_parse_tdls_event() 276 tdls_evt->u.switch_result.status, in mwifiex_parse_tdls_event() 281 if (tdls_evt->u.switch_result.status != 0) { in mwifiex_parse_tdls_event() 370 int status; in mwifiex_process_sta_tx_pause() local 387 status = mwifiex_get_tdls_link_status(priv, tp->peermac); in mwifiex_process_sta_tx_pause() 388 if (mwifiex_is_tdls_link_setup(status)) { in mwifiex_process_sta_tx_pause() 425 adapter->usb_mc_status = le16_to_cpu(chan_info->status); in mwifiex_process_multi_chan_event() 869 mwifiex_dbg(adapter, EVENT, "event: WMM status changed\n"); in mwifiex_process_sta_event()
|
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pcie-xilinx-nwl.c | 51 /* Rxed msg fifo - Interrupt status registers */ 69 /* Misc interrupt status mask bits */ 102 /* Legacy interrupt status mask bits */ 110 /* MSI interrupt status mask bits */ 124 /* E_ECAM status mask bits */ 310 /* Clear misc interrupt status */ in nwl_pcie_misc_handler() 320 unsigned long status; in nwl_pcie_leg_handler() local 326 while ((status = nwl_bridge_readl(pcie, MSGF_LEG_STATUS) & in nwl_pcie_leg_handler() 328 for_each_set_bit(bit, &status, PCI_NUM_INTX) in nwl_pcie_leg_handler() 338 unsigned long status; in nwl_pcie_handle_msi_irq() local [all...] |
/kernel/linux/linux-6.6/drivers/phy/qualcomm/ |
H A D | phy-qcom-qmp-pcie-msm8996.c | 343 void __iomem *status; in qmp_pcie_msm8996_serdes_init() local 353 status = serdes + cfg->regs[QPHY_COM_PCS_READY_STATUS]; in qmp_pcie_msm8996_serdes_init() 354 ret = readl_poll_timeout(status, val, (val & PCS_READY), 200, in qmp_pcie_msm8996_serdes_init() 470 void __iomem *status; in qmp_pcie_msm8996_power_on() local 510 status = pcs + cfg->regs[QPHY_PCS_STATUS]; in qmp_pcie_msm8996_power_on() 511 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200, in qmp_pcie_msm8996_power_on()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_client_modeset.c | 227 enable = connector->status == connector_status_connected; in drm_connector_enabled() 229 enable = connector->status != connector_status_disconnected; in drm_connector_enabled() 391 connectors[i]->status == connector_status_connected) in drm_client_target_preferred() 521 if (connector->status == connector_status_connected) in drm_client_pick_crtcs() 605 connectors[i]->status == connector_status_connected) in drm_client_firmware_config() 623 if (connector->status == connector_status_connected) in drm_client_firmware_config()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/ |
H A D | sti_gdp.c | 474 gdp->plane.status = STI_PLANE_DISABLED; in sti_gdp_disable() 494 if (gdp->plane.status == STI_PLANE_FLUSHING) { in sti_gdp_field_cb() 741 plane->status = STI_PLANE_UPDATED; in sti_gdp_atomic_update() 868 plane->status = STI_PLANE_UPDATED; in sti_gdp_atomic_update() 889 plane->status = STI_PLANE_DISABLING; in sti_gdp_atomic_disable() 934 gdp->plane.status = STI_PLANE_DISABLED; in sti_gdp_create()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-cadence.c | 170 * @err_status: Error status in Interrupt Status Register 171 * @xfer_done: Transfer complete status 345 /* Fetch the interrupt status */ in cdns_i2c_slave_isr() 406 irqreturn_t status = IRQ_NONE; in cdns_i2c_master_isr() local 415 status = IRQ_HANDLED; in cdns_i2c_master_isr() 495 status = IRQ_HANDLED; in cdns_i2c_master_isr() 529 status = IRQ_HANDLED; in cdns_i2c_master_isr() 532 /* Update the status for errors */ in cdns_i2c_master_isr() 535 status = IRQ_HANDLED; in cdns_i2c_master_isr() 540 return status; in cdns_i2c_master_isr() [all...] |
/kernel/linux/linux-6.6/drivers/iio/light/ |
H A D | rpr0521.c | 183 /* device active status */ 293 static int rpr0521_als_enable(struct rpr0521_data *data, u8 status) in rpr0521_als_enable() argument 299 status); in rpr0521_als_enable() 303 if (status & RPR0521_MODE_ALS_MASK) in rpr0521_als_enable() 311 static int rpr0521_pxs_enable(struct rpr0521_data *data, u8 status) in rpr0521_pxs_enable() argument 317 status); in rpr0521_pxs_enable() 321 if (status & RPR0521_MODE_PXS_MASK) in rpr0521_pxs_enable() 330 * rpr0521_set_power_state - handles runtime PM state and sensors enabled status
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | iqs5xx.c | 639 struct iqs5xx_status status; in iqs5xx_irq() local 653 &status, sizeof(status)); in iqs5xx_irq() 657 if (status.sys_info[0] & IQS5XX_SHOW_RESET) { in iqs5xx_irq() 670 for (i = 0; i < ARRAY_SIZE(status.touch_data); i++) { in iqs5xx_irq() 671 struct iqs5xx_touch_data *touch_data = &status.touch_data[i]; in iqs5xx_irq()
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | ati_remote2.c | 428 switch (urb->status) { in ati_remote2_complete_mouse() 438 "%s(): urb status = %d\n", __func__, urb->status); in ati_remote2_complete_mouse() 443 "%s(): urb status = %d\n", __func__, urb->status); in ati_remote2_complete_mouse() 457 switch (urb->status) { in ati_remote2_complete_key() 467 "%s(): urb status = %d\n", __func__, urb->status); in ati_remote2_complete_key() 472 "%s(): urb status = %d\n", __func__, urb->status); in ati_remote2_complete_key() [all...] |
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | bcm5974.c | 705 switch (urb->status) { in bcm5974_irq_button() 713 urb->status); in bcm5974_irq_button() 716 dev_dbg(&intf->dev, "button urb status: %d\n", urb->status); in bcm5974_irq_button() 736 switch (urb->status) { in bcm5974_irq_trackpad() 744 urb->status); in bcm5974_irq_trackpad() 747 dev_dbg(&intf->dev, "trackpad urb status: %d\n", urb->status); in bcm5974_irq_trackpad()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-zoned-target.c | 75 static inline void dmz_bio_endio(struct bio *bio, blk_status_t status) in dmz_bio_endio() argument 80 if (status != BLK_STS_OK && bio->bi_status == BLK_STS_OK) in dmz_bio_endio() 81 bio->bi_status = status; in dmz_bio_endio() 106 blk_status_t status = clone->bi_status; in dmz_clone_endio() local 109 dmz_bio_endio(bioctx->bio, status); in dmz_clone_endio() 1153 .status = dmz_status,
|
/kernel/linux/linux-6.6/scripts/genksyms/ |
H A D | genksyms.c | 191 enum symbol_status status = STATUS_UNCHANGED; in __add_symbol() local 254 status = is_unknown_symbol(sym) ? in __add_symbol() 289 sym->status = status; in __add_symbol() 658 if (sym->status != STATUS_UNCHANGED) { in export_symbol() 668 if (sym->status == STATUS_DEFINED) in export_symbol()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | 88pm860x-codec.c | 1206 int status, shrt, report = 0, mic_report = 0; in pm860x_component_handler() local 1209 status = pm860x_reg_read(pm860x->i2c, REG_STATUS_1); in pm860x_component_handler() 1215 if (status & (HEADSET_STATUS | MIC_STATUS | SHORT_HS1 | SHORT_HS2 | in pm860x_component_handler() 1221 && (status & HEADSET_STATUS)) in pm860x_component_handler() 1225 && (status & MIC_STATUS)) in pm860x_component_handler() 1231 if (pm860x->det.hook_det && (status & HOOK_STATUS)) in pm860x_component_handler() 1276 /* sync status */ in pm860x_hs_jack_detect() 1294 /* sync status */ in pm860x_mic_jack_detect()
|
/kernel/linux/linux-6.6/tools/virtio/ |
H A D | vringh_test.c | 174 int status, err, rlen = 0; in parallel_test() local 285 wait(&status); in parallel_test() 286 if (!WIFEXITED(status)) in parallel_test() 287 errx(1, "Child died with signal %i?", WTERMSIG(status)); in parallel_test() 288 if (WEXITSTATUS(status) != 0) in parallel_test() 289 errx(1, "Child exited %i?", WEXITSTATUS(status)); in parallel_test()
|