| /Linux-v5.4/arch/powerpc/platforms/pseries/ |
| D | setup.c | 582 const int *indexes; in pseries_get_iov_fw_value() local 586 indexes = of_get_property(dn, "ibm,open-sriov-vf-bar-info", NULL); in pseries_get_iov_fw_value() 587 if (!indexes) in pseries_get_iov_fw_value() 595 num_res = of_read_number(&indexes[NUM_RES_PROPERTY], 1); in pseries_get_iov_fw_value() 602 ret = of_read_number(&indexes[i], 2); in pseries_get_iov_fw_value() 605 ret = of_read_number(&indexes[i + APERTURE_PROPERTY], 2); in pseries_get_iov_fw_value() 608 ret = of_read_number(&indexes[i + WDW_SIZE_PROPERTY], 2); in pseries_get_iov_fw_value() 615 void of_pci_set_vf_bar_size(struct pci_dev *dev, const int *indexes) in of_pci_set_vf_bar_size() argument 621 num_res = of_read_number(&indexes[NUM_RES_PROPERTY], 1); in of_pci_set_vf_bar_size() 626 base = of_read_number(&indexes[i], 2); in of_pci_set_vf_bar_size() [all …]
|
| D | pseries_energy.c | 113 const int *indexes; in drc_index_to_cpu() local 156 indexes = of_get_property(dn, "ibm,drc-indexes", NULL); in drc_index_to_cpu() 157 if (indexes == NULL) in drc_index_to_cpu() 164 for (i = 0; i < indexes[0]; i++) { in drc_index_to_cpu() 165 if (indexes[i + 1] == drc_index) in drc_index_to_cpu()
|
| /Linux-v5.4/drivers/pci/hotplug/ |
| D | rpaphp_core.c | 161 const int *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 int *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 ((unsigned int) indexes[i + 1] == my_index) in rpaphp_check_drc_props_v1() 312 static int is_php_dn(struct device_node *dn, const int **indexes, in is_php_dn() argument 318 rc = get_children_props(dn, indexes, names, &drc_types, power_domains); in is_php_dn() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/3com/ |
| D | typhoon.c | 244 struct typhoon_indexes indexes __3xp_aligned; 269 struct typhoon_indexes *indexes; member 484 struct typhoon_indexes *indexes = tp->indexes; in typhoon_process_response() local 491 cleared = le32_to_cpu(indexes->respCleared); in typhoon_process_response() 492 ready = le32_to_cpu(indexes->respReady); in typhoon_process_response() 534 indexes->respCleared = cpu_to_le32(cleared); in typhoon_process_response() 554 int cmdCleared = le32_to_cpu(tp->indexes->cmdCleared); in typhoon_num_free_cmd() 562 int respReady = le32_to_cpu(tp->indexes->respReady); in typhoon_num_free_resp() 563 int respCleared = le32_to_cpu(tp->indexes->respCleared); in typhoon_num_free_resp() 579 struct typhoon_indexes *indexes = tp->indexes; in typhoon_issue_command() local [all …]
|
| /Linux-v5.4/Documentation/RCU/ |
| D | arrayRCU.txt | 16 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-v5.4/Documentation/devicetree/bindings/media/ |
| D | qcom,camss.txt | 130 and C-PHY, indexes are in a common set and 135 Definition: An array of physical data lanes indexes. 139 is supported. Physical lane indexes for
|
| D | samsung-s5c73m3.txt | 50 and physical lane indexes in subsequent elements of the array should
|
| D | video-interfaces.txt | 125 - data-lanes: an array of physical data lane indexes. Position of an entry 133 - clock-lanes: an array of physical clock lane indexes. Position of an entry
|
| /Linux-v5.4/Documentation/devicetree/bindings/iio/adc/ |
| D | axp20x_adc.txt | 19 ADC channels and their indexes per variant:
|
| /Linux-v5.4/Documentation/devicetree/bindings/power/ |
| D | xlnx,zynqmp-genpd.txt | 15 Power domain ID indexes are mentioned in
|
| D | qcom,rpmpd.txt | 19 various OPPs for different platforms as well as Power domain indexes
|
| /Linux-v5.4/Documentation/devicetree/bindings/soc/amlogic/ |
| D | amlogic,canvas.txt | 8 Many IPs within Amlogic SoCs rely on canvas indexes to read/write pixel data
|
| /Linux-v5.4/Documentation/devicetree/bindings/sound/ |
| D | hisilicon,hi6210-i2s.txt | 20 - The dai cell indexes reference the following interfaces:
|
| /Linux-v5.4/Documentation/input/ |
| D | notifier.rst | 11 - 'shift' is the current modifier state, mask bit indexes are KG_*;
|
| /Linux-v5.4/Documentation/devicetree/bindings/clock/ |
| D | xlnx,zynqmp-clk.txt | 45 from firmware. Output clocks indexes are mentioned in
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | squashfs.txt | 32 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
|
| /Linux-v5.4/drivers/md/ |
| D | dm-table.c | 1147 sector_t *indexes; in setup_indexes() local 1155 indexes = (sector_t *) dm_vcalloc(total, (unsigned long) NODE_SIZE); in setup_indexes() 1156 if (!indexes) in setup_indexes() 1161 t->index[i] = indexes; in setup_indexes() 1162 indexes += (KEYS_PER_NODE * t->counts[i]); in setup_indexes()
|
| /Linux-v5.4/Documentation/devicetree/bindings/media/i2c/ |
| D | adv748x.txt | 56 - data-lanes: an array of physical data lane indexes
|
| /Linux-v5.4/Documentation/filesystems/ext4/ |
| D | checksums.rst | 23 indexes. If you \_ignore\_ this step, your directories will not be
|
| /Linux-v5.4/tools/perf/scripts/python/ |
| D | exported-sql-viewer.py | 2468 indexes = sorted(view.selectedIndexes(), key=RowColumnKey) 2469 idx_cnt = len(indexes) 2474 min_row = indexes[0].row() 2475 max_row = indexes[0].row() 2476 min_col = indexes[0].column() 2477 max_col = indexes[0].column() 2478 for i in indexes: 2486 for i in indexes: 2493 model = indexes[0].model() 2513 for i in indexes: [all …]
|
| /Linux-v5.4/Documentation/hid/ |
| 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-v5.4/Documentation/driver-api/gpio/ |
| D | board.rst | 210 chip as member 0 does must also match their array indexes. 217 different chips than member 0 does, as well as those with indexes different from
|
| /Linux-v5.4/Documentation/devicetree/bindings/bus/ |
| D | imx-weim.txt | 54 child node. We get the CS indexes from the address
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | book3s_hv_rm_mmu.c | 573 long int i, j, k, n, found, indexes[4]; in kvmppc_h_bulk_remove() local 656 indexes[n] = j; in kvmppc_h_bulk_remove() 670 j = indexes[k]; in kvmppc_h_bulk_remove()
|
| /Linux-v5.4/Documentation/admin-guide/device-mapper/ |
| D | cache-policies.rst | 66 smq uses 28bit indexes to implement its data structures rather than
|