/kernel/linux/linux-6.6/drivers/clk/spear/ |
H A D | clk-gpt-synth.c | 32 int index) in gpt_calc_rate() 37 prate /= ((1 << (rtbl[index].nscale + 1)) * (rtbl[index].mscale + 1)); in gpt_calc_rate() 31 gpt_calc_rate(struct clk_hw *hw, unsigned long prate, int index) gpt_calc_rate() argument
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | addi_apci_16xx.c | 69 outl(s->io_bits, dev->iobase + APCI16XX_DIR_REG(s->index)); in apci16xx_insn_config() 80 outl(s->state, dev->iobase + APCI16XX_OUT_REG(s->index)); in apci16xx_dio_insn_bits() 82 data[1] = inl(dev->iobase + APCI16XX_IN_REG(s->index)); in apci16xx_dio_insn_bits()
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | s3c64xx-cpufreq.c | 52 unsigned int index) in s3c64xx_cpufreq_set_target() 59 new_freq = s3c64xx_freq_table[index].frequency; in s3c64xx_cpufreq_set_target() 60 dvfs = &s3c64xx_dvfs_table[s3c64xx_freq_table[index].driver_data]; in s3c64xx_cpufreq_set_target() 51 s3c64xx_cpufreq_set_target(struct cpufreq_policy *policy, unsigned int index) s3c64xx_cpufreq_set_target() argument
|
H A D | amd_freq_sensitivity.c | 91 unsigned int index; in amd_powersave_bias_target() local 93 index = cpufreq_table_find_index_h(policy, in amd_powersave_bias_target() 96 freq_next = policy->freq_table[index].frequency; in amd_powersave_bias_target()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | v4l2-subdev.h | 71 * @index: format index during enumeration 80 __u32 index; member 90 * @index: format index during enumeration 102 __u32 index; member 131 * @index: frame interval index during enumeration 141 __u32 index; member 205 * @sink_pad: the sink pad index [all...] |
/kernel/linux/linux-6.6/drivers/dma-buf/ |
H A D | dma-fence-unwrap.c | 21 cursor->index = 0; in __dma_fence_unwrap_array() 52 ++cursor->index; in dma_fence_unwrap_next() 53 tmp = dma_fence_array_next(cursor->array, cursor->index); in dma_fence_unwrap_next()
|
/kernel/linux/linux-6.6/drivers/net/ppp/ |
H A D | pppox.c | 77 int index; in pppox_ioctl() local 83 index = ppp_channel_index(&po->chan); in pppox_ioctl() 84 if (put_user(index , (int __user *) arg)) in pppox_ioctl()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/ |
H A D | media-dev.h | 190 unsigned int index) in __fimc_md_get_subdev() 194 if (!p || index >= IDX_MAX) in __fimc_md_get_subdev() 197 return p->subdevs[index]; in __fimc_md_get_subdev() 188 __fimc_md_get_subdev( struct exynos_media_pipeline *ep, unsigned int index) __fimc_md_get_subdev() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/ |
H A D | fw.h | 52 u8 index; member 58 u8 index; member 68 u8 index; member
|
/kernel/linux/linux-6.6/drivers/nvmem/layouts/ |
H A D | sl28vpd.c | 24 static int sl28vpd_mac_address_pp(void *priv, const char *id, int index, in sl28vpd_mac_address_pp() argument 31 if (index < 0) in sl28vpd_mac_address_pp() 37 eth_addr_add(buf, index); in sl28vpd_mac_address_pp()
|
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | label.h | 38 * @seq: sequence number for this index 39 * @myoff: offset of this index in label area 40 * @mysize: size of this index struct 41 * @otheroff: offset of other index 203 * If the 'best' index is invalid, so is the 'next' index. Otherwise, 204 * the next index is MOD(index+1, 2) 206 static inline int nd_label_next_nsindex(int index) in nd_label_next_nsindex() argument 208 if (index < in nd_label_next_nsindex() [all...] |
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | rpaphp_slot.c | 42 slot->index = drc_index; in alloc_slot_struct() 90 dbg("%s registering slot:path[%pOF] index[%x], name[%s] pdomain[%x] type[%d]\n", in rpaphp_register_slot() 91 __func__, slot->dn, slot->index, slot->name, in rpaphp_register_slot() 101 retval = of_property_read_u32(child, "ibm,my-drc-index", &my_index); in rpaphp_register_slot() 102 if (my_index == slot->index) { in rpaphp_register_slot()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | cpu.c | 9 * @cpun: CPU number(logical index) for which device node is required 31 * @cpu: logical cpu index of a core/thread 34 * CPU logical to physical index mapping is architecture specific. 36 * id to logical cpu index. phys_id provided here is usually values read 39 * Returns true if the physical identifier and the logical cpu index 103 * @cpu: CPU number(logical index) for which device node is required 108 * given logical CPU index. It should be used to initialize the of_node in 112 * CPU logical to physical index mapping is architecture specific and is built 177 * of_get_cpu_state_node - Get CPU's idle state node at the given index 180 * @index 191 of_get_cpu_state_node(struct device_node *cpu_node, int index) of_get_cpu_state_node() argument [all...] |
/kernel/linux/linux-6.6/arch/x86/platform/atom/ |
H A D | punit_atom_debug.c | 83 int index; in punit_dev_state_show() local 94 index = (punit_pwr_status >> punit_devp->sss_pos) & 3; in punit_dev_state_show() 96 dstates[index]); in punit_dev_state_show()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_displayid.c | 11 displayid_get_header(const u8 *displayid, int length, int index) in displayid_get_header() argument 15 if (sizeof(*base) > length - index) in displayid_get_header() 18 base = (const struct displayid_header *)&displayid[index]; in displayid_get_header()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | wndwc67e.c | 102 wndwc67e_new(struct nouveau_drm *drm, enum drm_plane_type type, int index, in wndwc67e_new() argument 105 return wndwc37e_new_(&wndwc67e, drm, type, index, oclass, BIT(index >> 1), pwndw); in wndwc67e_new()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | ltc4260.c | 79 value = ltc4260_get_value(dev, attr->index); in ltc4260_value_show() 97 fault &= attr->index; in ltc4260_bool_show() 99 regmap_update_bits(regmap, LTC4260_FAULT, attr->index, 0); in ltc4260_bool_show()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/ |
H A D | hgsmi_base.c | 80 * @index: The index of the parameter to query. 83 int hgsmi_query_conf(struct gen_pool *ctx, u32 index, u32 *value_ret) in hgsmi_query_conf() argument 92 p->index = index; in hgsmi_query_conf()
|
/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-gic-v3-its-platform-msi.c | 20 int ret, index = 0; in of_pmsi_get_dev_id() local 28 index, &args); in of_pmsi_get_dev_id() 35 index++; in of_pmsi_get_dev_id()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma_doorbell.c | 108 uar->index = obj; in pvrdma_uar_alloc() 110 PAGE_SHIFT) + uar->index; in pvrdma_uar_alloc() 121 obj = uar->index & (tbl->max - 1); in pvrdma_uar_free()
|
/kernel/linux/linux-6.6/sound/synth/emux/ |
H A D | emux.c | 77 int snd_emux_register(struct snd_emux *emu, struct snd_card *card, int index, char *name) in snd_emux_register() argument 113 snd_emux_init_seq(emu, card, index); in snd_emux_register() 119 snd_emux_proc_init(emu, card, index); in snd_emux_register()
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/event/smp/ |
H A D | It_smp_los_event_032.c | 45 static VOID TaskF01(UINT32 index) in TaskF01() argument 48 PRINT_DEBUG("index = %d,cpuid=%d\n", index, ArchCurrCpuid()); in TaskF01() 49 switch (index) { in TaskF01() 64 case 2: // 2,index in TaskF01() 93 for (j = 0; j < 3; j++) { // 3, max index in Testcase() 119 for (j = 0; j < 3; j++) { // 3, max index in Testcase() 128 for (i = 0; i < 3; i++) { // 3, max index in Testcase()
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/swtmr/smp/ |
H A D | It_smp_los_swtmr_027.c | 48 static VOID TaskF01(UINT32 index) in TaskF01() argument 55 ret = LOS_SwtmrStop(g_sztmrId[index]); in TaskF01() 63 LOS_SwtmrDelete(g_sztmrId[index]); in TaskF01()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | v4l2-subdev.h | 50 __u32 index; member 58 __u32 index; member 76 __u32 index; member 116 * @sink_pad: the sink pad index 118 * @source_pad: the source pad index
|
/kernel/linux/linux-6.6/sound/pci/echoaudio/ |
H A D | indigo_dsp.c | 139 int index; in set_vmixer_gain() local 149 index = output * num_pipes_out(chip) + pipe; in set_vmixer_gain() 150 chip->comm_page->vmixer[index] = gain; in set_vmixer_gain()
|