Home
last modified time | relevance | path

Searched refs:get_index (Results 1 – 24 of 24) sorted by relevance

/drivers/accessibility/speakup/
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) in get_index() function
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) in get_index() function
A Dsynth.c360 synth->get_index(synth); in spk_reset_index_count()
367 if (synth->get_index) in synth_supports_indexing()
393 int ind = synth->get_index(synth); in spk_get_index_count()
A Dspeakup_bns.c109 .get_index = NULL,
A Dspeakup_txprt.c114 .get_index = NULL,
A Dspeakup_acntsa.c113 .get_index = NULL,
A Dspeakup_spkout.c116 .get_index = spk_synth_get_index,
A Dspeakup_dummy.c129 .get_index = NULL,
A Dspeakup_audptr.c116 .get_index = NULL,
A Dspk_types.h200 unsigned char (*get_index)(struct spk_synth *synth); member
A Dspeakup_ltlk.c125 .get_index = spk_synth_get_index,
A Dspeakup_apollo.c125 .get_index = NULL,
A Dspeakup_decext.c140 .get_index = NULL,
A Dspeakup_keypc.c117 .get_index = NULL,
A Dspeakup_acntpc.c126 .get_index = NULL,
A Dspeakup_decpc.c236 .get_index = NULL,
A Dspeakup_dtlk.c142 .get_index = spk_synth_get_index,
/drivers/i3c/master/mipi-i3c-hci/
A Ddat.h27 int (*get_index)(struct i3c_hci *hci, u8 address); member
A Ddat_v1.c181 .get_index = hci_dat_v1_get_index,
A Dcmd_v1.c186 ret = mipi_i3c_hci_dat_v1.get_index(hci, ccc_addr); in hci_cmd_v1_prep_ccc()
/drivers/scsi/isci/
A Dhost.c182 u32 get_index = get_value & SMU_COMPLETION_QUEUE_GET_POINTER_MASK; in sci_controller_completion_queue_has_entries() local
185 COMPLETION_QUEUE_CYCLE_BIT(ihost->completion_queue[get_index])) in sci_controller_completion_queue_has_entries()
487 u32 get_index; in sci_controller_process_completions() local
498 get_index = NORMALIZE_GET_POINTER(ihost->completion_queue_get); in sci_controller_process_completions()
506 == COMPLETION_QUEUE_CYCLE_BIT(ihost->completion_queue[get_index]) in sci_controller_process_completions()
510 ent = ihost->completion_queue[get_index]; in sci_controller_process_completions()
513 get_cycle ^= ((get_index+1) & SCU_MAX_COMPLETION_QUEUE_ENTRIES) << in sci_controller_process_completions()
515 get_index = (get_index+1) & (SCU_MAX_COMPLETION_QUEUE_ENTRIES-1); in sci_controller_process_completions()
565 SMU_CQGR_GEN_VAL(POINTER, get_index); in sci_controller_process_completions()
/drivers/md/
A Ddm-cache-policy-smq.c776 static unsigned int get_index(struct entry_alloc *ea, struct entry *e) in get_index() function
997 return to_cblock(get_index(&mq->cache_alloc, e)); in infer_cblock()
1319 hi = get_index(&mq->hotspot_alloc, e); in update_hotspot_queue()
1333 hi = get_index(&mq->hotspot_alloc, e); in update_hotspot_queue()
/drivers/media/v4l2-core/
A Dv4l2-dev.c503 static int get_index(struct video_device *vdev) in get_index() function
1030 vdev->index = get_index(vdev); in __video_register_device()
/drivers/infiniband/hw/mlx5/
A Dmain.c2211 static int get_index(unsigned long offset) in get_index() function
2251 if (get_index(vma->vm_pgoff) != MLX5_IB_CLOCK_INFO_V1) in mlx5_ib_mmap_clock_info_page()
2318 idx = get_index(vma->vm_pgoff); in uar_mmap()

Completed in 51 milliseconds