Home
last modified time | relevance | path

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

123

/linux-5.19.10/arch/powerpc/platforms/pseries/
Dsetup.c636 const int *indexes; in pseries_get_iov_fw_value() local
640 indexes = of_get_property(dn, "ibm,open-sriov-vf-bar-info", NULL); in pseries_get_iov_fw_value()
641 if (!indexes) in pseries_get_iov_fw_value()
649 num_res = of_read_number(&indexes[NUM_RES_PROPERTY], 1); in pseries_get_iov_fw_value()
656 ret = of_read_number(&indexes[i], 2); in pseries_get_iov_fw_value()
659 ret = of_read_number(&indexes[i + APERTURE_PROPERTY], 2); in pseries_get_iov_fw_value()
662 ret = of_read_number(&indexes[i + WDW_SIZE_PROPERTY], 2); in pseries_get_iov_fw_value()
669 static void of_pci_set_vf_bar_size(struct pci_dev *dev, const int *indexes) in of_pci_set_vf_bar_size() argument
675 num_res = of_read_number(&indexes[NUM_RES_PROPERTY], 1); in of_pci_set_vf_bar_size()
680 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-5.19.10/drivers/pci/hotplug/
Drpaphp_core.c163 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-5.19.10/drivers/net/ethernet/3com/
Dtyphoon.c238 struct typhoon_indexes indexes __3xp_aligned;
263 struct typhoon_indexes *indexes; member
478 struct typhoon_indexes *indexes = tp->indexes; in typhoon_process_response() local
485 cleared = le32_to_cpu(indexes->respCleared); in typhoon_process_response()
486 ready = le32_to_cpu(indexes->respReady); in typhoon_process_response()
528 indexes->respCleared = cpu_to_le32(cleared); in typhoon_process_response()
548 int cmdCleared = le32_to_cpu(tp->indexes->cmdCleared); in typhoon_num_free_cmd()
556 int respReady = le32_to_cpu(tp->indexes->respReady); in typhoon_num_free_resp()
557 int respCleared = le32_to_cpu(tp->indexes->respCleared); in typhoon_num_free_resp()
573 struct typhoon_indexes *indexes = tp->indexes; in typhoon_issue_command() local
[all …]
/linux-5.19.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";
Dmp2888.rst48 - indexes 2 ... 1 + n for phases.
90 - indexes 1 for "pin";
91 - indexes 2 for "pout";
Dxdpe152c4.rst41 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":
Dxdpe12284.rst52 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-5.19.10/fs/squashfs/
Dxattr_id.c62 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()
Did.c64 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()
Dexport.c119 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()
/linux-5.19.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-5.19.10/Documentation/devicetree/bindings/display/bridge/
Dti,sn65dsi83.yaml54 description: array of physical DSI data lane indexes.
74 description: array of physical DSI data lane indexes.
Dchipone,icn6211.yaml56 description: array of physical DSI data lane indexes.
/linux-5.19.10/Documentation/devicetree/bindings/power/
Dxlnx,zynqmp-genpd.txt15 Power domain ID indexes are mentioned in
/linux-5.19.10/Documentation/devicetree/bindings/media/
Dqcom,msm8916-camss.yaml88 An array of physical data lanes indexes.
92 is supported. Physical lane indexes;
Dqcom,msm8996-camss.yaml110 An array of physical data lanes indexes.
114 is supported. Physical lane indexes are;
/linux-5.19.10/Documentation/devicetree/bindings/iio/adc/
Dx-powers,axp209-adc.yaml15 ADC channels and their indexes per variant:
/linux-5.19.10/Documentation/devicetree/bindings/soc/amlogic/
Damlogic,canvas.yaml19 Many IPs within Amlogic SoCs rely on canvas indexes to read/write pixel data
/linux-5.19.10/Documentation/devicetree/bindings/sound/
Dhisilicon,hi6210-i2s.txt20 - The dai cell indexes reference the following interfaces:
/linux-5.19.10/Documentation/input/
Dnotifier.rst11 - 'shift' is the current modifier state, mask bit indexes are KG_*;
/linux-5.19.10/Documentation/devicetree/bindings/clock/
Dxlnx,zynqmp-clk.txt45 from firmware. Output clocks indexes are mentioned in
/linux-5.19.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-5.19.10/Documentation/filesystems/
Derofs.rst195 1 fixed-sized output data compression (with non-compacted indexes);
197 3 fixed-sized output data compression (with compacted indexes, v5.3+);
272 introduced as the basic unit of compress indexes to indicate whether a new
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

123