Searched refs:get_index (Results 1 – 24 of 24) sorted by relevance
| /drivers/accessibility/speakup/ |
| A D | speakup_dectlk.c | 35 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 D | speakup_soft.c | 30 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 D | synth.c | 360 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 D | speakup_bns.c | 109 .get_index = NULL,
|
| A D | speakup_txprt.c | 114 .get_index = NULL,
|
| A D | speakup_acntsa.c | 113 .get_index = NULL,
|
| A D | speakup_spkout.c | 116 .get_index = spk_synth_get_index,
|
| A D | speakup_dummy.c | 129 .get_index = NULL,
|
| A D | speakup_audptr.c | 116 .get_index = NULL,
|
| A D | spk_types.h | 200 unsigned char (*get_index)(struct spk_synth *synth); member
|
| A D | speakup_ltlk.c | 125 .get_index = spk_synth_get_index,
|
| A D | speakup_apollo.c | 125 .get_index = NULL,
|
| A D | speakup_decext.c | 140 .get_index = NULL,
|
| A D | speakup_keypc.c | 117 .get_index = NULL,
|
| A D | speakup_acntpc.c | 126 .get_index = NULL,
|
| A D | speakup_decpc.c | 236 .get_index = NULL,
|
| A D | speakup_dtlk.c | 142 .get_index = spk_synth_get_index,
|
| /drivers/i3c/master/mipi-i3c-hci/ |
| A D | dat.h | 27 int (*get_index)(struct i3c_hci *hci, u8 address); member
|
| A D | dat_v1.c | 181 .get_index = hci_dat_v1_get_index,
|
| A D | cmd_v1.c | 186 ret = mipi_i3c_hci_dat_v1.get_index(hci, ccc_addr); in hci_cmd_v1_prep_ccc()
|
| /drivers/scsi/isci/ |
| A D | host.c | 182 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 D | dm-cache-policy-smq.c | 776 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 D | v4l2-dev.c | 503 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 D | main.c | 2211 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 50 milliseconds