/kernel/linux/linux-5.10/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() 486 status2 = acpi_ps_complete_this_op(walk_state, *op); in acpi_ps_complete_op() 487 if (ACPI_FAILURE(status2)) { in acpi_ps_complete_op() 488 return_ACPI_STATUS(status2); in acpi_ps_complete_op() 515 status2 = acpi_ps_complete_this_op(walk_state, *op); in acpi_ps_complete_op() 516 if (ACPI_FAILURE(status2)) { in acpi_ps_complete_op() 517 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()
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/spi/ |
D | gigadevice.c | 167 u8 status2; in gd5fxgq4uexxg_ecc_get_status() local 169 &status2); in gd5fxgq4uexxg_ecc_get_status() 191 ((status2 & STATUS_ECC_MASK) >> 4); in gd5fxgq4uexxg_ecc_get_status()
|
/kernel/linux/linux-5.10/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() 516 sp->status2 = 0; in resync_tnc() 611 sp->status2 = 0; in sixpack_open() 884 if ((sp->status2 != 0) && (sp->duplex == 1)) { in decode_prio_command() 888 actual = sp->tty->ops->write(sp->tty, sp->xbuff, sp->status2); in decode_prio_command() 892 sp->status2 = 0; in decode_prio_command()
|
/kernel/linux/linux-5.10/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 | 167 int status, status2; in gpu_i2c_master_xfer() local 213 status2 = gpu_i2c_stop(i2cd); in gpu_i2c_master_xfer() 214 if (status2 < 0) in gpu_i2c_master_xfer() 215 dev_err(i2cd->dev, "i2c stop failed %d\n", status2); in gpu_i2c_master_xfer()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/soundwire/ |
D | bus.c | 1298 int status, status2, ret, count = 0; in sdw_handle_dp0_interrupt() local 1345 status2 = sdw_read(slave, SDW_DP0_INT); in sdw_handle_dp0_interrupt() 1346 if (status2 < 0) { in sdw_handle_dp0_interrupt() 1348 "SDW_DP0_INT read failed:%d\n", status2); in sdw_handle_dp0_interrupt() 1349 return status2; in sdw_handle_dp0_interrupt() 1351 status &= status2; in sdw_handle_dp0_interrupt() 1368 int status, status2, ret, count = 0; in sdw_handle_port_interrupt() local 1415 status2 = sdw_read(slave, addr); in sdw_handle_port_interrupt() 1416 if (status2 < 0) { in sdw_handle_port_interrupt() 1418 "SDW_DPN_INT read failed:%d\n", status2); in sdw_handle_port_interrupt() [all …]
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/sound/pci/rme9652/ |
D | hdspm.c | 1254 unsigned int status, status2; in hdspm_external_sample_rate() local 1259 status2 = hdspm_read(hdspm, HDSPM_statusRegister2); in hdspm_external_sample_rate() 1330 status2 = hdspm_read(hdspm, HDSPM_statusRegister2); in hdspm_external_sample_rate() 1335 if ((status2 & HDSPM_wcLock) != 0 && in hdspm_external_sample_rate() 1336 (status2 & HDSPM_SelSyncRef0) == 0) { in hdspm_external_sample_rate() 1338 rate_bits = status2 & HDSPM_wcFreqMask; in hdspm_external_sample_rate() 1379 (status2 & HDSPM_SelSyncRefMask) == HDSPM_SelSyncRef_WORD) in hdspm_external_sample_rate() 3038 unsigned int status2 = hdspm_read(hdspm, HDSPM_statusRegister2); in hdspm_autosync_ref() local 3039 switch (status2 & HDSPM_SelSyncRefMask) { in hdspm_autosync_ref() 3836 int status, status2; in hdspm_wc_sync_check() local [all …]
|
/kernel/linux/linux-5.10/drivers/iio/accel/ |
D | adxl372.c | 575 u8 *status1, u8 *status2, in adxl372_get_status() argument 591 *status2 = (val >> 16) & 0x0F; in adxl372_get_status() 617 static void adxl372_push_event(struct iio_dev *indio_dev, s64 timestamp, u8 status2) in adxl372_push_event() argument 621 if (ADXL372_STATUS_2_ACT(status2)) in adxl372_push_event() 624 if (ADXL372_STATUS_2_INACT(status2)) in adxl372_push_event() 639 u8 status1, status2; in adxl372_trigger_handler() local 643 ret = adxl372_get_status(st, &status1, &status2, &fifo_entries); in adxl372_trigger_handler() 647 adxl372_push_event(indio_dev, iio_get_time_ns(indio_dev), status2); in adxl372_trigger_handler()
|
/kernel/linux/linux-5.10/drivers/crypto/qce/ |
D | dma.h | 23 u32 status2; member
|
/kernel/linux/linux-5.10/include/uapi/sound/ |
D | hdspm.h | 57 int status2; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
D | hdspm.h | 45 int status2; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
D | hdspm.h | 30 int status2; member
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
D | usdhi6rol0.c | 1574 u16 status, status2, error; in usdhi6_sd() local 1578 status2 = usdhi6_read(host, USDHI6_SD_INFO2) & ~host->status2_mask; in usdhi6_sd() 1583 "IRQ status = 0x%08x, status2 = 0x%08x\n", status, status2); in usdhi6_sd() 1585 if (!status && !status2) in usdhi6_sd() 1588 error = status2 & USDHI6_SD_INFO2_ERR; in usdhi6_sd() 1595 if (USDHI6_SD_INFO2_IRQ & status2) { in usdhi6_sd() 1598 status2 |= USDHI6_SD_INFO2_BWE | USDHI6_SD_INFO2_BRE; in usdhi6_sd() 1601 0xffff & ~(USDHI6_SD_INFO2_IRQ & status2)); in usdhi6_sd()
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | keystone-k2g-ice.dts | 177 label = "status2:red:usr"; 183 label = "status2:green:usr"; 189 label = "status2:yellow:usr";
|
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
D | 8250_port.c | 971 unsigned char scratch, status1, status2; in autoconfig_8250() local 979 status2 = serial_in(up, UART_SCR); in autoconfig_8250() 982 if (status1 == 0xa5 && status2 == 0x5a) in autoconfig_8250() 1007 unsigned char status1, status2; in autoconfig_16550a() local 1066 status2 = serial_in(up, 0x02); /* EXCR1 */ in autoconfig_16550a() 1068 if (!((status2 ^ status1) & UART_MCR_LOOP)) { in autoconfig_16550a() 1072 status2 = serial_in(up, 0x02); /* EXCR1 */ in autoconfig_16550a() 1076 if ((status2 ^ status1) & UART_MCR_LOOP) { in autoconfig_16550a() 1108 status2 = serial_in(up, UART_IIR) >> 5; in autoconfig_16550a() 1112 DEBUG_AUTOCONF("iir1=%d iir2=%d ", status1, status2); in autoconfig_16550a() [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/adaptec/ |
D | starfire.c | 450 __le16 status2; member 455 __le16 status2; member 460 __le16 status2; member 1496 …k(KERN_DEBUG " netdev_rx() status2 of %d was %#4.4x.\n", np->rx_done, le16_to_cpu(desc->status2)); in __netdev_rx() 1498 if (le16_to_cpu(desc->status2) & 0x0100) { in __netdev_rx() 1511 else if (le16_to_cpu(desc->status2) & 0x0040) { in __netdev_rx() 1514 printk(KERN_DEBUG "%s: checksum_hw, status2 = %#x\n", dev->name, le16_to_cpu(desc->status2)); in __netdev_rx() 1517 if (le16_to_cpu(desc->status2) & 0x0200) { in __netdev_rx()
|