Home
last modified time | relevance | path

Searched refs:index (Results 4226 – 4250 of 11492) sorted by relevance

1...<<161162163164165166167168169170>>...460

/openbmc/linux/fs/ufs/
H A Dinode.c255 ufs_inode_getfrag(struct inode *inode, unsigned index, in ufs_inode_getfrag() argument
271 p = ufs_get_direct_data_ptr(uspi, ufsi, index); in ufs_inode_getfrag()
283 if (index) { in ufs_inode_getfrag()
285 ufs_get_direct_data_ptr(uspi, ufsi, index - 1)); in ufs_inode_getfrag()
335 unsigned index, sector_t new_fragment, int *err, in ufs_inode_getblock() argument
348 bh = sb_bread(sb, ind_block + (index >> shift)); in ufs_inode_getblock()
354 index &= uspi->s_apbmask >> uspi->s_fpbshift; in ufs_inode_getblock()
356 p = (__fs64 *)bh->b_data + index; in ufs_inode_getblock()
358 p = (__fs32 *)bh->b_data + index; in ufs_inode_getblock()
364 if (index && (uspi->fs_magic == UFS2_MAGIC ? in ufs_inode_getblock()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.c722 uint32_t index; in dce110_timing_generator_set_test_pattern() local
831 for (index = 0; index < 6; index++) { in dce110_timing_generator_set_test_pattern()
835 dst_color[index] = in dce110_timing_generator_set_test_pattern()
836 src_color[index] >> (src_bpc - dst_bpc); in dce110_timing_generator_set_test_pattern()
843 dst_color[index] <<= (16 - dst_bpc); in dce110_timing_generator_set_test_pattern()
878 for (index = 0; index < 6; index++) { in dce110_timing_generator_set_test_pattern()
884 (1 << index), in dce110_timing_generator_set_test_pattern()
894 dst_color[index], in dce110_timing_generator_set_test_pattern()
/openbmc/qemu/migration/
H A Dtrace-events247 …g(uint64_t chunk, int len, int index, int64_t offset) "Sending registration request chunk %" PRIu6…
249 …uint64_t chunk, int len, int index, int64_t offset) "Entire chunk is zero, sending compress: %" PR…
251 rdma_block_notification_handle(const char *name, int index) "%s at %d"
253 …ation_handle_compress(int64_t length, int index, int64_t offset) "Zapping zero chunk: %" PRId64 " …
258 …ation_handle_register_loop(int req, int index, uint64_t addr, uint64_t chunks) "Registration reque…
261 …stration_handle_unregister_loop(int count, int index, uint64_t chunk) "Unregistration request (%d)…
291 postcopy_ram_fault_thread_fds_extra(size_t index, const char *name, int fd) "%zd/%s: %d"
/openbmc/linux/drivers/atm/
H A Dfore200e.c78 #define FORE200E_DMA_INDEX(dma_addr, type, index) ((dma_addr) + (index) * sizeof(type)) argument
80 #define FORE200E_INDEX(virt_addr, type, index) (&((type *)(virt_addr))[ index ]) argument
82 #define FORE200E_NEXT_ENTRY(index, modulo) (index = ((index) + 1) % (modulo)) argument
870 where, scheme, magn, buffer->index); in bsq_audit()
883 if ((buffer->index < 0) || (buffer->index >= fore200e_rx_buf_nbr[ scheme ][ magn ])) { in bsq_audit()
939 scheme, magn, buffer->index); in fore200e_supply()
2013 buffer[ i ].index = i; in fore200e_alloc_rx_buf()
2528 static int index = 0; in fore200e_sba_probe() local
2553 index++; in fore200e_sba_probe()
2593 static int index = 0; in fore200e_pca_detect() local
[all …]
/openbmc/linux/Documentation/filesystems/
H A Doverlayfs.rst42 identifier from the real object st_ino and an underlying fsid index.
243 on the index entry. On lookup of a merged directory, if the upper
498 With the "inodes index" feature, on the first time mount, an NFS file
548 2) "inode index"
550 Enabled with the mount option or module option "index=on" or with the
614 entry is created under the index directory. The index entry name is the
617 For a directory object, the index entry has an extended attribute
642 4. If a whiteout is found in index, return ESTALE. This represents an
645 decoded underlying dentry, the path type and index inode, if found.
647 and index, to lookup a connected overlay dentry.
[all …]
/openbmc/u-boot/board/toradex/apalis_imx6/
H A Dapalis_imx6.c393 u32 index = 0; in board_mmc_init() local
403 for (index = 0; index < CONFIG_SYS_FSL_USDHC_NUM; ++index) { in board_mmc_init()
404 switch (index) { in board_mmc_init()
419 index + 1, CONFIG_SYS_FSL_USDHC_NUM); in board_mmc_init()
423 status |= fsl_esdhc_initialize(bis, &usdhc_cfg[index]); in board_mmc_init()
/openbmc/linux/sound/pci/ctxfi/
H A Dctdaio.c85 .index = daio_index,
92 .index = NULL,
99 .index = NULL,
172 entry->user = entry->addr = daio->rscl.ops->index(&daio->rscl); in dao_set_left_input()
201 entry->user = entry->addr = daio->rscr.ops->index(&daio->rscr); in dao_set_right_input()
276 dai->hw->dai_srt_set_srcm(dai->ctrl_blk, src->ops->index(src)); in dai_set_srt_srcl()
283 dai->hw->dai_srt_set_srco(dai->ctrl_blk, src->ops->index(src)); in dai_set_srt_srcr()
/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/
H A D0001-Fix-CVE-2023-29491.patch22 index 9cf5e100..c50ed4df 100644
42 index d9bdfd8f..a10a3877 100644
211 index 2b1875ed..341337d2 100644
225 index 93a0b491..888927e2 100644
245 index 3da4a077..644aa62a 100644
285 index 7c102a30..af5bcf0f 100644
300 index 4cd0c5ba..41508b72 100644
/openbmc/qemu/tests/avocado/acpi-bits/bits-tests/
H A Dtestacpi.py268 for index, subtable in enumerate(mat):
74 testsuite.print_detail("_MAT entry[{}]: {}".format(index, subtable))
79 testsuite.print_detail("_MAT entry[{}]: {}".format(index, subtable))
85 testsuite.print_detail("_MAT entry[{}]: {}".format(index, subtable))
89 testsuite.print_detail("_MAT entry[{}]: {}".format(index, subtable))
107 for index, pstate in enumerate(pss.pstates):
108 testsuite.print_detail("P[{}]: {}".format(index, pstate))
/openbmc/linux/net/sched/
H A Dact_ife.c498 u32 index; in tcf_ife_init() local
542 index = parm->index; in tcf_ife_init()
543 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ife_init()
555 ret = tcf_idr_create(tn, index, est, a, &act_ife_ops, in tcf_ife_init()
558 tcf_idr_cleanup(tn, index); in tcf_ife_init()
648 .index = ife->tcf_index, in tcf_ife_dump()
/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_drv.c120 source->index == sink->index in vsp1_create_sink_links()
490 int vsp1_reset_wpf(struct vsp1_device *vsp1, unsigned int index) in vsp1_reset_wpf() argument
496 if (!(status & VI6_STATUS_SYS_ACT(index))) in vsp1_reset_wpf()
499 vsp1_write(vsp1, VI6_SRESET, VI6_SRESET_SRTS(index)); in vsp1_reset_wpf()
502 if (!(status & VI6_STATUS_SYS_ACT(index))) in vsp1_reset_wpf()
509 dev_err(vsp1->dev, "failed to reset wpf.%u\n", index); in vsp1_reset_wpf()
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_acl.c65 u32 index; member
167 ruleset->index = uid; in prestera_acl_ruleset_create()
222 iface.index = ruleset->index; in prestera_acl_ruleset_offload()
253 .index = ruleset->index in prestera_acl_ruleset_destroy()
420 return ruleset->index; in prestera_acl_ruleset_index_get()
/openbmc/linux/sound/isa/opti9xx/
H A Dopti92x-ad1848.c47 static int index = SNDRV_DEFAULT_IDX1; /* Index 0-MAX */ variable
63 module_param(index, int, 0444);
64 MODULE_PARM_DESC(index, "Index value for opti9xx based soundcard.");
610 strcpy(id1.name, "Aux Playback Switch"); id1.index = 1; in snd_opti93x_mixer()
618 strcpy(id1.name, "Aux Playback Volume"); id1.index = 1; in snd_opti93x_mixer()
622 id1.index = 0; in snd_opti93x_mixer()
921 err = snd_devm_card_new(pdev, index, id, THIS_MODULE,
/openbmc/linux/drivers/pinctrl/renesas/
H A Dpinctrl.c102 unsigned int *num_maps, unsigned int *index) in sh_pfc_dt_subnode_to_map() argument
108 unsigned int idx = *index; in sh_pfc_dt_subnode_to_map()
216 *index = idx; in sh_pfc_dt_subnode_to_map()
245 unsigned int index; in sh_pfc_dt_node_to_map() local
250 index = 0; in sh_pfc_dt_node_to_map()
254 &index); in sh_pfc_dt_node_to_map()
264 &index); in sh_pfc_dt_node_to_map()
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is.c163 static int fimc_is_parse_sensor_config(struct fimc_is *is, unsigned int index, in fimc_is_parse_sensor_config() argument
166 struct fimc_is_sensor *sensor = &is->sensor[index]; in fimc_is_parse_sensor_config()
204 int ret, index = 0; in fimc_is_register_subdevs() local
212 ret = fimc_is_parse_sensor_config(is, index, child); in fimc_is_register_subdevs()
214 if (ret < 0 || index >= FIMC_IS_SENSORS_NUM) { in fimc_is_register_subdevs()
219 index++; in fimc_is_register_subdevs()
487 is->fd_header.index = is->i2h_cmd.args[1]; in fimc_is_general_irq_handler()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_mfa2.h11 u16 index; member
/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/
H A Dclock.h39 void init_clk_usdhc(u32 index);
/openbmc/linux/Documentation/translations/zh_TW/filesystems/
H A Dindex.rst5 :Original: :ref:`Documentation/filesystems/index.rst <filesystems_index>`
/openbmc/linux/arch/powerpc/boot/dts/
H A Dmpc885ads.dts105 linux,network-index = <0>;
117 linux,network-index = <1>;
209 linux,network-index = <2>;
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Dst,stm32h7-rcc.txt135 property, containing a phandle to the reset device node and an index specifying
137 The index is the bit number within the RCC registers bank, starting from RCC
139 It is calculated as: index = register_offset / 4 * 32 + bit_offset.
/openbmc/phosphor-webui/app/common/styles/components/
H A Dform-elements.scss25 z-index: 100;
93 z-index: -1;
189 z-index: -1;
/openbmc/u-boot/board/ti/beagle/
H A Dbeagle.c561 int ehci_hcd_init(int index, enum usb_init_type init, in ehci_hcd_init() argument
564 return omap_ehci_hcd_init(index, &usbhs_bdata, hccr, hcor); in ehci_hcd_init()
567 int ehci_hcd_stop(int index) in ehci_hcd_stop() argument
/openbmc/u-boot/board/varisys/common/
H A Dsys_eeprom.c288 static void set_mac_address(unsigned int index, const char *string) in set_mac_address() argument
293 if ((index >= MAX_NUM_PORTS) || !string) { in set_mac_address()
299 e.mac[index][i] = simple_strtoul(p, &p, 16); in set_mac_address()
/openbmc/linux/drivers/clk/renesas/
H A Dclk-div6.c186 static int cpg_div6_clock_set_parent(struct clk_hw *hw, u8 index) in cpg_div6_clock_set_parent() argument
191 if (index >= clk_hw_get_num_parents(hw)) in cpg_div6_clock_set_parent()
194 src = clock->parents[index] << __ffs(clock->src_mask); in cpg_div6_clock_set_parent()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0004-Use-configure-to-test-for-feature-instead-of-platfor.patch34 index 2f34f6eda..daa0939c3 100644
60 index 3d7d1e303..0e12ac5bd 100644
124 index 0135e6a09..6f20547b2 100644

1...<<161162163164165166167168169170>>...460