| /linux/drivers/pci/hotplug/ |
| H A D | rpaphp_core.c | 163 const __be32 *indexes, *names, *types, *domains; in get_children_props() local 165 indexes = of_get_property(dn, "ibm,drc-indexes", NULL); in get_children_props() 170 if (!indexes || !names || !types || !domains) { in get_children_props() 175 *drc_indexes = indexes; in get_children_props() 199 const __be32 *indexes, *names; in rpaphp_check_drc_props_v1() local 203 rc = get_children_props(dn->parent, &indexes, &names, &types, &domains); in rpaphp_check_drc_props_v1() 212 for (i = 0; i < be32_to_cpu(indexes[0]); i++) { in rpaphp_check_drc_props_v1() 213 if (be32_to_cpu(indexes[i + 1]) == my_index) in rpaphp_check_drc_props_v1() 316 static int is_php_dn(struct device_node *dn, const __be32 **indexes, in is_php_dn() argument 323 rc = get_children_props(dn, indexes, names, &drc_types, power_domains); in is_php_dn() [all …]
|
| /linux/Documentation/hwmon/ |
| H A D | mp2856.rst | 51 - indexes 1 for "iin"; 52 - indexes 2, 3 for "iout"; 62 - indexes 1 for "vin"; 63 - indexes 2, 3 for "vout"; 79 - indexes 1 for "pin"; 80 - indexes 2, 3 for "pout";
|
| H A D | mp2975.rst | 61 - indexes 1, 1*n for "iin"; 62 - indexes n+1, n+2 for "iout"; 63 - indexes 2*n+1 ... 2*n + k for phases. 83 - indexes 1 for "iin"; 84 - indexes n+1, n+2 for "vout"; 106 - indexes 1 for "pin"; 107 - indexes n+1, n+2 for "pout";
|
| H A D | mp2888.rst | 48 - indexes 2 ... 1 + n for phases. 90 - indexes 1 for "pin"; 91 - indexes 2 for "pout";
|
| H A D | xdpe152c4.rst | 41 indexes 1, 2 are for "iin" and 3, 4 for "iout": 64 indexes 1, 2 are for "vin" and 3, 4 for "vout": 94 indexes 1, 2 are for "pin" and 3, 4 for "pout":
|
| H A D | xdpe12284.rst | 52 indexes 1, 2 are for "iin" and 3, 4 for "iout": 69 indexes 1, 2 are for "vin" and 3, 4 for "vout": 86 indexes 1, 2 are for "pin" and 3, 4 for "pout":
|
| /linux/fs/squashfs/ |
| H A D | xattr_id.c | 62 unsigned int len, indexes; in squashfs_read_xattr_id_table() local 83 indexes = SQUASHFS_XATTR_BLOCKS(*xattr_ids); in squashfs_read_xattr_id_table() 108 for (n = 0; n < (indexes - 1); n++) { in squashfs_read_xattr_id_table() 119 start = le64_to_cpu(table[indexes - 1]); in squashfs_read_xattr_id_table()
|
| H A D | id.c | 64 unsigned int indexes = SQUASHFS_ID_BLOCKS(no_ids); in squashfs_read_id_index_table() local 96 for (n = 0; n < (indexes - 1); n++) { in squashfs_read_id_index_table() 107 start = le64_to_cpu(table[indexes - 1]); in squashfs_read_id_index_table()
|
| H A D | export.c | 119 unsigned int indexes = SQUASHFS_LOOKUP_BLOCKS(inodes); in squashfs_read_inode_lookup_table() local 151 for (n = 0; n < (indexes - 1); n++) { in squashfs_read_inode_lookup_table() 163 start = le64_to_cpu(table[indexes - 1]); in squashfs_read_inode_lookup_table()
|
| H A D | file.c | 714 int i, indexes = min(file_end - index, SQUASHFS_SCAN_INDEXES); in seek_hole_data() local 716 offset = squashfs_read_metadata(sb, blist, &start, &s_offset, indexes << 2); in seek_hole_data() 720 for (i = 0; i < indexes; i++) { in seek_hole_data() 735 index += indexes; in seek_hole_data()
|
| /linux/tools/mm/ |
| H A D | thpmaps | 229 def thp_parse(vma, kpageflags, ranges, indexes, vfns, pfns, anons, heads): 252 folios = indexes[index_next:index_end][heads[index_next:index_end]] 415 indexes = np.arange(len(vfns), dtype=np.uint64) 416 ranges = cont_ranges_all([vfns, pfns], [indexes, vfns, pfns]) 418 thpstats = thp_parse(vma, kpageflags, ranges, indexes, vfns, pfns, anons, heads)
|
| /linux/Documentation/input/ |
| H A D | notifier.rst | 11 - 'shift' is the current modifier state, mask bit indexes are KG_*;
|
| /linux/Documentation/networking/devlink/ |
| H A D | devlink-dpipe.rst | 118 mapped to kernel objects. For example, internal router interface indexes can 119 be directly mapped to the net device ifindex. FIB table indexes used by 121 internal routing table indexes.
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | checksums.rst | 23 indexes. If you _ignore_ this step, your directories will not be
|
| /linux/drivers/md/ |
| H A D | dm-table.c | 1093 sector_t *indexes; in setup_indexes() local 1101 indexes = kvcalloc(total, NODE_SIZE, GFP_KERNEL); in setup_indexes() 1102 if (!indexes) in setup_indexes() 1107 t->index[i] = indexes; in setup_indexes() 1108 indexes += (KEYS_PER_NODE * t->counts[i]); in setup_indexes()
|
| /linux/Documentation/hid/ |
| H A D | hid-sensor.rst | 76 the report and get the indexes of the fields and also can get events. This driver 118 These indexes avoid searching every time and getting field index to get or set.
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_hv_rm_mmu.c | 561 long int i, j, k, n, found, indexes[4]; in kvmppc_h_bulk_remove() local 644 indexes[n] = j; in kvmppc_h_bulk_remove() 658 j = indexes[k]; in kvmppc_h_bulk_remove()
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | cache-policies.rst | 66 smq uses 28bit indexes to implement its data structures rather than
|
| /linux/Documentation/arch/powerpc/ |
| H A D | associativity.rst | 36 The list of domainID indexes represents an increasing hierarchy of resource grouping.
|
| /linux/Documentation/networking/ |
| H A D | radiotap-headers.rst | 33 At the moment there are only 13 possible argument indexes defined, but in case
|
| /linux/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 3854 indexes = sorted(view.selectedIndexes(), key=RowColumnKey) 3855 idx_cnt = len(indexes) 3860 min_row = indexes[0].row() 3861 max_row = indexes[0].row() 3862 min_col = indexes[0].column() 3863 max_col = indexes[0].column() 3864 for i in indexes: 3872 for i in indexes: 3879 model = indexes[0].model() 3899 for i in indexes: [all …]
|
| /linux/Documentation/fb/ |
| H A D | api.rst | 116 indexes a read-only lookup table for the corresponding value. Lookup tables 134 indexes a programmable lookup table for the corresponding value.
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | sony-laptop.rst | 24 are indexes to the table "sony_laptop_input_keycode_map" in the sony-laptop.c
|
| /linux/tools/perf/Documentation/ |
| H A D | perf.data-file-format.txt | 243 * struct auxtrace_index_entry - indexes a AUX area tracing event within a 311 /* bitmap of memory indexes that belongs to node */
|
| /linux/Documentation/devicetree/bindings/soc/ti/ |
| H A D | keystone-navigator-qmss.txt | 44 For QMSS on K2G SoC, following QM reg indexes are used in that order
|