/linux/arch/powerpc/platforms/pseries/ |
A D | setup.c | 635 const int *indexes; in pseries_get_iov_fw_value() local 640 if (!indexes) in pseries_get_iov_fw_value() 655 ret = of_read_number(&indexes[i], 2); in pseries_get_iov_fw_value() 679 base = of_read_number(&indexes[i], 2); in of_pci_set_vf_bar_size() 682 (&indexes[i + LOW_INT], 1), 0); in of_pci_set_vf_bar_size() 705 base = of_read_number(&indexes[i], 2); in of_pci_parse_iov_addrs() 736 const int *indexes; in pseries_pci_fixup_resources() local 741 if (indexes) in pseries_pci_fixup_resources() 742 of_pci_set_vf_bar_size(pdev, indexes); in pseries_pci_fixup_resources() 749 const int *indexes; in pseries_pci_fixup_iov_resources() local [all …]
|
A D | pseries_energy.c | 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/drivers/pci/hotplug/ |
A 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 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() 378 const __be32 *indexes, *names, *types, *power_domains; in rpaphp_drc_add_slot() local 382 if (!is_php_dn(dn, &indexes, &names, &types, &power_domains)) in rpaphp_drc_add_slot() 390 for (i = 0; i < be32_to_cpu(indexes[0]); i++) { in rpaphp_drc_add_slot() [all …]
|
/linux/drivers/net/ethernet/3com/ |
A D | typhoon.c | 483 struct typhoon_indexes *indexes = tp->indexes; in typhoon_process_response() local 578 struct typhoon_indexes *indexes = tp->indexes; in typhoon_issue_command() local 652 if (indexes->respCleared != indexes->respReady) in typhoon_issue_command() 681 if (indexes->respCleared != indexes->respReady) in typhoon_issue_command() 1226 tp->indexes = &tp->shared->indexes; in typhoon_init_interface() 1560 struct typhoon_indexes *indexes = tp->indexes; in typhoon_recycle_rx_skb() local 1587 struct typhoon_indexes *indexes = tp->indexes; in typhoon_alloc_rx_skb() local 1724 struct typhoon_indexes *indexes = tp->indexes; in typhoon_poll() local 1736 if (indexes->rxHiCleared != indexes->rxHiReady) { in typhoon_poll() 1741 if (indexes->rxLoCleared != indexes->rxLoReady) { in typhoon_poll() [all …]
|
/linux/Documentation/hwmon/ |
A 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";
|
A D | mp2888.rst | 48 - indexes 2 ... 1 + n for phases. 90 - indexes 1 for "pin"; 91 - indexes 2 for "pout";
|
A 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/fs/squashfs/ |
A D | xattr_id.c | 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() 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()
|
A D | id.c | 64 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()
|
A D | export.c | 119 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/Documentation/RCU/ |
A 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/Documentation/devicetree/bindings/display/bridge/ |
A D | ti,sn65dsi83.yaml | 51 description: array of physical DSI data lane indexes. 71 description: array of physical DSI data lane indexes.
|
/linux/Documentation/devicetree/bindings/media/ |
A D | qcom,msm8916-camss.yaml | 92 An array of physical data lanes indexes. 96 is supported. Physical lane indexes;
|
A D | qcom,msm8996-camss.yaml | 114 An array of physical data lanes indexes. 118 is supported. Physical lane indexes are;
|
/linux/Documentation/devicetree/bindings/power/ |
A D | xlnx,zynqmp-genpd.txt | 15 Power domain ID indexes are mentioned in
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
A D | x-powers,axp209-adc.yaml | 15 ADC channels and their indexes per variant:
|
/linux/Documentation/devicetree/bindings/soc/amlogic/ |
A D | amlogic,canvas.yaml | 19 Many IPs within Amlogic SoCs rely on canvas indexes to read/write pixel data
|
/linux/Documentation/devicetree/bindings/sound/ |
A D | hisilicon,hi6210-i2s.txt | 20 - The dai cell indexes reference the following interfaces:
|
/linux/Documentation/networking/devlink/ |
A D | devlink-dpipe.rst | 118 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/Documentation/input/ |
A D | notifier.rst | 11 - 'shift' is the current modifier state, mask bit indexes are KG_*;
|
/linux/Documentation/devicetree/bindings/clock/ |
A D | xlnx,zynqmp-clk.txt | 45 from firmware. Output clocks indexes are mentioned in
|
/linux/Documentation/filesystems/ |
A D | erofs.rst | 167 1 fixed-sized output data compression (with non-compacted indexes); 169 3 fixed-sized output data compression (with compacted indexes, v5.3+); 244 introduced as the basic unit of compress indexes to indicate whether a new
|
A D | squashfs.rst | 37 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
|
/linux/drivers/md/ |
A D | dm-table.c | 1049 sector_t *indexes; in setup_indexes() local 1057 indexes = kvcalloc(total, NODE_SIZE, GFP_KERNEL); in setup_indexes() 1058 if (!indexes) in setup_indexes() 1063 t->index[i] = indexes; in setup_indexes() 1064 indexes += (KEYS_PER_NODE * t->counts[i]); in setup_indexes()
|
/linux/Documentation/leds/ |
A D | leds-class-multicolor.rst | 16 The multicolor class presents files that groups the colors as indexes in an
|