Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/hotplug/
Drpaphp_core.c174 const int *indexes, *names, *types, *domains; in get_children_props() local
176 indexes = of_get_property(dn, "ibm,drc-indexes", NULL); in get_children_props()
181 if (!indexes || !names || !types || !domains) { in get_children_props()
186 *drc_indexes = indexes; in get_children_props()
206 const int *indexes, *names; in rpaphp_get_drc_props() local
218 rc = get_children_props(dn->parent, &indexes, &names, &types, &domains); in rpaphp_get_drc_props()
227 for (i = 0; i < be32_to_cpu(indexes[0]); i++) { in rpaphp_get_drc_props()
228 if ((unsigned int) indexes[i + 1] == *my_index) { in rpaphp_get_drc_props()
273 static int is_php_dn(struct device_node *dn, const int **indexes, in is_php_dn() argument
279 rc = get_children_props(dn, indexes, names, &drc_types, power_domains); in is_php_dn()
[all …]
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dpseries_energy.c41 const int *indexes; in cpu_to_drc_index() local
49 indexes = of_get_property(dn, "ibm,drc-indexes", NULL); in cpu_to_drc_index()
50 if (indexes == NULL) in cpu_to_drc_index()
59 WARN_ON(i > indexes[0]); in cpu_to_drc_index()
60 ret = indexes[i + 1]; in cpu_to_drc_index()
74 const int *indexes; in drc_index_to_cpu() local
81 indexes = of_get_property(dn, "ibm,drc-indexes", NULL); in drc_index_to_cpu()
82 if (indexes == NULL) in drc_index_to_cpu()
89 for (i = 0; i < indexes[0]; i++) { in drc_index_to_cpu()
90 if (indexes[i + 1] == drc_index) in drc_index_to_cpu()
/linux-4.4.14/drivers/net/ethernet/3com/
Dtyphoon.c244 struct typhoon_indexes indexes __3xp_aligned;
269 struct typhoon_indexes *indexes; member
485 struct typhoon_indexes *indexes = tp->indexes; in typhoon_process_response() local
492 cleared = le32_to_cpu(indexes->respCleared); in typhoon_process_response()
493 ready = le32_to_cpu(indexes->respReady); in typhoon_process_response()
535 indexes->respCleared = cpu_to_le32(cleared); in typhoon_process_response()
555 int cmdCleared = le32_to_cpu(tp->indexes->cmdCleared); in typhoon_num_free_cmd()
563 int respReady = le32_to_cpu(tp->indexes->respReady); in typhoon_num_free_resp()
564 int respCleared = le32_to_cpu(tp->indexes->respCleared); in typhoon_num_free_resp()
580 struct typhoon_indexes *indexes = tp->indexes; in typhoon_issue_command() local
[all …]
/linux-4.4.14/Documentation/RCU/
DarrayRCU.txt16 case is -not- supported. The problem with RCU-protected indexes into
18 integers, which means that the rules governing handling of these indexes
19 are far more trouble than they are worth. If RCU-protected indexes into
106 indexes into the array under the protection of rcu_read_lock(),
/linux-4.4.14/Documentation/input/
Dnotifier.txt9 - 'shift' is the current modifier state, mask bit indexes are KG_*;
/linux-4.4.14/drivers/md/
Ddm-table.c985 sector_t *indexes; in setup_indexes() local
993 indexes = (sector_t *) dm_vcalloc(total, (unsigned long) NODE_SIZE); in setup_indexes()
994 if (!indexes) in setup_indexes()
999 t->index[i] = indexes; in setup_indexes()
1000 indexes += (KEYS_PER_NODE * t->counts[i]); in setup_indexes()
/linux-4.4.14/Documentation/filesystems/
Dsquashfs.txt32 Directory indexes: yes no
148 file lookup. Directory indexes store one entry per metablock, each entry
191 For space efficiency regular files store uid and gid indexes, which are
Dxfs-self-describing-metadata.txt9 structures and indexes on disk and the algorithms for iterating them are
/linux-4.4.14/Documentation/devicetree/bindings/media/
Dsamsung-s5c73m3.txt50 and physical lane indexes in subsequent elements of the array should
Dvideo-interfaces.txt93 - data-lanes: an array of physical data lane indexes. Position of an entry
98 - clock-lanes: an array of physical clock lane indexes. Position of an entry
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c496 long int i, j, k, n, found, indexes[4]; in kvmppc_h_bulk_remove() local
571 indexes[n] = j; in kvmppc_h_bulk_remove()
585 j = indexes[k]; in kvmppc_h_bulk_remove()
/linux-4.4.14/Documentation/hid/
Dhid-sensor.txt71 the report and get the indexes of the fields and also can get events. This driver
110 These indexes avoid searching every time and getting field index to get or set.
/linux-4.4.14/Documentation/networking/
Dradiotap-headers.txt28 At the moment there are only 13 possible argument indexes defined, but in case
Ddl2k.txt50 6. Run depmod to updated module indexes.
Dbonding.txt2060 address 192.168.1.1 has an interface index of 2 which indexes to eth0
/linux-4.4.14/Documentation/fb/
Dapi.txt115 indexes a read-only lookup table for the corresponding value. Lookup tables
133 indexes a programmable lookup table for the corresponding value.
/linux-4.4.14/Documentation/laptops/
Dsony-laptop.txt21 are indexes to the table "sony_laptop_input_keycode_map" in the sony-laptop.c
/linux-4.4.14/Documentation/device-mapper/
Dcache-policies.txt98 SMQ uses 28bit indexes to implement it's data structures rather than
/linux-4.4.14/Documentation/ABI/obsolete/
Dsysfs-driver-hid-roccat-ryos108 Button and profile indexes are included in written data.
/linux-4.4.14/Documentation/vm/
Dnuma_memory_policy.txt197 Interleave mode indexes the set of nodes specified by the policy
205 For allocation of page cache pages, Interleave mode indexes the set
/linux-4.4.14/Documentation/
Drbtree.txt11 are used to efficiently store sparse arrays and thus use long integer indexes
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt429 (Seems to be ignored, it always indexes I, P and B frames)
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Dthermal.txt215 * used as OPP indexes. The minimum cooling state is 0, which means
/linux-4.4.14/Documentation/s390/
DDebugging390.txt325 2) Also seeing as s/390's page indexes are only 1k in size
329 0,1024,2048 & 3072 in this page as for our segment indexes.
330 On z/Architecture our page indexes are now 2k in size
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt660 These indexes are mostly static from boot to boot, but subsystem makes
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped1286 /* Start YYX at -YYN if negative to avoid negative indexes in
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped1088 /* Start YYX at -YYN if negative to avoid negative indexes in
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c_shipped1249 /* Start YYX at -YYN if negative to avoid negative indexes in
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx.seq61 * of SCBs that are awaiting selection. Since 0-0xfe are valid SCB indexes,