/Linux-v5.4/drivers/acpi/acpica/ |
D | psobject.c | 440 acpi_status status2; in acpi_ps_complete_op() local 451 status2 = acpi_ps_complete_this_op(walk_state, *op); in acpi_ps_complete_op() 452 if (ACPI_FAILURE(status2)) { in acpi_ps_complete_op() 453 return_ACPI_STATUS(status2); in acpi_ps_complete_op() 487 status2 = acpi_ps_complete_this_op(walk_state, *op); in acpi_ps_complete_op() 488 if (ACPI_FAILURE(status2)) { in acpi_ps_complete_op() 489 return_ACPI_STATUS(status2); in acpi_ps_complete_op() 517 status2 = acpi_ps_complete_this_op(walk_state, *op); in acpi_ps_complete_op() 518 if (ACPI_FAILURE(status2)) { in acpi_ps_complete_op() 519 return_ACPI_STATUS(status2); in acpi_ps_complete_op() [all …]
|
D | dspkginit.c | 384 acpi_status status2; in acpi_ds_resolve_package_element() local 434 status2 = acpi_ns_externalize_name(ACPI_UINT32_MAX, in acpi_ds_resolve_package_element() 441 if (ACPI_SUCCESS(status2)) { in acpi_ds_resolve_package_element()
|
/Linux-v5.4/drivers/power/supply/ |
D | adp5061.c | 158 u8 *status1, u8 *status2) in adp5061_get_status() argument 170 *status2 = buf[1]; in adp5061_get_status() 423 u8 status1, status2; in adp5061_get_chg_type() local 426 ret = adp5061_get_status(st, &status1, &status2); in adp5061_get_chg_type() 442 u8 status1, status2; in adp5061_get_charger_status() local 445 ret = adp5061_get_status(st, &status1, &status2); in adp5061_get_charger_status() 475 u8 status1, status2; in adp5061_get_battery_status() local 478 ret = adp5061_get_status(st, &status1, &status2); in adp5061_get_battery_status() 482 switch (ADP5061_CHG_STATUS_2_BAT_STATUS(status2)) { in adp5061_get_battery_status() 537 u8 status1, status2; in adp5061_get_property() local [all …]
|
/Linux-v5.4/sound/pci/emu10k1/ |
D | irq.c | 21 unsigned int status, status2, orig_status, orig_status2; in snd_emu10k1_interrupt() local 142 while ((status2 = inl(emu->port + IPR2)) != 0) { in snd_emu10k1_interrupt() 148 orig_status2 = status2; in snd_emu10k1_interrupt() 149 if(status2 & mask) { in snd_emu10k1_interrupt() 155 status2, mask, pvoice, in snd_emu10k1_interrupt() 159 if(status2 & 0x110000) { in snd_emu10k1_interrupt()
|
/Linux-v5.4/drivers/soundwire/ |
D | bus.c | 677 int status, status2, ret, count = 0; in sdw_handle_dp0_interrupt() local 724 status2 = sdw_read(slave, SDW_DP0_INT); in sdw_handle_dp0_interrupt() 725 if (status2 < 0) { in sdw_handle_dp0_interrupt() 727 "SDW_DP0_INT read failed:%d\n", status2); in sdw_handle_dp0_interrupt() 728 return status2; in sdw_handle_dp0_interrupt() 730 status &= status2; in sdw_handle_dp0_interrupt() 747 int status, status2, ret, count = 0; in sdw_handle_port_interrupt() local 794 status2 = sdw_read(slave, addr); in sdw_handle_port_interrupt() 795 if (status2 < 0) { in sdw_handle_port_interrupt() 797 "SDW_DPN_INT read failed:%d\n", status2); in sdw_handle_port_interrupt() [all …]
|
/Linux-v5.4/drivers/media/dvb-frontends/ |
D | bcm3510.c | 63 struct bcm3510_hab_cmd_status2 status2; member 286 …bcm3510_do_hab_cmd(st, CMD_STATUS, MSGID_STATUS2, NULL,0, (u8 *)&st->status2, sizeof(st->status2)); in bcm3510_refresh_state() 321 *ber = (st->status2.LDBER0 << 16) | (st->status2.LDBER1 << 8) | st->status2.LDBER2; in bcm3510_read_ber() 329 *unc = (st->status2.LDUERC0 << 8) | st->status2.LDUERC1; in bcm3510_read_unc() 339 t = st->status2.SIGNAL; in bcm3510_read_signal_strength() 576 memset(&st->status2,0,sizeof(st->status2)); in bcm3510_set_frontend()
|
/Linux-v5.4/drivers/mtd/nand/spi/ |
D | gigadevice.c | 138 u8 status2; in gd5fxgq4uexxg_ecc_get_status() local 140 &status2); in gd5fxgq4uexxg_ecc_get_status() 162 ((status2 & STATUS_ECC_MASK) >> 4); in gd5fxgq4uexxg_ecc_get_status()
|
/Linux-v5.4/drivers/net/hamradio/ |
D | 6pack.c | 117 unsigned char status2; member 151 actual = sp->tty->ops->write(sp->tty, sp->xbuff, sp->status2); in sp_xmit_on_air() 156 sp->status2 = 0; in sp_xmit_on_air() 231 sp->status2 = count; in sp_encaps() 517 sp->status2 = 0; in resync_tnc() 612 sp->status2 = 0; in sixpack_open() 877 if ((sp->status2 != 0) && (sp->duplex == 1)) { in decode_prio_command() 881 actual = sp->tty->ops->write(sp->tty, sp->xbuff, sp->status2); in decode_prio_command() 885 sp->status2 = 0; in decode_prio_command()
|
/Linux-v5.4/drivers/i2c/busses/ |
D | i2c-stu300.c | 226 u32 status2; in stu300_event_occurred() local 235 status2 = stu300_r8(dev->virtbase + I2C_SR2); in stu300_event_occurred() 241 if (status2 & I2C_SR2_AF_IND) { in stu300_event_occurred() 244 } else if (status2 & I2C_SR2_BERR_IND) { in stu300_event_occurred() 247 } else if (status2 & I2C_SR2_ARLO_IND) { in stu300_event_occurred() 266 if (status2 & I2C_SR2_STOPF_IND) in stu300_event_occurred() 275 if (status2 & I2C_SR2_ENDAD_IND) { in stu300_event_occurred() 295 mr_event, status1, status2); in stu300_event_occurred()
|
D | i2c-nvidia-gpu.c | 172 int status, status2; in gpu_i2c_master_xfer() local 218 status2 = gpu_i2c_stop(i2cd); in gpu_i2c_master_xfer() 219 if (status2 < 0) in gpu_i2c_master_xfer() 220 dev_err(i2cd->dev, "i2c stop failed %d\n", status2); in gpu_i2c_master_xfer()
|
/Linux-v5.4/drivers/net/wireless/ath/ath9k/ |
D | ar9003_mac.h | 58 u32 status2; member 102 u32 status2; member
|
D | mac.h | 291 u32 status2; member 303 u32 status2; member 330 #define ds_txstatus2 u.tx.status2 341 #define ds_rxstatus2 u.rx.status2
|
D | ar9003_mac.c | 388 status = READ_ONCE(ads->status2); in ar9003_hw_proc_txdesc() 500 rxs->rs_datalen = rxsp->status2 & AR_DataLen; in ath9k_hw_process_rxdesc_edma() 518 rxs->rs_more = (rxsp->status2 & AR_RxMore) ? 1 : 0; in ath9k_hw_process_rxdesc_edma()
|
/Linux-v5.4/drivers/net/ethernet/amd/ |
D | am79c961a.c | 555 u_int status2; in am79c961_tx() local 559 status2 = am_readword (dev, hdraddr + 6); in am79c961_tx() 566 if (status2 & TST_RTRY) in am79c961_tx() 568 if (status2 & TST_LCOL) in am79c961_tx() 570 if (status2 & TST_LCAR) in am79c961_tx() 572 if (status2 & TST_UFLO) in am79c961_tx()
|
D | ni65.h | 120 volatile unsigned short status2; member
|
D | ni65.c | 827 tmdp->blen = tmdp->status2 = 0; in ni65_lance_reinit() 995 if(tmdp->status2 & XMIT_TDRMASK && debuglevel > 3) in ni65_xmit_intr() 999 if(tmdp->status2 & XMIT_RTRY) in ni65_xmit_intr() 1001 if(tmdp->status2 & XMIT_LCAR) in ni65_xmit_intr() 1003 if(tmdp->status2 & (XMIT_BUFF | XMIT_UFLO )) { in ni65_xmit_intr() 1017 …intk(KERN_ERR "%s: xmit-error: %04x %02x-%04x\n",dev->name,csr0,(int) tmdstat,(int) tmdp->status2); in ni65_xmit_intr() 1020 tmdp->status2 = 0; in ni65_xmit_intr()
|
/Linux-v5.4/sound/pci/rme9652/ |
D | hdspm.c | 1250 unsigned int status, status2; in hdspm_external_sample_rate() local 1255 status2 = hdspm_read(hdspm, HDSPM_statusRegister2); in hdspm_external_sample_rate() 1326 status2 = hdspm_read(hdspm, HDSPM_statusRegister2); in hdspm_external_sample_rate() 1331 if ((status2 & HDSPM_wcLock) != 0 && in hdspm_external_sample_rate() 1332 (status2 & HDSPM_SelSyncRef0) == 0) { in hdspm_external_sample_rate() 1334 rate_bits = status2 & HDSPM_wcFreqMask; in hdspm_external_sample_rate() 1375 (status2 & HDSPM_SelSyncRefMask) == HDSPM_SelSyncRef_WORD) in hdspm_external_sample_rate() 3034 unsigned int status2 = hdspm_read(hdspm, HDSPM_statusRegister2); in hdspm_autosync_ref() local 3035 switch (status2 & HDSPM_SelSyncRefMask) { in hdspm_autosync_ref() 3832 int status, status2; in hdspm_wc_sync_check() local [all …]
|
/Linux-v5.4/drivers/crypto/qce/ |
D | dma.h | 23 u32 status2; member
|
/Linux-v5.4/include/uapi/sound/ |
D | hdspm.h | 55 int status2; member
|
/Linux-v5.4/drivers/iio/accel/ |
D | adxl372.c | 499 u8 *status1, u8 *status2, in adxl372_get_status() argument 515 *status2 = (val >> 16) & 0x0F; in adxl372_get_status() 530 u8 status1, status2; in adxl372_trigger_handler() local 534 ret = adxl372_get_status(st, &status1, &status2, &fifo_entries); in adxl372_trigger_handler()
|
/Linux-v5.4/drivers/mmc/host/ |
D | usdhi6rol0.c | 1570 u16 status, status2, error; in usdhi6_sd() local 1574 status2 = usdhi6_read(host, USDHI6_SD_INFO2) & ~host->status2_mask; in usdhi6_sd() 1579 "IRQ status = 0x%08x, status2 = 0x%08x\n", status, status2); in usdhi6_sd() 1581 if (!status && !status2) in usdhi6_sd() 1584 error = status2 & USDHI6_SD_INFO2_ERR; in usdhi6_sd() 1591 if (USDHI6_SD_INFO2_IRQ & status2) { in usdhi6_sd() 1594 status2 |= USDHI6_SD_INFO2_BWE | USDHI6_SD_INFO2_BRE; in usdhi6_sd() 1597 0xffff & ~(USDHI6_SD_INFO2_IRQ & status2)); in usdhi6_sd()
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | keystone-k2g-ice.dts | 177 label = "status2:red:usr"; 183 label = "status2:green:usr"; 189 label = "status2:yellow:usr";
|
/Linux-v5.4/drivers/tty/serial/8250/ |
D | 8250_port.c | 962 unsigned char scratch, status1, status2; in autoconfig_8250() local 970 status2 = serial_in(up, UART_SCR); in autoconfig_8250() 973 if (status1 == 0xa5 && status2 == 0x5a) in autoconfig_8250() 998 unsigned char status1, status2; in autoconfig_16550a() local 1053 status2 = serial_in(up, 0x02); /* EXCR1 */ in autoconfig_16550a() 1055 if (!((status2 ^ status1) & UART_MCR_LOOP)) { in autoconfig_16550a() 1059 status2 = serial_in(up, 0x02); /* EXCR1 */ in autoconfig_16550a() 1063 if ((status2 ^ status1) & UART_MCR_LOOP) { in autoconfig_16550a() 1095 status2 = serial_in(up, UART_IIR) >> 5; in autoconfig_16550a() 1099 DEBUG_AUTOCONF("iir1=%d iir2=%d ", status1, status2); in autoconfig_16550a() [all …]
|
/Linux-v5.4/drivers/net/ethernet/adaptec/ |
D | starfire.c | 458 __le16 status2; member 463 __le16 status2; member 468 __le16 status2; member 1506 …k(KERN_DEBUG " netdev_rx() status2 of %d was %#4.4x.\n", np->rx_done, le16_to_cpu(desc->status2)); in __netdev_rx() 1508 if (le16_to_cpu(desc->status2) & 0x0100) { in __netdev_rx() 1521 else if (le16_to_cpu(desc->status2) & 0x0040) { in __netdev_rx() 1524 printk(KERN_DEBUG "%s: checksum_hw, status2 = %#x\n", dev->name, le16_to_cpu(desc->status2)); in __netdev_rx() 1527 if (le16_to_cpu(desc->status2) & 0x0200) { in __netdev_rx()
|
/Linux-v5.4/arch/s390/include/uapi/asm/ |
D | dasd.h | 150 unsigned char status2; member
|