Searched refs:get_index (Results 1 - 25 of 31) sorted by path

12

/linux-master/drivers/staging/rts5208/
H A Drtsx_chip.h362 int get_index; member in struct:zone_entry
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_acntpc.c126 .get_index = NULL,
H A Dspeakup_acntsa.c113 .get_index = NULL,
H A Dspeakup_apollo.c125 .get_index = NULL,
H A Dspeakup_audptr.c116 .get_index = NULL,
H A Dspeakup_bns.c109 .get_index = NULL,
H A Dspeakup_decext.c140 .get_index = NULL,
H A Dspeakup_decpc.c236 .get_index = NULL,
H A Dspeakup_dectlk.c35 static unsigned char get_index(struct spk_synth *synth);
149 .get_index = get_index,
173 static unsigned char get_index(struct spk_synth *synth) function
H A Dspeakup_dtlk.c142 .get_index = spk_synth_get_index,
H A Dspeakup_dummy.c129 .get_index = NULL,
H A Dspeakup_keypc.c117 .get_index = NULL,
H A Dspeakup_ltlk.c125 .get_index = spk_synth_get_index,
H A Dspeakup_soft.c30 static unsigned char get_index(struct spk_synth *synth);
150 .get_index = get_index,
367 static unsigned char get_index(struct spk_synth *synth) function
H A Dspeakup_spkout.c116 .get_index = spk_synth_get_index,
H A Dspeakup_txprt.c114 .get_index = NULL,
H A Dspk_types.h200 unsigned char (*get_index)(struct spk_synth *synth); member in struct:spk_synth
H A Dsynth.c278 synth->get_index(synth);
285 if (synth->get_index)
311 int ind = synth->get_index(synth);
/linux-master/drivers/i3c/master/mipi-i3c-hci/
H A Dcmd_v1.c188 ret = mipi_i3c_hci_dat_v1.get_index(hci, ccc_addr);
H A Ddat.h27 int (*get_index)(struct i3c_hci *hci, u8 address); member in struct:hci_dat_ops
H A Ddat_v1.c190 .get_index = hci_dat_v1_get_index,
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmain.c2088 static int get_index(unsigned long offset) function
2128 if (get_index(vma->vm_pgoff) != MLX5_IB_CLOCK_INFO_V1)
2195 idx = get_index(vma->vm_pgoff);
/linux-master/drivers/md/
H A Ddm-cache-policy-smq.c776 static unsigned int get_index(struct entry_alloc *ea, struct entry *e) function
997 return to_cblock(get_index(&mq->cache_alloc, e));
1319 hi = get_index(&mq->hotspot_alloc, e);
1333 hi = get_index(&mq->hotspot_alloc, e);
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-dev.c490 * get_index - assign stream index number based on v4l2_dev
502 static int get_index(struct video_device *vdev) function
1011 vdev->index = get_index(vdev);
/linux-master/drivers/scsi/isci/
H A Dhost.c182 u32 get_index = get_value & SMU_COMPLETION_QUEUE_GET_POINTER_MASK; local
185 COMPLETION_QUEUE_CYCLE_BIT(ihost->completion_queue[get_index]))
487 u32 get_index; local
498 get_index = NORMALIZE_GET_POINTER(ihost->completion_queue_get);
506 == COMPLETION_QUEUE_CYCLE_BIT(ihost->completion_queue[get_index])
510 ent = ihost->completion_queue[get_index];
513 get_cycle ^= ((get_index+1) & SCU_MAX_COMPLETION_QUEUE_ENTRIES) <<
515 get_index = (get_index+1) & (SCU_MAX_COMPLETION_QUEUE_ENTRIES-1);
565 SMU_CQGR_GEN_VAL(POINTER, get_index);
[all...]

Completed in 309 milliseconds

12