Home
last modified time | relevance | path

Searched full:indices (Results 1 – 25 of 897) sorted by relevance

12345678910>>...36

/openbmc/linux/net/bridge/
H A Dbr_ioctl.c21 static int get_bridge_ifindices(struct net *net, int *indices, int num) in get_bridge_ifindices() argument
31 indices[i++] = dev->ifindex; in get_bridge_ifindices()
197 int num, *indices; in br_dev_siocdevprivate() local
207 indices = kcalloc(num, sizeof(int), GFP_KERNEL); in br_dev_siocdevprivate()
208 if (indices == NULL) in br_dev_siocdevprivate()
211 get_port_ifindices(br, indices, num); in br_dev_siocdevprivate()
212 if (copy_to_user(argp, indices, array_size(num, sizeof(int)))) in br_dev_siocdevprivate()
214 kfree(indices); in br_dev_siocdevprivate()
355 int *indices; in old_deviceless() local
360 indices = kcalloc(args[2], sizeof(int), GFP_KERNEL); in old_deviceless()
[all …]
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8-ss-dma.dtsi141 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>;
153 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>;
165 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>;
177 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>;
189 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>;
201 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>;
213 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>;
225 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>;
374 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>;
386 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>;
[all …]
H A Dimx8-ss-lsio.dtsi244 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>,
264 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>,
284 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>,
304 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>,
324 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>,
344 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>,
364 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>,
384 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>,
H A Dimx8-ss-conn.dtsi194 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>,
208 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>,
222 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>,
240 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>,
262 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>,
279 clock-indices = <IMX_LPCG_CLK_6>, <IMX_LPCG_CLK_7>;
288 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>,
H A Dimx8qm-ss-dma.dtsi14 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>;
26 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>, <IMX_LPCG_CLK_5>;
39 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>, <IMX_LPCG_CLK_5>;
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c38 /* If we are greater than indices move to next pool */ in ixgbe_cache_ring_dcb_sriov()
49 /* If we are greater than indices move to next pool */ in ixgbe_cache_ring_dcb_sriov()
65 if (fcoe->indices) { in ixgbe_cache_ring_dcb_sriov()
69 reg_idx = (vmdq->offset + vmdq->indices) * queues_per_pool; in ixgbe_cache_ring_dcb_sriov()
77 reg_idx = (vmdq->offset + vmdq->indices) * queues_per_pool; in ixgbe_cache_ring_dcb_sriov()
158 rss_i = adapter->ring_feature[RING_F_RSS].indices; in ixgbe_cache_ring_dcb()
206 /* If we are greater than indices move to next pool */ in ixgbe_cache_ring_sriov()
207 if ((reg_idx & ~vmdq->mask) >= rss->indices) { in ixgbe_cache_ring_sriov()
230 /* If we are greater than indices move to next pool */ in ixgbe_cache_ring_sriov()
231 if ((reg_idx & rss->mask) >= rss->indices) in ixgbe_cache_ring_sriov()
[all …]
/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py311 # Indices of L2 tables
339 """Return indices of clusters allocated for refcount blocks."""
346 # Indices of new refcount blocks necessary to cover clusters
354 """Return indices of clusters allocated for the refcount table
355 and updated indices of clusters allocated for blocks and indices
382 # Indices of new refcount blocks necessary to cover
446 # Indices of refcount blocks
535 """Return a set of indices of not allocated clusters.
537 'used' contains indices of currently allocated clusters.
539 indices appended to the end of 'used'.
[all …]
/openbmc/linux/mm/
H A Dtruncate.c60 struct folio_batch *fbatch, pgoff_t *indices) in truncate_folio_batch_exceptionals() argument
84 pgoff_t index = indices[i]; in truncate_folio_batch_exceptionals()
335 pgoff_t indices[PAGEVEC_SIZE]; in truncate_inode_pages_range() local
364 &fbatch, indices)) { in truncate_inode_pages_range()
365 truncate_folio_batch_exceptionals(mapping, &fbatch, indices); in truncate_inode_pages_range()
404 indices)) { in truncate_inode_pages_range()
422 VM_BUG_ON_FOLIO(!folio_contains(folio, indices[i]), folio); in truncate_inode_pages_range()
427 truncate_folio_batch_exceptionals(mapping, &fbatch, indices); in truncate_inode_pages_range()
500 pgoff_t indices[PAGEVEC_SIZE]; in mapping_try_invalidate() local
508 while (find_lock_entries(mapping, &index, end, &fbatch, indices)) { in mapping_try_invalidate()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dimx8qxp-lpcg.yaml57 clock-indices:
61 supported LPCG clock indices.
69 as the clock-indices property.
96 clock-indices = <IMX_LPCG_CLK_0>,
H A Dallwinner,sun4i-a10-gates-clk.yaml68 clock-indices:
81 - clock-indices
93 clock-indices = <0>;
103 clock-indices = <0>, <1>,
142 clock-indices = <0>, <1>,
H A Drenesas,cpg-mstp-clocks.yaml45 clock-indices:
58 - clock-indices
73 clock-indices = <
H A Dallwinner,sun8i-h3-bus-gates-clk.yaml36 clock-indices:
49 - clock-indices
63 clock-indices = <5>, <6>, <8>,
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu11_driver_if_vangogh.h178 uint16_t Voltage[3]; //[mV] indices: VDDCR_VDD, VDDCR_SOC, VDDCR_GFX
179 uint16_t Current[3]; //[mA] indices: VDDCR_VDD, VDDCR_SOC, VDDCR_GFX
180 uint16_t Power[3]; //[mW] indices: VDDCR_VDD, VDDCR_SOC, VDDCR_GFX
208 uint16_t Voltage[3]; //[mV] indices: VDDCR_VDD, VDDCR_SOC, VDDCR_GFX
209 uint16_t Current[3]; //[mA] indices: VDDCR_VDD, VDDCR_SOC, VDDCR_GFX
210 uint16_t Power[3]; //[mW] indices: VDDCR_VDD, VDDCR_SOC, VDDCR_GFX
H A Dsmu11_driver_if_cyan_skillfish.h59 uint32_t Voltage[2]; //[mV] indices: VDDCR_VDD, VDDCR_GFX
60 uint32_t Current[2]; //[mA] indices: VDDCR_VDD, VDDCR_GFX
61 uint32_t Power[2]; //[mW] indices: VDDCR_VDD, VDDCR_GFX
H A Dsmu13_driver_if_v13_0_5.h96 uint16_t Voltage[2]; //[mV] indices: VDDCR_VDD, VDDCR_SOC
97 uint16_t Current[2]; //[mA] indices: VDDCR_VDD, VDDCR_SOC
99 uint16_t Power[2]; //[mW] indices: VDDCR_VDD, VDDCR_SOC
/openbmc/linux/Documentation/core-api/
H A Dxarray.rst21 The XArray implementation is efficient when the indices used are densely
23 perform well. The XArray is optimised for small indices, but still has
24 good performance with large indices. If your index can be larger than
52 occupy a range of indices. Once stored to, looking up any index in
91 of indices. If you do this, some of the other operations will behave
94 indices. Storing into one index may result in the entry retrieved by
95 some, but not all of the other indices changing.
130 affect all indices covered by that entry. Querying the mark on any
454 The XArray has the ability to tie multiple indices together so that
455 operations on one index affect all indices. For example, storing into
[all …]
/openbmc/linux/Documentation/devicetree/bindings/serial/
H A Dnxp,sc16is7xx.txt24 - irda-mode-ports: An array that lists the indices of the port that
26 - nxp,modem-control-line-ports: An array that lists the indices of the port that
83 - irda-mode-ports: An array that lists the indices of the port that
85 - nxp,modem-control-line-ports: An array that lists the indices of the port that
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-intel-m10-bmc-sec-update35 Description: Read only. Returns a list of indices for canceled code
43 Description: Read only. Returns a list of indices for canceled code
51 Description: Read only. Returns a list of indices for canceled code
/openbmc/linux/include/dt-bindings/power/
H A Draspberrypi-power.h9 /* These power domain indices are the firmware interface's indices
/openbmc/linux/drivers/nvdimm/
H A Dbtt.h55 * indices (0, 2) and padding at indices (1, 3), where as the correct/updated
56 * format has log entries at indices (0, 1) and padding at indices (2, 3).
163 * @log_index: Indices of the valid log entries in a log_group
/openbmc/qemu/hw/display/
H A Dvga_regs.h73 /* VGA CRT controller register indices */
107 /* VGA attribute controller register indices */
132 /* VGA sequencer register indices */
147 /* VGA graphics controller register indices */
/openbmc/linux/drivers/clk/sunxi/
H A Dclk-sun8i-bus-gates.c51 number = of_property_count_u32_elems(node, "clock-indices"); in sun8i_h3_bus_gates_init()
52 of_property_read_u32_index(node, "clock-indices", number - 1, &number); in sun8i_h3_bus_gates_init()
59 of_property_for_each_u32(node, "clock-indices", index) { in sun8i_h3_bus_gates_init()
/openbmc/u-boot/include/dt-bindings/power/
H A Draspberrypi-power.h12 /* These power domain indices are the firmware interface's indices
/openbmc/linux/Documentation/devicetree/bindings/firmware/
H A Darm,scpi.yaml145 clock-indices:
156 - clock-indices
192 clock-indices = <0>, <1>, <2>;
199 clock-indices = <3>, <4>;
/openbmc/qemu/include/hw/hyperv/
H A Dvmbus.h121 * The ringbuffer indices are NOT updated, the requested space indicator may.
131 * The ringbuffer indices are updated on success, and the guest is signaled if
159 * The ringbuffer indices are NOT updated, nor is the private copy of the read
167 * The ringbuffer indices are NOT updated.

12345678910>>...36