/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
H A D | tee-dev.c | 348 u32 *status) in psp_tee_process_cmd() 355 if (!buf || !status || !len || len > sizeof(resp->buf)) in psp_tee_process_cmd() 358 *status = 0; in psp_tee_process_cmd() 379 *status = resp->status; in psp_tee_process_cmd() 347 psp_tee_process_cmd(enum tee_cmd_id cmd_id, void *buf, size_t len, u32 *status) psp_tee_process_cmd() argument
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | highbank_mc_edac.c | 57 u32 status, err_addr; in highbank_mc_err_handler() local 59 /* Read the interrupt status register */ in highbank_mc_err_handler() 60 status = readl(drvdata->mc_int_base + HB_DDR_ECC_INT_STATUS); in highbank_mc_err_handler() 62 if (status & HB_DDR_ECC_INT_STAT_UE) { in highbank_mc_err_handler() 70 if (status & HB_DDR_ECC_INT_STAT_CE) { in highbank_mc_err_handler() 82 writel(status, drvdata->mc_int_base + HB_DDR_ECC_INT_ACK); in highbank_mc_err_handler()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_wqe.h | 220 #define HINIC_GET_RX_NUM_LRO(status) \ 221 RQ_CQE_STATUS_GET(status, NUM_LRO) 362 struct hinic_status status; member 370 struct hinic_status status; member 414 u32 status; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/ |
H A D | vf.c | 74 * the status register's data which is often stale and inaccurate. 79 s32 status; in e1000_get_link_up_info_vf() local 81 status = er32(STATUS); in e1000_get_link_up_info_vf() 82 if (status & E1000_STATUS_SPEED_1000) in e1000_get_link_up_info_vf() 84 else if (status & E1000_STATUS_SPEED_100) in e1000_get_link_up_info_vf() 89 if (status & E1000_STATUS_FD) in e1000_get_link_up_info_vf() 398 /* if link status is down no point in checking to see if PF is up */ in e1000_check_for_link_vf() 410 /* msg is not CTS and is NACK we must have lost CTS status */ in e1000_check_for_link_vf()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
H A D | enic_pp.c | 324 int err, status = ERR_SUCCESS; in enic_process_get_pp_request() local 331 vnic_dev_enable2_done, &status); in enic_process_get_pp_request() 336 vnic_dev_deinit_done, &status); in enic_process_get_pp_request() 344 status = err; in enic_process_get_pp_request() 346 switch (status) { in enic_process_get_pp_request()
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-pko.h | 570 * Get the status counters for a port. 574 * @status: Where to put the results. 577 cvmx_pko_port_status_t *status) in cvmx_pko_get_port_status() 588 status->packets = pko_mem_count0.s.count; in cvmx_pko_get_port_status() 595 status->octets = pko_mem_count1.s.count; in cvmx_pko_get_port_status() 606 status->doorbell = debug9.cn38xx.doorbell; in cvmx_pko_get_port_status() 612 status->doorbell = debug8.cn50xx.doorbell; in cvmx_pko_get_port_status() 576 cvmx_pko_get_port_status(uint64_t port_num, uint64_t clear, cvmx_pko_port_status_t *status) cvmx_pko_get_port_status() argument
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | processor.c | 109 ulong status; in processor_probe() local 117 status = pdc_pat_cell_module(&bytecnt, dev->pcell_loc, in processor_probe() 120 BUG_ON(PDC_OK != status); in processor_probe() 131 status = pdc_pat_cpu_get_number(&cpu_info, dev->hpa.start); in processor_probe() 132 BUG_ON(PDC_OK != status); in processor_probe() 349 ** store status register to stack (hopefully aligned) in init_per_cpu()
|
/kernel/linux/linux-6.6/arch/riscv/kernel/probes/ |
H A D | kprobes.c | 139 kcb->prev_kprobe.status = kcb->kprobe_status; in save_previous_kprobe() 145 kcb->kprobe_status = kcb->prev_kprobe.status; in restore_previous_kprobe() 164 kcb->saved_status = regs->status; in kprobes_save_local_irqflag() 165 regs->status &= ~SR_SPIE; in kprobes_save_local_irqflag() 171 regs->status = kcb->saved_status; in kprobes_restore_local_irqflag()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | ec100.c | 163 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-5.10/drivers/media/cec/platform/stm32/ |
H A D | stm32-cec.c | 26 #define CEC_ISR 0x0010 /* Interrupt and status Register */ 90 static void stm32_tx_done(struct stm32_cec *cec, u32 status) in stm32_tx_done() argument 92 if (status & (TXERR | TXUDR)) { in stm32_tx_done() 98 if (status & ARBLST) { in stm32_tx_done() 104 if (status & TXACKE) { in stm32_tx_done() 125 static void stm32_rx_done(struct stm32_cec *cec, u32 status) in stm32_rx_done() argument
|
/kernel/linux/linux-5.10/drivers/irqchip/ |
H A D | irq-ixp4xx.c | 112 unsigned long status; in ixp4xx_handle_irq() local 115 status = __raw_readl(ixi->irqbase + IXP4XX_ICIP); in ixp4xx_handle_irq() 116 for_each_set_bit(i, &status, 32) in ixp4xx_handle_irq() 120 * IXP465/IXP435 has an upper IRQ status register in ixp4xx_handle_irq() 123 status = __raw_readl(ixi->irqbase + IXP4XX_ICIP2); in ixp4xx_handle_irq() 124 for_each_set_bit(i, &status, 32) in ixp4xx_handle_irq()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | sis_i2c.c | 176 u8 status = data[SIS_CONTACT_STATUS_OFFSET]; in sis_ts_report_contact() local 181 if (status != SIS_STATUS_DOWN && status != SIS_STATUS_UP) { in sis_ts_report_contact() 182 dev_err(&ts->client->dev, "Unexpected touch status: %#02x\n", in sis_ts_report_contact() 193 status == SIS_STATUS_DOWN); in sis_ts_report_contact() 195 if (status == SIS_STATUS_DOWN) { in sis_ts_report_contact()
|
/kernel/linux/linux-5.10/drivers/misc/mei/ |
H A D | hw.h | 159 * @MEI_HBMS_SUCCESS : status success 186 * used by hbm_client_connect_response.status 434 u8 status; member 457 * sent by the host to report client addition status to fw 461 * @status: if HBMS_SUCCESS then the client can now accept connections. 467 u8 status; member 503 * @status: status of the request 509 u8 status; member 545 * @status 560 u8 status; global() member 622 u8 status; global() member [all...] |
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-designware-slave.c | 85 dev->status = STATUS_IDLE; in i2c_dw_reg_slave() 111 * The unmasked raw version of interrupt status bits is available in i2c_dw_read_clear_intrbits_slave() 176 if (dev->status != STATUS_WRITE_IN_PROGRESS) { in i2c_dw_irq_handler_slave() 177 dev->status = STATUS_WRITE_IN_PROGRESS; in i2c_dw_irq_handler_slave() 193 dev->status = STATUS_READ_IN_PROGRESS; in i2c_dw_irq_handler_slave() 208 dev->status = STATUS_IDLE; in i2c_dw_irq_handler_slave()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bfi.h | 209 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-5.10/drivers/staging/wfx/ |
H A D | hif_rx.c | 23 // All confirm messages start with status in hif_generic_confirm() 24 int status = le32_to_cpup((__le32 *)buf); in hif_generic_confirm() local 46 status = -EIO; in hif_generic_confirm() 48 wdev->hif_cmd.ret = status; in hif_generic_confirm() 51 return status; in hif_generic_confirm() 80 if (body->status || body->firmware_type > 4) { in hif_startup_indication() 275 "rollback status" },
|
/kernel/linux/linux-5.10/drivers/usb/mon/ |
H A D | mon_main.c | 135 static void mon_bus_complete(struct mon_bus *mbus, struct urb *urb, int status) in mon_bus_complete() argument 145 r->rnf_complete(r->r_data, urb, status); in mon_bus_complete() 150 static void mon_complete(struct usb_bus *ubus, struct urb *urb, int status) in mon_complete() argument 156 mon_bus_complete(mbus, urb, status); in mon_complete() 157 mon_bus_complete(&mon_bus0, urb, status); in mon_complete() 160 /* int (*unlink_urb) (struct urb *urb, int status); */
|
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
H A D | dbgp.c | 96 int status = req->status; in dbgp_complete() local 103 if (status != 0) { in dbgp_complete() 125 "complete: failure (%d:%d) ==> %d\n", stp, err, status); in dbgp_complete() 334 req->status, req->actual, req->length); in dbgp_setup_complete()
|
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
H A D | vudc_tx.c | 35 rpdu->u.ret_unlink.status = unlink->status; in setup_ret_unlink_pdu() 244 void v_enqueue_ret_unlink(struct vudc *udc, __u32 seqnum, __u32 status) in v_enqueue_ret_unlink() argument 262 unlink->status = status; in v_enqueue_ret_unlink()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fbcvt.c | 58 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()
|
/kernel/linux/linux-5.10/drivers/usb/misc/ |
H A D | appledisplay.c | 81 int status = urb->status; in appledisplay_complete() local 84 switch (status) { in appledisplay_complete() 97 dev_dbg(dev, "%s - urb shuttingdown with status: %d\n", in appledisplay_complete() 98 __func__, status); in appledisplay_complete() 101 dev_dbg(dev, "%s - nonzero urb status received: %d\n", in appledisplay_complete() 102 __func__, status); in appledisplay_complete()
|
/kernel/linux/linux-5.10/sound/pci/oxygen/ |
H A D | oxygen_io.c | 90 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 D | pxa2xx-ac97-lib.c | 278 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 D | mop500_ab8500.c | 87 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 D | xdr.c | 154 *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()
|