/linux/kernel/ |
H A D | kallsyms_selftest.c | 265 struct test_stat *stat, *stat2; in test_kallsyms_basic_function() local 270 stat2 = stat + 1; in test_kallsyms_basic_function() 338 memset(stat2, 0, sizeof(*stat2)); in test_kallsyms_basic_function() 339 stat2->max = INT_MAX; in test_kallsyms_basic_function() 340 stat2->name = namebuf; in test_kallsyms_basic_function() 341 kallsyms_on_each_symbol(find_symbol, stat2); in test_kallsyms_basic_function() 347 if (stat->addr != stat2->addr || in test_kallsyms_basic_function() 348 stat->real_cnt != stat2->real_cnt || in test_kallsyms_basic_function() 349 memcmp(stat->addrs, stat2 in test_kallsyms_basic_function() [all...] |
/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | trace.h | 331 TP_PROTO(struct mt7601u_dev *dev, u32 stat1, u32 stat2), 332 TP_ARGS(dev, stat1, stat2), 335 __field(u32, stat1) __field(u32, stat2) 340 __entry->stat2 = stat2; 343 DEV_PR_ARG, __entry->stat1, __entry->stat2)
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pip.h | 373 union cvmx_pip_stat2_prtx stat2; in cvmx_pip_get_port_status() local 391 stat2.u64 = cvmx_read_csr(CVMX_PIP_STAT2_PRTX(port_num)); in cvmx_pip_get_port_status() 409 status->pci_raw_packets = stat2.s.raw; in cvmx_pip_get_port_status() 410 status->packets = stat2.s.pkts; in cvmx_pip_get_port_status()
|
H A D | cvmx-spxx-defs.h | 68 uint64_t stat2:1; member 74 uint64_t stat2:1;
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | ael1002.c | 180 unsigned int stat0, stat1, stat2; in get_link_status_r() local 189 MDIO_PHYXS_LNSTAT, &stat2); in get_link_status_r() 192 *link_ok = (stat0 & stat1 & (stat2 >> 12)) & 1; in get_link_status_r() 833 unsigned int stat0, stat1, stat2; in get_link_status_x() local 842 MDIO_PHYXS_LNSTAT, &stat2); in get_link_status_x() 845 *link_ok = (stat0 & (stat1 >> 12) & (stat2 >> 12)) & 1; in get_link_status_x()
|
/linux/sound/drivers/opl3/ |
H A D | opl3_lib.c | 87 unsigned char stat1, stat2, signature; in snd_opl3_detect() local 105 stat2 = inb(opl3->l_port); in snd_opl3_detect() 110 if ((stat2 & 0xe0) != 0xc0) { /* There is no YM3812 */ in snd_opl3_detect() 111 dev_dbg(opl3->card->dev, "OPL3: stat2 = 0x%x\n", stat2); in snd_opl3_detect()
|
/linux/drivers/comedi/drivers/ |
H A D | ni_labpc.h | 38 unsigned int stat2; member
|
H A D | ni_labpc_common.c | 838 devpriv->stat2 = devpriv->read_byte(dev, STAT2_REG); in labpc_interrupt() 842 (devpriv->stat2 & STAT2_OUTA1) == 0 && in labpc_interrupt() 843 (devpriv->stat2 & STAT2_FIFONHF)) { in labpc_interrupt() 877 if (devpriv->stat2 & STAT2_OUTA1) { in labpc_interrupt() 989 devpriv->stat2 = devpriv->read_byte(dev, STAT2_REG); in labpc_serial_in() 990 if (devpriv->stat2 & STAT2_PROMOUT) in labpc_serial_in()
|
H A D | ni_labpc_isadma.c | 138 (board->is_labpc1200 && devpriv->stat2 & STAT2_OUTA1)) in labpc_handle_dma_status()
|
/linux/include/linux/soc/ixp4xx/ |
H A D | qmgr.h | 47 u32 stat2[2]; /* 0x410 - 0x417 */ member
|
/linux/drivers/power/supply/ |
H A D | rn5t618_power.c | 693 unsigned int ctrl, stat1, stat2, err; in rn5t618_charger_irq() local 698 regmap_read(info->rn5t618->regmap, RN5T618_CHGSTAT_IRR2, &stat2); in rn5t618_charger_irq() 706 err, ctrl, stat1, stat2); in rn5t618_charger_irq()
|
H A D | bq25980_charger.c | 564 unsigned int stat2; in bq25980_get_state() local 574 ret = regmap_read(bq->regmap, BQ25980_STAT2, &stat2); in bq25980_get_state() 598 (stat2 & BQ25980_STAT2_OCP_MASK); in bq25980_get_state()
|
/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_mac.c | 255 u32 stat1, stat2; in mt76x02_mac_load_tx_status() local 257 stat2 = mt76_rr(dev, MT_TX_STAT_FIFO_EXT); in mt76x02_mac_load_tx_status() 270 stat->retry = FIELD_GET(MT_TX_STAT_FIFO_EXT_RETRY, stat2); in mt76x02_mac_load_tx_status() 271 stat->pktid = FIELD_GET(MT_TX_STAT_FIFO_EXT_PKTID, stat2); in mt76x02_mac_load_tx_status()
|
/linux/drivers/media/dvb-frontends/ |
H A D | mb86a16.c | 573 u8 stat, stat2; in mb86a16_read_status() local 580 if (mb86a16_read(state, MB86A16_SIG2, &stat2) != 2) in mb86a16_read_status() 582 if ((stat > 25) && (stat2 > 25)) in mb86a16_read_status() 584 if ((stat > 45) && (stat2 > 45)) in mb86a16_read_status()
|
/linux/drivers/usb/host/ |
H A D | isp1362.h | 438 unsigned long stat1, stat2, stat4, stat8, stat16; member 518 isp1362_hcd->stat2++; in ALIGNSTAT()
|
H A D | isp116x.h | 263 unsigned long stat1, stat2, stat4, stat8, stat16; member
|
/linux/drivers/scsi/csiostor/ |
H A D | t4fw_api_stor.h | 398 __be64 stat2; member
|
/linux/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-spi.c | 227 if (spxx_bist_stat.s.stat2) in cvmx_spi_reset_cb()
|
/linux/drivers/staging/iio/addac/ |
H A D | adt7316.c | 1725 u8 stat1, stat2; in adt7316_event_handler() local 1778 ret = chip->bus.read(chip->bus.client, ADT7316_INT_STAT2, &stat2); in adt7316_event_handler() 1780 if (stat2 & ADT7316_INT_MASK2_VDD) in adt7316_event_handler()
|
/linux/drivers/gpu/drm/bridge/ |
H A D | sil-sii8620.c | 1618 u8 stat2 = sii8620_readb(ctx, REG_DISC_STAT2); in sii8620_irq_disc() local 1620 if ((stat2 & MSK_DISC_STAT2_RGND) == VAL_RGND_1K) { in sii8620_irq_disc()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4fw_api.h | 2503 __be64 stat2; member 3221 __be64 stat2; member 3313 __be64 stat2; member
|