Home
last modified time | relevance | path

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

12

/Linux-v5.10/arch/powerpc/platforms/pseries/
Dsetup.c613 const int *indexes; in pseries_get_iov_fw_value() local
617 indexes = of_get_property(dn, "ibm,open-sriov-vf-bar-info", NULL); in pseries_get_iov_fw_value()
618 if (!indexes) in pseries_get_iov_fw_value()
626 num_res = of_read_number(&indexes[NUM_RES_PROPERTY], 1); in pseries_get_iov_fw_value()
633 ret = of_read_number(&indexes[i], 2); in pseries_get_iov_fw_value()
636 ret = of_read_number(&indexes[i + APERTURE_PROPERTY], 2); in pseries_get_iov_fw_value()
639 ret = of_read_number(&indexes[i + WDW_SIZE_PROPERTY], 2); in pseries_get_iov_fw_value()
646 void of_pci_set_vf_bar_size(struct pci_dev *dev, const int *indexes) in of_pci_set_vf_bar_size() argument
652 num_res = of_read_number(&indexes[NUM_RES_PROPERTY], 1); in of_pci_set_vf_bar_size()
657 base = of_read_number(&indexes[i], 2); in of_pci_set_vf_bar_size()
[all …]
Dpseries_energy.c113 const int *indexes; in drc_index_to_cpu() local
153 indexes = of_get_property(dn, "ibm,drc-indexes", NULL); in drc_index_to_cpu()
154 if (indexes == NULL) in drc_index_to_cpu()
161 for (i = 0; i < indexes[0]; i++) { in drc_index_to_cpu()
162 if (indexes[i + 1] == drc_index) in drc_index_to_cpu()
/Linux-v5.10/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()
314 static int is_php_dn(struct device_node *dn, const __be32 **indexes, in is_php_dn() argument
321 rc = get_children_props(dn, indexes, names, &drc_types, power_domains); in is_php_dn()
[all …]
/Linux-v5.10/drivers/net/ethernet/3com/
Dtyphoon.c243 struct typhoon_indexes indexes __3xp_aligned;
268 struct typhoon_indexes *indexes; member
483 struct typhoon_indexes *indexes = tp->indexes; in typhoon_process_response() local
490 cleared = le32_to_cpu(indexes->respCleared); in typhoon_process_response()
491 ready = le32_to_cpu(indexes->respReady); in typhoon_process_response()
533 indexes->respCleared = cpu_to_le32(cleared); in typhoon_process_response()
553 int cmdCleared = le32_to_cpu(tp->indexes->cmdCleared); in typhoon_num_free_cmd()
561 int respReady = le32_to_cpu(tp->indexes->respReady); in typhoon_num_free_resp()
562 int respCleared = le32_to_cpu(tp->indexes->respCleared); in typhoon_num_free_resp()
578 struct typhoon_indexes *indexes = tp->indexes; in typhoon_issue_command() local
[all …]
/Linux-v5.10/Documentation/hwmon/
Dmp2975.rst61 - 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";
Dxdpe12284.rst48 indexes 1, 2 are for "iin" and 3, 4 for "iout":
65 indexes 1, 2 are for "vin" and 3, 4 for "vout":
82 indexes 1, 2 are for "pin" and 3, 4 for "pout":
/Linux-v5.10/Documentation/devicetree/bindings/media/
Dqcom,camss.txt130 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
Dsamsung-s5c73m3.txt50 and physical lane indexes in subsequent elements of the array should
/Linux-v5.10/Documentation/RCU/
DarrayRCU.rst18 case is **not** supported. The problem with RCU-protected indexes into
20 integers, which means that the rules governing handling of these indexes
21 are far more trouble than they are worth. If RCU-protected indexes into
116 indexes into the array under the protection of rcu_read_lock(),
/Linux-v5.10/Documentation/devicetree/bindings/iio/adc/
Daxp20x_adc.txt19 ADC channels and their indexes per variant:
/Linux-v5.10/Documentation/devicetree/bindings/power/
Dxlnx,zynqmp-genpd.txt15 Power domain ID indexes are mentioned in
/Linux-v5.10/Documentation/devicetree/bindings/sound/
Dhisilicon,hi6210-i2s.txt20 - The dai cell indexes reference the following interfaces:
/Linux-v5.10/Documentation/input/
Dnotifier.rst11 - 'shift' is the current modifier state, mask bit indexes are KG_*;
/Linux-v5.10/Documentation/devicetree/bindings/clock/
Dxlnx,zynqmp-clk.txt45 from firmware. Output clocks indexes are mentioned in
/Linux-v5.10/Documentation/networking/devlink/
Ddevlink-dpipe.rst118 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-v5.10/drivers/md/
Ddm-table.c1066 sector_t *indexes; in setup_indexes() local
1074 indexes = (sector_t *) dm_vcalloc(total, (unsigned long) NODE_SIZE); in setup_indexes()
1075 if (!indexes) in setup_indexes()
1080 t->index[i] = indexes; in setup_indexes()
1081 indexes += (KEYS_PER_NODE * t->counts[i]); in setup_indexes()
/Linux-v5.10/Documentation/leds/
Dleds-class-multicolor.rst16 The multicolor class presents files that groups the colors as indexes in an
/Linux-v5.10/Documentation/filesystems/
Dsquashfs.rst37 Directory indexes yes no
154 file lookup. Directory indexes store one entry per metablock, each entry
197 For space efficiency regular files store uid and gid indexes, which are
Derofs.rst160 1 fixed-sized output data compression (with non-compacted indexes);
162 3 fixed-sized output data compression (with compacted indexes, v5.3+).
/Linux-v5.10/Documentation/filesystems/ext4/
Dchecksums.rst23 indexes. If you \_ignore\_ this step, your directories will not be
/Linux-v5.10/Documentation/devicetree/bindings/media/i2c/
Dadv748x.txt56 - data-lanes: an array of physical data lane indexes
/Linux-v5.10/Documentation/driver-api/gpio/
Dboard.rst215 chip as member 0 does must also match their array indexes.
222 different chips than member 0 does, as well as those with indexes different from
/Linux-v5.10/Documentation/hid/
Dhid-sensor.rst76 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.10/Documentation/devicetree/bindings/bus/
Dimx-weim.txt54 child node. We get the CS indexes from the address
/Linux-v5.10/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c563 long int i, j, k, n, found, indexes[4]; in kvmppc_h_bulk_remove() local
646 indexes[n] = j; in kvmppc_h_bulk_remove()
660 j = indexes[k]; in kvmppc_h_bulk_remove()

12