Home
last modified time | relevance | path

Searched full:indexes (Results 1 – 25 of 501) sorted by relevance

12345678910>>...21

/linux-6.12.1/include/dt-bindings/power/
Dqcom-rpmpd.h7 /* SA8775P Power Domain Indexes */
26 /* SDM670 Power Domain Indexes */
36 /* SDM845 Power Domain Indexes */
47 /* SDX55 Power Domain Indexes */
52 /* SDX65 Power Domain Indexes */
60 /* SM6350 Power Domain Indexes */
68 /* SM6350 Power Domain Indexes */
80 /* SM8150 Power Domain Indexes */
102 /* SM8250 Power Domain Indexes */
114 /* SM8350 Power Domain Indexes */
[all …]
/linux-6.12.1/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()
306 * @indexes: passed to get_children_props()
316 static int is_php_dn(struct device_node *dn, const __be32 **indexes, in is_php_dn() argument
[all …]
/linux-6.12.1/fs/squashfs/
Did.c14 * For space efficiency regular files store uid and gid indexes, which are
58 * Read uncompressed id lookup table indexes from disk into memory
64 unsigned int indexes = SQUASHFS_ID_BLOCKS(no_ids); in squashfs_read_id_index_table() local
89 * table[0], table[1], ... table[indexes - 1] store the locations in squashfs_read_id_index_table()
92 * should be SQUASHFS_METADATA_SIZE or less. table[indexes - 1] in squashfs_read_id_index_table()
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()
Dxattr_id.c56 * Read uncompressed xattr id lookup table indexes from disk into memory
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()
99 /* table[0], table[1], ... table[indexes - 1] store the locations in squashfs_read_xattr_id_table()
102 * should be SQUASHFS_METADATA_SIZE or less. table[indexes - 1] 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()
Dexport.c113 * Read uncompressed inode lookup table indexes off disk into memory
119 unsigned int indexes = SQUASHFS_LOOKUP_BLOCKS(inodes); in squashfs_read_inode_lookup_table() local
144 * table0], table[1], ... table[indexes - 1] store the locations in squashfs_read_inode_lookup_table()
148 * table[indexes - 1] should be less than lookup_table_start, and in squashfs_read_inode_lookup_table()
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-6.12.1/Documentation/hwmon/
Dmp2856.rst51 - 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";
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";
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":
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":
/linux-6.12.1/arch/powerpc/platforms/pseries/
Dsetup.c666 const int *indexes; in pseries_get_iov_fw_value() local
670 indexes = of_get_property(dn, "ibm,open-sriov-vf-bar-info", NULL); in pseries_get_iov_fw_value()
671 if (!indexes) in pseries_get_iov_fw_value()
679 num_res = of_read_number(&indexes[NUM_RES_PROPERTY], 1); in pseries_get_iov_fw_value()
686 ret = of_read_number(&indexes[i], 2); in pseries_get_iov_fw_value()
689 ret = of_read_number(&indexes[i + APERTURE_PROPERTY], 2); in pseries_get_iov_fw_value()
692 ret = of_read_number(&indexes[i + WDW_SIZE_PROPERTY], 2); in pseries_get_iov_fw_value()
699 static void of_pci_set_vf_bar_size(struct pci_dev *dev, const int *indexes) in of_pci_set_vf_bar_size() argument
705 num_res = of_read_number(&indexes[NUM_RES_PROPERTY], 1); in of_pci_set_vf_bar_size()
710 base = of_read_number(&indexes[i], 2); in of_pci_set_vf_bar_size()
[all …]
Dpseries_energy.c79 * The first element of ibm,drc-indexes array is the in cpu_to_drc_index()
84 rc = of_property_read_u32_index(dn, "ibm,drc-indexes", in cpu_to_drc_index()
90 rc = of_property_read_u32_index(dn, "ibm,drc-indexes", in cpu_to_drc_index()
113 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-6.12.1/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-6.12.1/drivers/md/
Ddm-cache-block-types.h16 * It's helpful to get sparse to differentiate between indexes into the
17 * origin device, indexes into the cache device, and indexes into the
/linux-6.12.1/drivers/i3c/master/mipi-i3c-hci/
Dxfer_mode_rate.h16 * Master Transfer Mode Table Fixed Indexes.
18 * Indexes 0x0 and 0x8 are mandatory. Availability for the rest must be
20 * Presence and definitions for indexes beyond these ones may vary.
/linux-6.12.1/drivers/pinctrl/cirrus/
Dpinctrl-cs47l92.c16 * the lower function indexes for convenience, and the less commonly used gpio
17 * functions at higher indexes.
Dpinctrl-cs47l15.c16 * the lower function indexes for convenience, and the less commonly used gpio
17 * functions at higher indexes.
Dpinctrl-cs47l35.c15 * the lower function indexes for convenience, and the less commonly used gpio
16 * functions at higher indexes.
Dpinctrl-cs47l90.c15 * the lower function indexes for convenience, and the less commonly used gpio
16 * functions at higher indexes.
Dpinctrl-cs47l85.c15 * the lower function indexes for convenience, and the less commonly used gpio
16 * functions at higher indexes.
/linux-6.12.1/drivers/md/dm-vdo/indexer/
Dsparse-cache.h13 * The sparse cache is a cache of entire chapter indexes from sparse chapters used for searching
14 * for names after all other search paths have failed. It contains only complete chapter indexes;
/linux-6.12.1/fs/erofs/
Derofs_fs.h92 * 1 - compressed inode with non-compact indexes:
94 * 3 - compressed inode with compact indexes:
125 /* with chunk indexes or just a 4-byte blkaddr array */
211 /* Name indexes */
268 /* 8-byte inode chunk indexes */
339 * bit 0 : COMPACTED_2B indexes (0 - off; 1 - on)
/linux-6.12.1/drivers/media/pci/intel/ipu6/
Dipu6-fw-com.c20 * an array of structures with read and write indexes to the queue.
23 * see the same buffer. Indexes are located in ISP DMEM so that FW code
24 * can poll those with very low latency and cost. CPU access to indexes is
26 * interrupt triggered message handling. CPU doesn't need to poll indexes.
28 * the indexes itself.
/linux-6.12.1/sound/pci/echoaudio/
Dindigodj.c14 /* Pipe indexes */
21 /* Bus indexes */
Dindigoiox.c15 /* Pipe indexes */
22 /* Bus indexes */

12345678910>>...21