Home
last modified time | relevance | path

Searched refs:index (Results 401 - 425 of 13381) sorted by relevance

1...<<11121314151617181920>>...536

/kernel/linux/linux-5.10/sound/soc/amd/renoir/
H A Drn-pci-acp3x.c209 int ret, index; in snd_rn_acp_probe() local
312 for (index = 0; index < ACP_DEVS; index++) { in snd_rn_acp_probe()
313 adata->pdev[index] = in snd_rn_acp_probe()
314 platform_device_register_full(&pdevinfo[index]); in snd_rn_acp_probe()
315 if (IS_ERR(adata->pdev[index])) { in snd_rn_acp_probe()
317 pdevinfo[index].name); in snd_rn_acp_probe()
318 ret = PTR_ERR(adata->pdev[index]); in snd_rn_acp_probe()
329 for (index in snd_rn_acp_probe()
383 int ret, index; snd_rn_acp_remove() local
[all...]
/kernel/linux/linux-5.10/kernel/bpf/
H A Dreuseport_array.c55 u32 index = *(u32 *)key; in reuseport_array_lookup_elem() local
57 if (unlikely(index >= array->map.max_entries)) in reuseport_array_lookup_elem()
60 return rcu_dereference(array->ptrs[index]); in reuseport_array_lookup_elem()
67 u32 index = *(u32 *)key; in reuseport_array_delete_elem() local
71 if (index >= map->max_entries) in reuseport_array_delete_elem()
74 if (!rcu_access_pointer(array->ptrs[index])) in reuseport_array_delete_elem()
79 sk = rcu_dereference_protected(array->ptrs[index], in reuseport_array_delete_elem()
84 RCU_INIT_POINTER(array->ptrs[index], NULL); in reuseport_array_delete_elem()
255 u32 index = *(u32 *)key; in bpf_fd_reuseport_array_update_elem() local
263 if (index > in bpf_fd_reuseport_array_update_elem()
337 u32 index = key ? *(u32 *)key : U32_MAX; reuseport_array_get_next_key() local
[all...]
/kernel/linux/linux-5.10/kernel/sched/
H A Dcpuacct.c96 enum cpuacct_stat_index index) in cpuacct_cpuusage_read()
103 * We allow index == CPUACCT_STAT_NSTATS here to read in cpuacct_cpuusage_read()
106 BUG_ON(index > CPUACCT_STAT_NSTATS); in cpuacct_cpuusage_read()
115 switch (index) { in cpuacct_cpuusage_read()
162 enum cpuacct_stat_index index) in __cpuusage_read()
169 totalcpuusage += cpuacct_cpuusage_read(ca, i, index); in __cpuusage_read()
210 enum cpuacct_stat_index index) in __cpuacct_percpu_seq_show()
217 percpu = cpuacct_cpuusage_read(ca, i, index); in __cpuacct_percpu_seq_show()
242 int index; in cpuacct_all_seq_show() local
246 for (index in cpuacct_all_seq_show()
95 cpuacct_cpuusage_read(struct cpuacct *ca, int cpu, enum cpuacct_stat_index index) cpuacct_cpuusage_read() argument
161 __cpuusage_read(struct cgroup_subsys_state *css, enum cpuacct_stat_index index) __cpuusage_read() argument
209 __cpuacct_percpu_seq_show(struct seq_file *m, enum cpuacct_stat_index index) __cpuacct_percpu_seq_show() argument
345 cpuacct_account_field(struct task_struct *tsk, int index, u64 val) cpuacct_account_field() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dr600_dpm.h157 void r600_set_tc(struct radeon_device *rdev, u32 index, u32 u_t, u32 d_t);
175 u32 index, bool enable);
177 u32 index, bool enable);
179 u32 index, bool enable);
181 u32 index, u32 divider);
183 u32 index, u32 divider);
185 u32 index, u32 divider);
187 u32 index, u32 step_time);
194 enum r600_power_level index, u64 pins);
198 enum r600_power_level index, boo
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H A Dhantro_g1_h264_dec.c160 reg = G1_REG_BD_REF_PIC_BINIT_RLIST_F0(b0_reflist[i].index) | in set_ref()
161 G1_REG_BD_REF_PIC_BINIT_RLIST_F1(b0_reflist[i + 1].index) | in set_ref()
162 G1_REG_BD_REF_PIC_BINIT_RLIST_F2(b0_reflist[i + 2].index) | in set_ref()
163 G1_REG_BD_REF_PIC_BINIT_RLIST_B0(b1_reflist[i].index) | in set_ref()
164 G1_REG_BD_REF_PIC_BINIT_RLIST_B1(b1_reflist[i + 1].index) | in set_ref()
165 G1_REG_BD_REF_PIC_BINIT_RLIST_B2(b1_reflist[i + 2].index); in set_ref()
170 * G1_REG_BD_P_REF_PIC register contains last entries (index 15) in set_ref()
174 reg = G1_REG_BD_P_REF_PIC_BINIT_RLIST_F15(b0_reflist[15].index) | in set_ref()
175 G1_REG_BD_P_REF_PIC_BINIT_RLIST_B15(b1_reflist[15].index) | in set_ref()
176 G1_REG_BD_P_REF_PIC_PINIT_RLIST_F0(p_reflist[0].index) | in set_ref()
[all...]
/kernel/linux/linux-6.6/drivers/soc/apple/
H A Dsart.c52 void (*get_entry)(struct apple_sart *sart, int index, u8 *flags,
54 void (*set_entry)(struct apple_sart *sart, int index, u8 flags,
71 static void sart2_get_entry(struct apple_sart *sart, int index, u8 *flags, in sart2_get_entry() argument
74 u32 cfg = readl(sart->regs + APPLE_SART2_CONFIG(index)); in sart2_get_entry()
75 phys_addr_t paddr_ = readl(sart->regs + APPLE_SART2_PADDR(index)); in sart2_get_entry()
83 static void sart2_set_entry(struct apple_sart *sart, int index, u8 flags, in sart2_set_entry() argument
91 writel(paddr_shifted, sart->regs + APPLE_SART2_PADDR(index)); in sart2_set_entry()
92 writel(cfg, sart->regs + APPLE_SART2_CONFIG(index)); in sart2_set_entry()
103 static void sart3_get_entry(struct apple_sart *sart, int index, u8 *flags, in sart3_get_entry() argument
106 phys_addr_t paddr_ = readl(sart->regs + APPLE_SART3_PADDR(index)); in sart3_get_entry()
114 sart3_set_entry(struct apple_sart *sart, int index, u8 flags, phys_addr_t paddr_shifted, size_t size_shifted) sart3_set_entry() argument
207 sart_set_entry(struct apple_sart *sart, int index, u8 flags, phys_addr_t paddr, size_t size) sart_set_entry() argument
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dreuseport_array.c53 u32 index = *(u32 *)key; in reuseport_array_lookup_elem() local
55 if (unlikely(index >= array->map.max_entries)) in reuseport_array_lookup_elem()
58 return rcu_dereference(array->ptrs[index]); in reuseport_array_lookup_elem()
65 u32 index = *(u32 *)key; in reuseport_array_delete_elem() local
69 if (index >= map->max_entries) in reuseport_array_delete_elem()
72 if (!rcu_access_pointer(array->ptrs[index])) in reuseport_array_delete_elem()
77 sk = rcu_dereference_protected(array->ptrs[index], in reuseport_array_delete_elem()
82 RCU_INIT_POINTER(array->ptrs[index], NULL); in reuseport_array_delete_elem()
238 u32 index = *(u32 *)key; in bpf_fd_reuseport_array_update_elem() local
246 if (index > in bpf_fd_reuseport_array_update_elem()
320 u32 index = key ? *(u32 *)key : U32_MAX; reuseport_array_get_next_key() local
[all...]
H A Darraymap.c157 static void *array_map_elem_ptr(struct bpf_array* array, u32 index) in array_map_elem_ptr() argument
159 return array->value + (u64)array->elem_size * index; in array_map_elem_ptr()
166 u32 index = *(u32 *)key; in array_map_lookup_elem() local
168 if (unlikely(index >= array->map.max_entries)) in array_map_lookup_elem()
171 return array->value + (u64)array->elem_size * (index & array->index_mask); in array_map_lookup_elem()
212 const int index = BPF_REG_2; in array_map_gen_lookup() local
218 *insn++ = BPF_LDX_MEM(BPF_W, ret, index, 0); in array_map_gen_lookup()
241 u32 index = *(u32 *)key; in percpu_array_map_lookup_elem() local
243 if (unlikely(index >= array->map.max_entries)) in percpu_array_map_lookup_elem()
246 return this_cpu_ptr(array->pptrs[index in percpu_array_map_lookup_elem()
252 u32 index = *(u32 *)key; percpu_array_map_lookup_percpu_elem() local
266 u32 index = *(u32 *)key; bpf_percpu_array_copy() local
294 u32 index = key ? *(u32 *)key : U32_MAX; array_map_get_next_key() local
314 u32 index = *(u32 *)key; array_map_update_elem() local
353 u32 index = *(u32 *)key; bpf_percpu_array_update() local
469 u32 index = *(u32 *)key; percpu_array_map_seq_show_elem() local
548 u32 index; global() member
556 u32 index; bpf_array_map_seq_start() local
575 u32 index; bpf_array_map_seq_next() local
847 u32 index = *(u32 *)key, ufd; bpf_fd_array_map_update_elem() local
878 u32 index = *(u32 *)key; __fd_array_map_delete_elem() local
1341 const int index = BPF_REG_2; array_of_map_gen_lookup() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dr600_dpm.h157 void r600_set_tc(struct radeon_device *rdev, u32 index, u32 u_t, u32 d_t);
175 u32 index, bool enable);
177 u32 index, bool enable);
179 u32 index, bool enable);
181 u32 index, u32 divider);
183 u32 index, u32 divider);
185 u32 index, u32 divider);
187 u32 index, u32 step_time);
194 enum r600_power_level index, u64 pins);
198 enum r600_power_level index, boo
[all...]
/kernel/linux/linux-6.6/sound/soc/amd/yc/
H A Dpci-acp6x.c149 int index = 0; in snd_acp6x_probe() local
242 for (index = 0; index < ACP6x_DEVS; index++) { in snd_acp6x_probe()
243 adata->pdev[index] = in snd_acp6x_probe()
244 platform_device_register_full(&pdevinfo[index]); in snd_acp6x_probe()
245 if (IS_ERR(adata->pdev[index])) { in snd_acp6x_probe()
247 pdevinfo[index].name); in snd_acp6x_probe()
248 ret = PTR_ERR(adata->pdev[index]); in snd_acp6x_probe()
267 for (--index; inde in snd_acp6x_probe()
312 int ret, index; snd_acp6x_remove() local
[all...]
/kernel/linux/linux-6.6/sound/soc/amd/renoir/
H A Drn-pci-acp3x.c216 int ret, index; in snd_rn_acp_probe() local
324 for (index = 0; index < ACP_DEVS; index++) { in snd_rn_acp_probe()
325 adata->pdev[index] = in snd_rn_acp_probe()
326 platform_device_register_full(&pdevinfo[index]); in snd_rn_acp_probe()
327 if (IS_ERR(adata->pdev[index])) { in snd_rn_acp_probe()
329 pdevinfo[index].name); in snd_rn_acp_probe()
330 ret = PTR_ERR(adata->pdev[index]); in snd_rn_acp_probe()
341 for (index in snd_rn_acp_probe()
397 int ret, index; snd_rn_acp_remove() local
[all...]
/kernel/linux/linux-6.6/kernel/sched/
H A Dcpuacct.c95 enum cpuacct_stat_index index) in cpuacct_cpuusage_read()
102 * We allow index == CPUACCT_STAT_NSTATS here to read in cpuacct_cpuusage_read()
105 if (WARN_ON_ONCE(index > CPUACCT_STAT_NSTATS)) in cpuacct_cpuusage_read()
115 switch (index) { in cpuacct_cpuusage_read()
162 enum cpuacct_stat_index index) in __cpuusage_read()
169 totalcpuusage += cpuacct_cpuusage_read(ca, i, index); in __cpuusage_read()
210 enum cpuacct_stat_index index) in __cpuacct_percpu_seq_show()
217 percpu = cpuacct_cpuusage_read(ca, i, index); in __cpuacct_percpu_seq_show()
242 int index; in cpuacct_all_seq_show() local
246 for (index in cpuacct_all_seq_show()
94 cpuacct_cpuusage_read(struct cpuacct *ca, int cpu, enum cpuacct_stat_index index) cpuacct_cpuusage_read() argument
161 __cpuusage_read(struct cgroup_subsys_state *css, enum cpuacct_stat_index index) __cpuusage_read() argument
209 __cpuacct_percpu_seq_show(struct seq_file *m, enum cpuacct_stat_index index) __cpuacct_percpu_seq_show() argument
350 cpuacct_account_field(struct task_struct *tsk, int index, u64 val) cpuacct_account_field() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/octeon-usb/
H A Docteon-hcd.c351 * index: Which USB block this is for.
367 int index; member
540 cvmx_read64_uint64(CVMX_USBNX_DMA0_INB_CHN0(usb->index)); in cvmx_usb_write_csr32()
577 u64 address = CVMX_USBCX_GRSTCTL(usb->index); in cvmx_wait_tx_rx()
607 CVMX_USBCX_GHWCFG3(usb->index)); in cvmx_fifo_setup()
613 USB_SET_FIELD32(CVMX_USBCX_GRXFSIZ(usb->index), cvmx_usbcx_grxfsiz, in cvmx_fifo_setup()
621 npsiz.u32 = cvmx_usb_read_csr32(usb, CVMX_USBCX_GNPTXFSIZ(usb->index)); in cvmx_fifo_setup()
624 cvmx_usb_write_csr32(usb, CVMX_USBCX_GNPTXFSIZ(usb->index), npsiz.u32); in cvmx_fifo_setup()
631 psiz.u32 = cvmx_usb_read_csr32(usb, CVMX_USBCX_HPTXFSIZ(usb->index)); in cvmx_fifo_setup()
634 cvmx_usb_write_csr32(usb, CVMX_USBCX_HPTXFSIZ(usb->index), psi in cvmx_fifo_setup()
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Docteon-hcd.c353 * index: Which USB block this is for.
369 int index; member
542 cvmx_read64_uint64(CVMX_USBNX_DMA0_INB_CHN0(usb->index)); in cvmx_usb_write_csr32()
579 u64 address = CVMX_USBCX_GRSTCTL(usb->index); in cvmx_wait_tx_rx()
609 CVMX_USBCX_GHWCFG3(usb->index)); in cvmx_fifo_setup()
615 USB_SET_FIELD32(CVMX_USBCX_GRXFSIZ(usb->index), cvmx_usbcx_grxfsiz, in cvmx_fifo_setup()
623 npsiz.u32 = cvmx_usb_read_csr32(usb, CVMX_USBCX_GNPTXFSIZ(usb->index)); in cvmx_fifo_setup()
626 cvmx_usb_write_csr32(usb, CVMX_USBCX_GNPTXFSIZ(usb->index), npsiz.u32); in cvmx_fifo_setup()
633 psiz.u32 = cvmx_usb_read_csr32(usb, CVMX_USBCX_HPTXFSIZ(usb->index)); in cvmx_fifo_setup()
636 cvmx_usb_write_csr32(usb, CVMX_USBCX_HPTXFSIZ(usb->index), psi in cvmx_fifo_setup()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/cavium/zip/
H A Dzip_main.c82 /* To ensure that the index is within the limit */ in zip_alloc_device()
90 zip->index = idx; in zip_alloc_device()
248 dev_info(dev, "Found ZIP device %d %x:%x on Node %d\n", zip->index, in zip_probe()
305 zip_dev[zip->index] = NULL; in zip_probe()
339 zip_dev[zip->index] = NULL; in zip_remove()
469 int index = 0; in zip_stats_show() local
473 for (index = 0; index < MAX_ZIP_DEVICES; index++) { in zip_stats_show()
476 if (zip_dev[index]) { in zip_stats_show()
528 int index = 0; zip_clear_show() local
564 int i = 0, index = 0; zip_regs_show() local
[all...]
/kernel/linux/linux-5.10/sound/xen/
H A Dxen_snd_front_evtchnl.c194 static int evtchnl_alloc(struct xen_snd_front_info *front_info, int index, in evtchnl_alloc() argument
207 channel->index = index; in evtchnl_alloc()
306 int s, index; in xen_snd_front_evtchnl_create_all() local
311 index = pcm_instance->streams_pb[s].index; in xen_snd_front_evtchnl_create_all()
313 ret = evtchnl_alloc(front_info, index, in xen_snd_front_evtchnl_create_all()
314 &front_info->evt_pairs[index].req, in xen_snd_front_evtchnl_create_all()
321 ret = evtchnl_alloc(front_info, index, in xen_snd_front_evtchnl_create_all()
322 &front_info->evt_pairs[index] in xen_snd_front_evtchnl_create_all()
400 int s, index; xen_snd_front_evtchnl_publish_all() local
[all...]
/kernel/linux/linux-5.10/kernel/irq/
H A Dtimings.c91 * of 2 of the index. For example, index 12 will contain values
94 * At the end we have an array of values where at each index defines a
95 * [2^index - 1, 2 ^ index] interval values allowing to store a large
99 * ilog2(1123) = 10 index value.
101 * Storing those value at the specific index is done by computing an
128 * Compute the index = ilog2(interval)
129 * Compute a new_ema(buffer[index], interval)
130 * Store the index i
384 int index, i, period_max, count, start, min = INT_MAX; __irq_timings_next_event() local
422 int index = (start + i) & IRQ_TIMINGS_MASK; __irq_timings_next_event() local
449 int index; __irq_timings_store() local
716 int index, start, i, count, period_max; irq_timings_test_next_index() local
741 int index = (start + i) & IRQ_TIMINGS_MASK; irq_timings_test_next_index() local
778 int i, index, ret, irq = 0xACE5; irq_timings_test_irqs() local
[all...]
/kernel/linux/linux-5.10/fs/squashfs/
H A Dfile.c19 * larger), the code implements an index cache that caches the mapping from
20 * block index to datablock location on disk.
22 * The index cache allows Squashfs to handle large files (up to 1.75 TiB) while
26 * The index cache is designed to be memory efficient, and by default uses
44 * Locate cache slot in range [offset, index] for specified inode. If
45 * there's more than one return the slot closest to index.
48 int index) in locate_meta_index()
56 TRACE("locate_meta_index: index %d, offset %d\n", index, offset); in locate_meta_index()
64 msblk->meta_index[i].offset <= index in locate_meta_index()
47 locate_meta_index(struct inode *inode, int offset, int index) locate_meta_index() argument
227 fill_meta_index(struct inode *inode, int index, u64 *index_block, int *index_offset, u64 *data_block) fill_meta_index() argument
326 read_blocklist(struct inode *inode, int index, u64 *block) read_blocklist() argument
451 int index = page->index >> (msblk->block_log - PAGE_SHIFT); squashfs_readpage() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/cavium/zip/
H A Dzip_main.c87 /* To ensure that the index is within the limit */ in zip_alloc_device()
95 zip->index = idx; in zip_alloc_device()
262 dev_info(dev, "Found ZIP device %d %x:%x on Node %d\n", zip->index, in zip_probe()
326 zip_dev[zip->index] = NULL; in zip_probe()
361 zip_dev[zip->index] = NULL; in zip_remove()
491 int index = 0; in zip_stats_show() local
495 for (index = 0; index < MAX_ZIP_DEVICES; index++) { in zip_stats_show()
498 if (zip_dev[index]) { in zip_stats_show()
550 int index = 0; zip_clear_show() local
586 int i = 0, index = 0; zip_regs_show() local
[all...]
/kernel/linux/linux-6.6/kernel/irq/
H A Dtimings.c91 * of 2 of the index. For example, index 12 will contain values
94 * At the end we have an array of values where at each index defines a
95 * [2^index - 1, 2 ^ index] interval values allowing to store a large
99 * ilog2(1123) = 10 index value.
101 * Storing those value at the specific index is done by computing an
128 * Compute the index = ilog2(interval)
129 * Compute a new_ema(buffer[index], interval)
130 * Store the index i
384 int index, i, period_max, count, start, min = INT_MAX; __irq_timings_next_event() local
422 int index = (start + i) & IRQ_TIMINGS_MASK; __irq_timings_next_event() local
449 int index; __irq_timings_store() local
716 int index, start, i, count, period_max; irq_timings_test_next_index() local
741 int index = (start + i) & IRQ_TIMINGS_MASK; irq_timings_test_next_index() local
778 int i, index, ret, irq = 0xACE5; irq_timings_test_irqs() local
[all...]
/kernel/linux/linux-6.6/sound/xen/
H A Dxen_snd_front_evtchnl.c191 static int evtchnl_alloc(struct xen_snd_front_info *front_info, int index, in evtchnl_alloc() argument
203 channel->index = index; in evtchnl_alloc()
282 int s, index; in xen_snd_front_evtchnl_create_all() local
287 index = pcm_instance->streams_pb[s].index; in xen_snd_front_evtchnl_create_all()
289 ret = evtchnl_alloc(front_info, index, in xen_snd_front_evtchnl_create_all()
290 &front_info->evt_pairs[index].req, in xen_snd_front_evtchnl_create_all()
297 ret = evtchnl_alloc(front_info, index, in xen_snd_front_evtchnl_create_all()
298 &front_info->evt_pairs[index] in xen_snd_front_evtchnl_create_all()
376 int s, index; xen_snd_front_evtchnl_publish_all() local
[all...]
/test/xts/acts/security_lite/huks/liteos_m_adapter/
H A Dhks_mac_test.c69 uint32_t index = 0; in printBuffer() local
74 BufferToAscii(buffer + index, (i == print_count) ? buffer_size % SINGLE_PRINT_LENGTH : SINGLE_PRINT_LENGTH, in printBuffer()
78 index += SINGLE_PRINT_LENGTH; in printBuffer()
303 static int32_t BaseTestMac(uint32_t index) in BaseTestMac() argument
309 if (g_testMacParams[index].macType == HKS_TEST_MAC_TYPE_REE) { in BaseTestMac()
311 g_testMacParams[index].keyParams.blobExist, in BaseTestMac()
312 g_testMacParams[index].keyParams.blobSize, in BaseTestMac()
313 g_testMacParams[index].keyParams.blobDataExist, in BaseTestMac()
314 g_testMacParams[index].keyParams.blobDataSize); in BaseTestMac()
316 if (g_testMacParams[index] in BaseTestMac()
[all...]
/kernel/linux/linux-5.10/drivers/macintosh/
H A Dwindfarm_pid.c49 st->index = 0; in wf_pid_run()
51 st->index = (st->index + 1) % hlen; in wf_pid_run()
52 st->samples[st->index] = new_sample; in wf_pid_run()
53 st->errors[st->index] = error; in wf_pid_run()
58 integ += st->errors[(st->index + hlen - i) % hlen]; in wf_pid_run()
62 deriv = st->errors[st->index] - in wf_pid_run()
63 st->errors[(st->index + hlen - 1) % hlen]; in wf_pid_run()
105 st->index = st->tindex = 0; in wf_cpu_pid_run()
107 st->index in wf_cpu_pid_run()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/snic/
H A Dvnic_wq.c27 unsigned int index, enum vnic_res_type res_type) in vnic_wq_get_ctrl()
29 wq->ctrl = svnic_dev_get_res(vdev, res_type, index); in vnic_wq_get_ctrl()
37 unsigned int index, unsigned int desc_count, unsigned int desc_size) in vnic_wq_alloc_ring()
61 buf->index = i * VNIC_WQ_BUF_DFLT_BLK_ENTRIES + j; in vnic_wq_alloc_bufs()
63 wq->ring.desc_size * buf->index; in vnic_wq_alloc_bufs()
64 if (buf->index + 1 == count) { in vnic_wq_alloc_bufs()
104 wq->index = 0; in vnic_wq_devcmd2_alloc()
124 unsigned int index, unsigned int desc_count, unsigned int desc_size) in svnic_wq_alloc()
128 wq->index = index; in svnic_wq_alloc()
26 vnic_wq_get_ctrl(struct vnic_dev *vdev, struct vnic_wq *wq, unsigned int index, enum vnic_res_type res_type) vnic_wq_get_ctrl() argument
36 vnic_wq_alloc_ring(struct vnic_dev *vdev, struct vnic_wq *wq, unsigned int index, unsigned int desc_count, unsigned int desc_size) vnic_wq_alloc_ring() argument
123 svnic_wq_alloc(struct vnic_dev *vdev, struct vnic_wq *wq, unsigned int index, unsigned int desc_count, unsigned int desc_size) svnic_wq_alloc() argument
[all...]
/kernel/linux/linux-5.10/drivers/regulator/
H A Dcros-ec-regulator.c19 u32 index; member
59 .index = data->index, in cros_ec_regulator_enable()
71 .index = data->index, in cros_ec_regulator_disable()
83 .index = data->index, in cros_ec_regulator_is_enabled()
110 .index = data->index, in cros_ec_regulator_get_voltage()
129 .index in cros_ec_regulator_set_voltage()
[all...]

Completed in 21 milliseconds

1...<<11121314151617181920>>...536