Home
last modified time | relevance | path

Searched refs:indexes (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/pci/hotplug/
Drpaphp_core.c161 const __be32 *indexes, *names, *types, *domains; in get_children_props() local
163 indexes = of_get_property(dn, "ibm,drc-indexes", NULL); in get_children_props()
168 if (!indexes || !names || !types || !domains) { in get_children_props()
173 *drc_indexes = indexes; in get_children_props()
197 const __be32 *indexes, *names; in rpaphp_check_drc_props_v1() local
201 rc = get_children_props(dn->parent, &indexes, &names, &types, &domains); in rpaphp_check_drc_props_v1()
210 for (i = 0; i < be32_to_cpu(indexes[0]); i++) { in rpaphp_check_drc_props_v1()
211 if (be32_to_cpu(indexes[i + 1]) == my_index) in rpaphp_check_drc_props_v1()
315 static int is_php_dn(struct device_node *dn, const __be32 **indexes, in is_php_dn() argument
322 rc = get_children_props(dn, indexes, names, &drc_types, power_domains); in is_php_dn()
[all …]
/linux-4.19.296/fs/squashfs/
Dxattr_id.c75 unsigned int len, indexes; in squashfs_read_xattr_id_table() local
96 indexes = SQUASHFS_XATTR_BLOCKS(*xattr_ids); in squashfs_read_xattr_id_table()
121 for (n = 0; n < (indexes - 1); n++) { in squashfs_read_xattr_id_table()
132 start = le64_to_cpu(table[indexes - 1]); in squashfs_read_xattr_id_table()
Did.c77 unsigned int indexes = SQUASHFS_ID_BLOCKS(no_ids); in squashfs_read_id_index_table() local
109 for (n = 0; n < (indexes - 1); n++) { in squashfs_read_id_index_table()
120 start = le64_to_cpu(table[indexes - 1]); in squashfs_read_id_index_table()
Dexport.c132 unsigned int indexes = SQUASHFS_LOOKUP_BLOCKS(inodes); in squashfs_read_inode_lookup_table() local
164 for (n = 0; n < (indexes - 1); n++) { in squashfs_read_inode_lookup_table()
176 start = le64_to_cpu(table[indexes - 1]); in squashfs_read_inode_lookup_table()