/Linux-v5.10/include/dt-bindings/power/ |
D | qcom-rpmpd.h | 7 /* SDM845 Power Domain Indexes */ 18 /* SM8150 Power Domain Indexes */ 31 /* SM8250 Power Domain Indexes */ 43 /* SC7180 Power Domain Indexes */ 67 /* MSM8976 Power Domain Indexes */ 75 /* MSM8996 Power Domain Indexes */ 84 /* MSM8998 Power Domain Indexes */
|
/Linux-v5.10/drivers/pci/hotplug/ |
D | rpaphp_core.c | 161 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() 304 * @indexes: passed to get_children_props() 314 static int is_php_dn(struct device_node *dn, const __be32 **indexes, in is_php_dn() argument [all …]
|
/Linux-v5.10/Documentation/hwmon/ |
D | mp2975.rst | 61 - 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";
|
D | xdpe12284.rst | 48 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/arch/powerpc/platforms/pseries/ |
D | setup.c | 613 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 …]
|
D | pseries_energy.c | 79 * 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-v5.10/drivers/net/ethernet/3com/ |
D | typhoon.c | 243 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/drivers/md/ |
D | dm-cache-block-types.h | 15 * It's helpful to get sparse to differentiate between indexes into the 16 * origin device, indexes into the cache device, and indexes into the
|
/Linux-v5.10/Documentation/RCU/ |
D | arrayRCU.rst | 18 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/drivers/pinctrl/cirrus/ |
D | pinctrl-cs47l15.c | 16 * the lower function indexes for convenience, and the less commonly used gpio 17 * functions at higher indexes.
|
D | pinctrl-cs47l92.c | 16 * the lower function indexes for convenience, and the less commonly used gpio 17 * functions at higher indexes.
|
D | pinctrl-cs47l35.c | 15 * the lower function indexes for convenience, and the less commonly used gpio 16 * functions at higher indexes.
|
D | pinctrl-cs47l90.c | 15 * the lower function indexes for convenience, and the less commonly used gpio 16 * functions at higher indexes.
|
D | pinctrl-cs47l85.c | 15 * the lower function indexes for convenience, and the less commonly used gpio 16 * functions at higher indexes.
|
/Linux-v5.10/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
|
/Linux-v5.10/sound/pci/echoaudio/ |
D | darla20.c | 12 /* Pipe indexes */ 19 /* Bus indexes */
|
D | indigo.c | 14 /* Pipe indexes */ 21 /* Bus indexes */
|
D | indigodj.c | 14 /* Pipe indexes */ 21 /* Bus indexes */
|
D | indigoio.c | 15 /* Pipe indexes */ 22 /* Bus indexes */
|
D | indigoiox.c | 15 /* Pipe indexes */ 22 /* Bus indexes */
|
D | indigodjx.c | 14 /* Pipe indexes */ 21 /* Bus indexes */
|
D | darla24.c | 16 /* Pipe indexes */ 23 /* Bus indexes */
|
D | echo3g.c | 23 /* Pipe indexes */ 30 /* Bus indexes */
|
D | gina20.c | 16 /* Pipe indexes */ 23 /* Bus indexes */
|
/Linux-v5.10/fs/squashfs/ |
D | id.c | 14 * For space efficiency regular files store uid and gid indexes, which are 53 * Read uncompressed id lookup table indexes from disk into memory
|