/drivers/gpu/drm/radeon/ |
D | radeon_semaphore.c | 58 bool radeon_semaphore_emit_signal(struct radeon_device *rdev, int ridx, in radeon_semaphore_emit_signal() argument 61 struct radeon_ring *ring = &rdev->ring[ridx]; in radeon_semaphore_emit_signal() 63 trace_radeon_semaphore_signale(ridx, semaphore); in radeon_semaphore_emit_signal() 65 if (radeon_semaphore_ring_emit(rdev, ridx, ring, semaphore, false)) { in radeon_semaphore_emit_signal() 75 bool radeon_semaphore_emit_wait(struct radeon_device *rdev, int ridx, in radeon_semaphore_emit_wait() argument 78 struct radeon_ring *ring = &rdev->ring[ridx]; in radeon_semaphore_emit_wait() 80 trace_radeon_semaphore_wait(ridx, semaphore); in radeon_semaphore_emit_wait() 82 if (radeon_semaphore_ring_emit(rdev, ridx, ring, semaphore, true)) { in radeon_semaphore_emit_wait()
|
D | radeon_ring.c | 465 int ridx = *(int*)node->info_ent->data; in radeon_debugfs_ring_info() local 466 struct radeon_ring *ring = &rdev->ring[ridx]; in radeon_debugfs_ring_info() 545 int ridx = *(int*)radeon_debugfs_ring_info_list[i].data; in radeon_debugfs_ring_init() local 548 if (&rdev->ring[ridx] != ring) in radeon_debugfs_ring_init()
|
D | cik_sdma.c | 170 int ridx) in cik_sdma_hdp_flush_ring_emit() argument 172 struct radeon_ring *ring = &rdev->ring[ridx]; in cik_sdma_hdp_flush_ring_emit() 177 if (ridx == R600_RING_TYPE_DMA_INDEX) in cik_sdma_hdp_flush_ring_emit()
|
D | radeon_ttm.c | 262 int r, ridx; in radeon_move_blit() local 265 ridx = radeon_copy_ring_index(rdev); in radeon_move_blit() 291 if (!rdev->ring[ridx].ready) { in radeon_move_blit()
|
D | ni.c | 1630 static const int ridx[] = { in cayman_cp_resume() local 1697 ring = &rdev->ring[ridx[i]]; in cayman_cp_resume() 1713 ring = &rdev->ring[ridx[i]]; in cayman_cp_resume() 1719 ring = &rdev->ring[ridx[i]]; in cayman_cp_resume()
|
D | cik.c | 3890 int ridx) in cik_hdp_flush_cp_ring_emit() argument 3892 struct radeon_ring *ring = &rdev->ring[ridx]; in cik_hdp_flush_cp_ring_emit()
|
/drivers/regulator/ |
D | max8925-regulator.c | 248 int ridx) in max8925_regulator_dt_init() argument 263 &max8925_regulator_matches[ridx], 1); in max8925_regulator_dt_init() 267 config->init_data = max8925_regulator_matches[ridx].init_data; in max8925_regulator_dt_init() 268 config->of_node = max8925_regulator_matches[ridx].of_node; in max8925_regulator_dt_init()
|
/drivers/crypto/caam/ |
D | jr.c | 44 dev_err(dev, "failed to flush job ring %d\n", jrp->ridx); in caam_reset_hw_jr() 55 dev_err(dev, "failed to reset job ring %d\n", jrp->ridx); in caam_reset_hw_jr() 404 jrp->ridx, jrp->irq); in caam_jr_init() 459 dev_err(dev, "can't allocate job rings for %d\n", jrp->ridx); in caam_jr_init() 488 jrpriv->ridx = total_jobrs++; in caam_jr_probe()
|
D | intern.h | 42 int ridx; member
|
/drivers/net/wireless/ath/ath9k/ |
D | dynack.c | 174 u8 ridx; in ath_dynack_sample_tx_ts() local 202 ridx = ts->ts_rateindex; in ath_dynack_sample_tx_ts() 209 if (!(info->status.rates[ridx].flags & IEEE80211_TX_RC_MCS)) { in ath_dynack_sample_tx_ts() 214 rate = &common->sbands[info->band].bitrates[rates[ridx].idx]; in ath_dynack_sample_tx_ts()
|
/drivers/net/wireless/p54/ |
D | txrx.c | 784 int i, j, ridx; in p54_tx_80211() local 866 ridx = 0; in p54_tx_80211() 867 for (i = 0; i < nrates && ridx < 8; i++) { in p54_tx_80211() 888 for (j = 0; j < calculated_tries[i] && ridx < 8; j++) { in p54_tx_80211() 889 txhdr->rateset[ridx] = rate; in p54_tx_80211() 890 ridx++; in p54_tx_80211() 899 hdr->tries = ridx; in p54_tx_80211()
|
/drivers/infiniband/hw/qib/ |
D | qib_sd7220.c | 1223 int ridx; in set_rxeq_vals() local 1226 for (ridx = 0; ridx < cnt; ++ridx) { in set_rxeq_vals() 1229 elt = rxeq_init_vals[ridx].rdesc & 0xF; in set_rxeq_vals() 1230 reg = rxeq_init_vals[ridx].rdesc >> 4; in set_rxeq_vals() 1232 val = rxeq_init_vals[ridx].rdata[vsel]; in set_rxeq_vals()
|
D | qib_iba7322.c | 7412 static void set_txdds(struct qib_pportdata *ppd, int ridx, in set_txdds() argument 7420 regidx = KREG_IBPORT_IDX(IBSD_DDS_MAP_TABLE) + ridx; in set_txdds()
|
/drivers/dma/ |
D | fsl_raid.c | 761 u8 ridx = 0; in fsl_re_probe() local 846 fsl_re_chan_probe(ofdev, child, ridx++, off); in fsl_re_probe()
|
/drivers/irqchip/ |
D | irq-gic-v3-its.c | 371 int ridx; in its_queue_full() local 374 ridx = readl_relaxed(its->base + GITS_CREADR) / sizeof(struct its_cmd_block); in its_queue_full() 377 if (((widx + 1) % ITS_CMD_QUEUE_NR_ENTRIES) == ridx) in its_queue_full()
|
/drivers/parisc/ |
D | sba_iommu.c | 493 unsigned int ridx = pide >> 3; /* convert bit to byte address */ in sba_free_range() local 494 unsigned long *res_ptr = (unsigned long *) &((ioc)->res_map[ridx & ~RESMAP_IDX_MASK]); in sba_free_range()
|
/drivers/isdn/i4l/ |
D | isdn_tty.c | 2545 isdn_tty_show_profile(int ridx, modem_info *info) in isdn_tty_show_profile() argument 2549 sprintf(v, "\r\n%d", info->emu.mdmreg[ridx]); in isdn_tty_show_profile()
|