Home
last modified time | relevance | path

Searched full:index (Results 1 – 25 of 5449) sorted by relevance

12345678910>>...218

/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/
H A Dlayerindexobj.py15 self.index = LayerIndexObj()
25 self.index.branches = {}
26 self.index.layerItems = {}
27 self.index.layerBranches = {}
28 self.index.layerDependencies = {}
29 self.index.recipes = {}
30 self.index.machines = {}
31 self.index.distros = {}
34 self.index.branches[branchId] = Branch(self.index)
35 self.index.branches[branchId].define_data(branchId,
[all …]
/openbmc/qemu/hw/i2c/
H A Dpmbus_device.c320 uint8_t index; in pmbus_receive_byte() local
332 index = 0; in pmbus_receive_byte()
340 index = pmdev->page; in pmbus_receive_byte()
349 pmbus_send8(pmdev, pmdev->pages[index].operation); in pmbus_receive_byte()
353 pmbus_send8(pmdev, pmdev->pages[index].on_off_config); in pmbus_receive_byte()
357 pmbus_send8(pmdev, pmdev->pages[index].phase); in pmbus_receive_byte()
361 pmbus_send8(pmdev, pmdev->pages[index].write_protect); in pmbus_receive_byte()
374 if (pmdev->pages[index].page_flags & PB_HAS_VOUT_MODE) { in pmbus_receive_byte()
375 pmbus_send8(pmdev, pmdev->pages[index].vout_mode); in pmbus_receive_byte()
382 if (pmdev->pages[index].page_flags & PB_HAS_VOUT) { in pmbus_receive_byte()
[all …]
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/
Dife.json
Dsample.json
Dctinfo.json
Dconnmark.json
Dgact.json
Dvlan.json
Dcsum.json
Dtunnel_key.json
Dnat.json
Dmirred.json
Dgate.json
/openbmc/linux/tools/testing/radix-tree/
Dtag_check.c
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py114 index = layerindex.indexes[0]
116 # Map the layer index branches to toaster releases
121 total = len(index.branches)
122 for i, id in enumerate(index.branches):
124 Release.objects.get(name=index.branches[id].name)
133 total = len(index.layerItems)
134 for i, id in enumerate(index.layerItems):
136 l, created = Layer.objects.get_or_create(name=index.layerItems[id].name)
137 l.up_date = index.layerItems[id].updated
138 l.summary = index.layerItems[id].summary
[all …]
/openbmc/linux/tools/testing/cxl/test/
Dmock.c
/openbmc/u-boot/cmd/ti/
H A Dddr3.c32 u32 index_start, value, index; in ddr_memory_test() local
38 for (index = index_start; in ddr_memory_test()
39 index < index_start + DDR_TEST_BURST_SIZE; in ddr_memory_test()
40 index += 4) in ddr_memory_test()
41 __raw_writel(index, index); in ddr_memory_test()
44 for (index = index_start; in ddr_memory_test()
45 index < index_start + DDR_TEST_BURST_SIZE; in ddr_memory_test()
46 index += 4) { in ddr_memory_test()
47 value = __raw_readl(index); in ddr_memory_test()
48 if (value != index) { in ddr_memory_test()
[all …]
/openbmc/linux/net/netfilter/
Dxt_set.c
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A Drestapi.py29 Fetches layer information from a local or remote layer index.
33 url is the url to the rest api of the layer index, such as:
61 index = layerindexlib.LayerIndexObj()
63 index.config = {}
64 index.config['TYPE'] = self.type
65 index.config['URL'] = url
70 index.config['DESCRIPTION'] = unquote(params['desc'])
72 index.config['DESCRIPTION'] = up.path
75 index.config['CACHE'] = params['cache']
79 index.config['BRANCH'] = branches
[all …]
/openbmc/linux/drivers/media/usb/cx231xx/
Dcx231xx-pcb-cfg.c
/openbmc/u-boot/drivers/thermal/
H A Dti-bandgap.c37 /* Index 540 - 549 */
40 /* Index 550 - 559 */
43 /* Index 560 - 569 */
46 /* Index 570 - 579 */
49 /* Index 580 - 589 */
52 /* Index 590 - 599 */
55 /* Index 600 - 609 */
58 /* Index 610 - 619 */
61 /* Index 620 - 629 */
64 /* Index 630 - 639 */
[all …]
/openbmc/linux/arch/mips/cavium-octeon/executive/
Dcvmx-helper-sgmii.c
/openbmc/linux/drivers/staging/octeon/
Dethernet-spi.c
/openbmc/linux/include/linux/
Dnospec.h
/openbmc/linux/drivers/net/thunderbolt/
Dtrace.h

12345678910>>...218