Home
last modified time | relevance | path

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

1234

/linux-6.15/arch/powerpc/platforms/pseries/
H A Dsetup.c666 const int *indexes; in pseries_get_iov_fw_value() local
671 if (!indexes) in pseries_get_iov_fw_value()
686 ret = of_read_number(&indexes[i], 2); in pseries_get_iov_fw_value()
710 base = of_read_number(&indexes[i], 2); in of_pci_set_vf_bar_size()
713 (&indexes[i + LOW_INT], 1), 0); in of_pci_set_vf_bar_size()
736 base = of_read_number(&indexes[i], 2); in of_pci_parse_iov_addrs()
767 const int *indexes; in pseries_pci_fixup_resources() local
772 if (indexes) in pseries_pci_fixup_resources()
773 of_pci_set_vf_bar_size(pdev, indexes); in pseries_pci_fixup_resources()
780 const int *indexes; in pseries_pci_fixup_iov_resources() local
[all …]
H A 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-6.15/drivers/pci/hotplug/
H A 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
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()
380 const __be32 *indexes, *names, *types, *power_domains; in rpaphp_drc_add_slot() local
384 if (!is_php_dn(dn, &indexes, &names, &types, &power_domains)) in rpaphp_drc_add_slot()
392 for (i = 0; i < be32_to_cpu(indexes[0]); i++) { in rpaphp_drc_add_slot()
[all …]
/linux-6.15/Documentation/hwmon/
H A 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";
H A 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";
H A Dmp2888.rst48 - indexes 2 ... 1 + n for phases.
90 - indexes 1 for "pin";
91 - indexes 2 for "pout";
H A 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":
H A 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-6.15/drivers/net/ethernet/3com/
H A Dtyphoon.c478 struct typhoon_indexes *indexes = tp->indexes; in typhoon_process_response() local
573 struct typhoon_indexes *indexes = tp->indexes; in typhoon_issue_command() local
647 if (indexes->respCleared != indexes->respReady) in typhoon_issue_command()
676 if (indexes->respCleared != indexes->respReady) in typhoon_issue_command()
1223 tp->indexes = &tp->shared->indexes; in typhoon_init_interface()
1557 struct typhoon_indexes *indexes = tp->indexes; in typhoon_recycle_rx_skb() local
1584 struct typhoon_indexes *indexes = tp->indexes; in typhoon_alloc_rx_skb() local
1721 struct typhoon_indexes *indexes = tp->indexes; in typhoon_poll() local
1733 if (indexes->rxHiCleared != indexes->rxHiReady) { in typhoon_poll()
1738 if (indexes->rxLoCleared != indexes->rxLoReady) { in typhoon_poll()
[all …]
/linux-6.15/fs/squashfs/
H A 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()
H A 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()
H A 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-6.15/tools/mm/
H A Dthpmaps229 def thp_parse(vma, kpageflags, ranges, indexes, vfns, pfns, anons, heads):
252 folios = indexes[index_next:index_end][heads[index_next:index_end]]
415 indexes = np.arange(len(vfns), dtype=np.uint64)
416 ranges = cont_ranges_all([vfns, pfns], [indexes, vfns, pfns])
418 thpstats = thp_parse(vma, kpageflags, ranges, indexes, vfns, pfns, anons, heads)
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_irq.c839 xa_init_flags(&xe->irq.msix.indexes, XA_FLAGS_ALLOC); in xe_irq_msix_init()
898 ret = xa_alloc(&xe->irq.msix.indexes, &id, irq_buf, limit, GFP_KERNEL); in xe_irq_msix_alloc_vector()
910 xa_erase(&xe->irq.msix.indexes, msix); in xe_irq_msix_release_vector()
955 irq_buf = xa_load(&xe->irq.msix.indexes, msix); in xe_irq_msix_free_irq()
996 xa_for_each(&xe->irq.msix.indexes, msix, dummy) in xe_irq_msix_free()
998 xa_destroy(&xe->irq.msix.indexes); in xe_irq_msix_free()
1007 xa_for_each(&xe->irq.msix.indexes, msix, dummy) in xe_irq_msix_synchronize_irq()
/linux-6.15/Documentation/devicetree/bindings/display/bridge/
H A Dti,sn65dsi83.yaml57 description: array of physical DSI data lane indexes.
77 description: array of physical DSI data lane indexes.
H A Dti,dlpc3433.yaml58 description: array of physical DSI data lane indexes.
/linux-6.15/Documentation/devicetree/bindings/media/
H A Dqcom,msm8916-camss.yaml87 An array of physical data lanes indexes.
91 is supported. Physical lane indexes;
H A Dqcom,msm8953-camss.yaml106 An array of physical data lanes indexes.
110 is supported. Physical lane indexes;
H A Dqcom,msm8996-camss.yaml109 An array of physical data lanes indexes.
113 is supported. Physical lane indexes are;
/linux-6.15/Documentation/devicetree/bindings/iio/adc/
H A Dx-powers,axp209-adc.yaml15 ADC channels and their indexes per variant:
/linux-6.15/Documentation/devicetree/bindings/soc/amlogic/
H A Damlogic,canvas.yaml19 Many IPs within Amlogic SoCs rely on canvas indexes to read/write pixel data
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dhisilicon,hi6210-i2s.txt20 - The dai cell indexes reference the following interfaces:
/linux-6.15/Documentation/devicetree/bindings/interrupt-controller/
H A Driscv,aplic.yaml94 riscv,hart-indexes:
99 A list of hart indexes that APLIC should use to address each hart
/linux-6.15/Documentation/devicetree/bindings/mtd/
H A Dnand-controller.yaml37 lines. 'reg' entries of the NAND chip subnodes become indexes of
/linux-6.15/Documentation/input/
H A Dnotifier.rst11 - 'shift' is the current modifier state, mask bit indexes are KG_*;

1234