Searched full:index (Results 1 – 25 of 5449) sorted by relevance
12345678910>>...218
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/ |
H A D | layerindexobj.py | 15 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 D | pmbus_device.c | 320 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/ |
D | ife.json |
|
D | sample.json |
|
D | ctinfo.json |
|
D | connmark.json |
|
D | gact.json |
|
D | vlan.json |
|
D | csum.json |
|
D | tunnel_key.json |
|
D | nat.json |
|
D | mirred.json |
|
D | gate.json |
|
/openbmc/linux/tools/testing/radix-tree/ |
D | tag_check.c |
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/ |
H A D | lsupdates.py | 114 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/ |
D | mock.c |
|
/openbmc/u-boot/cmd/ti/ |
H A D | ddr3.c | 32 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/ |
D | xt_set.c |
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/ |
H A D | restapi.py | 29 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/ |
D | cx231xx-pcb-cfg.c |
|
/openbmc/u-boot/drivers/thermal/ |
H A D | ti-bandgap.c | 37 /* 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/ |
D | cvmx-helper-sgmii.c |
|
/openbmc/linux/drivers/staging/octeon/ |
D | ethernet-spi.c |
|
/openbmc/linux/include/linux/ |
D | nospec.h |
|
/openbmc/linux/drivers/net/thunderbolt/ |
D | trace.h |
|
12345678910>>...218