Home
last modified time | relevance | path

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

12345678910>>...326

/openbmc/linux/Documentation/
H A Dsubsystem-apis.rst19 core-api/index
20 driver-api/index
21 mm/index
22 power/index
23 scheduler/index
24 timers/index
25 locking/index
33 input/index
34 hid/index
35 sound/index
[all …]
/openbmc/linux/Documentation/driver-api/
H A Dindex.rst19 driver-model/index
23 early-userspace/index
24 pm/index
36 iio/index
38 usb/index
40 pci/index
41 cxl/index
46 i3c/index
57 mei/index
58 mtd/index
[all …]
/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/Documentation/translations/zh_CN/driver-api/
H A Dindex.rst5 :Original: Documentation/driver-api/index.rst
27 gpio/index
32 * driver-model/index
36 * early-userspace/index
37 * pm/index
49 * iio/index
51 * usb/index
53 * pci/index
54 * cxl/index
59 * i3c/index
[all …]
/openbmc/linux/fs/ntfs/
H A Dindex.h3 * index.h - Defines for NTFS kernel index handling. Part of the Linux-NTFS
22 * @idx_ni: index inode containing the @entry described by this context
23 * @entry: index entry (points into @ir or @ia)
24 * @data: index entry data (points into @entry)
27 * @ir: index root if @is_in_root and NULL otherwise
30 * @ia: index block if @is_in_root is 'false' and NULL otherwise
33 * @idx_ni is the index inode this context belongs to.
35 * @entry is the index entry described by this context. @data and @data_len
36 * are the index entry data and its length in bytes, respectively. @data
39 * If @is_in_root is 'true', @entry is in the index root attribute @ir described
[all …]
H A Dindex.c3 * index.c - NTFS kernel index handling. Part of the Linux-NTFS project.
13 #include "index.h"
17 * ntfs_index_ctx_get - allocate and initialize a new index context
18 * @idx_ni: ntfs index inode with which to initialize the context
20 * Allocate a new index context, initialize it with @idx_ni and return it.
23 * Locking: Caller must hold i_mutex on the index inode.
36 * ntfs_index_ctx_put - release an index context
37 * @ictx: index context to free
39 * Release the index context @ictx, releasing all associated resources.
41 * Locking: Caller must hold i_mutex on the index inode.
[all …]
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dife.json17 "cmdUnderTest": "$TC actions add action ife encode allow mark pass index 2",
19 "verifyCmd": "$TC actions get action ife index 2",
20 …"matchPattern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow mark.*index 2",
41 "cmdUnderTest": "$TC actions add action ife encode use mark 10 pipe index 2",
43 "verifyCmd": "$TC actions get action ife index 2",
44 … "matchPattern": "action order [0-9]*: ife encode action pipe.*type 0[xX]ED3E.*use mark.*index 2",
65 "cmdUnderTest": "$TC actions add action ife encode allow mark continue index 2",
67 "verifyCmd": "$TC actions get action ife index 2",
68 …chPattern": "action order [0-9]*: ife encode action continue.*type 0[xX]ED3E.*allow mark.*index 2",
89 "cmdUnderTest": "$TC actions add action ife encode use mark 789 drop index 2",
[all …]
H A Dsample.json17 "cmdUnderTest": "$TC actions add action sample rate 10 group 1 index 2",
19 "verifyCmd": "$TC actions get action sample index 2",
20 "matchPattern": "action order [0-9]+: sample rate 1/10 group 1.*index 2 ref",
41 "cmdUnderTest": "$TC actions add action sample rate 700 group 2 continue index 2",
43 "verifyCmd": "$TC actions get action sample index 2",
44 "matchPattern": "action order [0-9]+: sample rate 1/700 group 2 continue.*index 2 ref",
65 "cmdUnderTest": "$TC actions add action sample rate 10000 group 11 drop index 22",
68 "matchPattern": "action order [0-9]+: sample rate 1/10000 group 11 drop.*index 22 ref",
89 "cmdUnderTest": "$TC actions add action sample rate 20000 group 72 reclassify index 100",
92 … "matchPattern": "action order [0-9]+: sample rate 1/20000 group 72 reclassify.*index 100 ref",
[all …]
H A Dgact.json17 "cmdUnderTest": "$TC actions add action pass index 8",
20 "matchPattern": "action order [0-9]*: gact action pass.*index 8 ref",
41 "cmdUnderTest": "$TC actions add action pipe index 6",
44 "matchPattern": "action order [0-9]*: gact action pipe.*index 6 ref",
65 "cmdUnderTest": "$TC actions add action reclassify index 5",
68 "matchPattern": "action order [0-9]*: gact action reclassify.*index 5 ref",
89 "cmdUnderTest": "$TC actions add action drop index 30",
92 "matchPattern": "action order [0-9]*: gact action drop.*index 30 ref",
113 "cmdUnderTest": "$TC actions add action continue index 432",
116 "matchPattern": "action order [0-9]*: gact action continue.*index 432 ref",
[all …]
H A Dvlan.json17 "cmdUnderTest": "$TC actions add action vlan pop pipe index 8",
20 "matchPattern": "action order [0-9]+: vlan.*pop.*pipe.*index 8 ref",
41 "cmdUnderTest": "$TC actions add action vlan pop pass index 8",
43 "verifyCmd": "$TC actions get action vlan index 8",
44 "matchPattern": "action order [0-9]+: vlan.*pop.*pass.*index 8 ref",
65 "cmdUnderTest": "$TC actions add action vlan pop drop index 8",
67 "verifyCmd": "$TC actions get action vlan index 8",
68 "matchPattern": "action order [0-9]+: vlan.*pop.*drop.*index 8 ref",
89 "cmdUnderTest": "$TC actions add action vlan pop reclassify index 8",
91 "verifyCmd": "$TC actions get action vlan index 8",
[all …]
H A Dconnmark.json41 "cmdUnderTest": "$TC actions add action connmark pass index 1",
43 "verifyCmd": "$TC actions get action connmark index 1",
44 "matchPattern": "action order [0-9]+: connmark zone 0 pass.*index 1 ref",
65 "cmdUnderTest": "$TC actions add action connmark drop index 100",
67 "verifyCmd": "$TC actions get action connmark index 100",
68 "matchPattern": "action order [0-9]+: connmark zone 0 drop.*index 100 ref",
89 "cmdUnderTest": "$TC actions add action connmark pipe index 455",
91 "verifyCmd": "$TC actions get action connmark index 455",
92 "matchPattern": "action order [0-9]+: connmark zone 0 pipe.*index 455 ref",
113 "cmdUnderTest": "$TC actions add action connmark reclassify index 7",
[all …]
H A Dctinfo.json17 "cmdUnderTest": "$TC action add action ctinfo index 10",
19 "verifyCmd": "$TC action get action ctinfo index 10",
20 "matchPattern": "action order [0-9]*: ctinfo zone 0 pipe.*index 10 ref",
41 "cmdUnderTest": "$TC action add action ctinfo dscp 0xfc000000 0x01000000 index 100",
44 …"matchPattern": "action order [0-9]*: ctinfo zone 0 pipe.*index 100 ref.*dscp 0xfc000000 0x0100000…
65 "cmdUnderTest": "$TC action add action ctinfo cpmark 0x01000000 zone 1 index 1",
67 "verifyCmd": "$TC action get action ctinfo index 1",
68 "matchPattern": "action order [0-9]*: ctinfo zone 1 pipe.*index 1 ref.*cpmark 0x01000000",
89 "cmdUnderTest": "$TC action add action ctinfo drop index 1000",
92 "matchPattern": "action order [0-9]*: ctinfo zone 0 drop.*index 1000 ref",
[all …]
H A Dcsum.json17 "cmdUnderTest": "$TC actions add action csum iph index 800",
19 "verifyCmd": "$TC actions get action csum index 800",
20 "matchPattern": "action order [0-9]*: csum \\(iph\\) action pass.*index 800 ref",
41 "cmdUnderTest": "$TC actions add action csum ip4h index 7",
43 "verifyCmd": "$TC actions get action csum index 7",
44 "matchPattern": "action order [0-9]*: csum \\(iph\\) action pass.*index 7 ref",
65 "cmdUnderTest": "$TC actions add action csum ipv4h index 1122",
67 "verifyCmd": "$TC actions get action csum index 1122",
68 "matchPattern": "action order [0-9]*: csum \\(iph\\) action pass.*index 1122 ref",
89 "cmdUnderTest": "$TC actions add action csum icmp index 1",
[all …]
H A Dtunnel_key.json99 …t": "$TC actions add action tunnel_key set src_ip 300.168.100.1 dst_ip 192.168.200.1 id 7 index 1",
101 "verifyCmd": "$TC actions get action tunnel_key index 1",
102 …n order [0-9]+: tunnel_key set.*src_ip 300.168.100.1.*dst_ip 192.168.200.1.*key_id 7.*index 1 ref",
128 …: "$TC actions add action tunnel_key set src_ip 192.168.100.1 dst_ip 192.168.800.1 id 10 index 11",
130 "verifyCmd": "$TC actions get action tunnel_key index 11",
131 …order [0-9]+: tunnel_key set.*src_ip 192.168.100.1.*dst_ip 192.168.800.1.*key_id 10.*index 11 ref",
157 …$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 112233445566778899 index 1",
159 "verifyCmd": "$TC actions get action tunnel_key index 1",
160 …er [0-9]+: tunnel_key set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*key_id 112233445566778899.*index 1 ref",
186 …$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 11 dst_port 998877 index 1",
[all …]
/openbmc/linux/tools/testing/radix-tree/
H A Dtag_check.c14 __simple_checks(struct radix_tree_root *tree, unsigned long index, int tag) in __simple_checks() argument
19 item_check_absent(tree, index); in __simple_checks()
20 assert(item_tag_get(tree, index, tag) == 0); in __simple_checks()
22 item_insert(tree, index); in __simple_checks()
23 assert(item_tag_get(tree, index, tag) == 0); in __simple_checks()
24 item_tag_set(tree, index, tag); in __simple_checks()
25 ret = item_tag_get(tree, index, tag); in __simple_checks()
29 ret = item_tag_get(tree, index, !tag); in __simple_checks()
31 ret = item_delete(tree, index); in __simple_checks()
33 item_insert(tree, index); in __simple_checks()
[all …]
/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/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/tools/testing/cxl/test/
H A Dmock.c31 struct cxl_mock_ops *get_cxl_mock_ops(int *index) in get_cxl_mock_ops() argument
33 *index = srcu_read_lock(&cxl_mock_srcu); in get_cxl_mock_ops()
38 void put_cxl_mock_ops(int index) in put_cxl_mock_ops() argument
40 srcu_read_unlock(&cxl_mock_srcu, index); in put_cxl_mock_ops()
48 int index; in __wrap_is_acpi_device_node() local
49 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); in __wrap_is_acpi_device_node()
58 put_cxl_mock_ops(index); in __wrap_is_acpi_device_node()
67 int index, rc; in __wrap_acpi_table_parse_cedt() local
68 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); in __wrap_acpi_table_parse_cedt()
75 put_cxl_mock_ops(index); in __wrap_acpi_table_parse_cedt()
[all …]
/openbmc/linux/net/netfilter/
H A Dxt_set.c29 match_set(ip_set_id_t index, const struct sk_buff *skb, in match_set() argument
33 if (ip_set_test(index, skb, par, opt)) in match_set()
62 return match_set(info->match_set.index, skb, par, &opt, in set_match_v0()
86 ip_set_id_t index; in set_match_v0_checkentry() local
88 index = ip_set_nfnl_get_byindex(par->net, info->match_set.index); in set_match_v0_checkentry()
90 if (index == IPSET_INVALID_ID) { in set_match_v0_checkentry()
92 info->match_set.index); in set_match_v0_checkentry()
97 ip_set_nfnl_put(par->net, info->match_set.index); in set_match_v0_checkentry()
112 ip_set_nfnl_put(par->net, info->match_set.index); in set_match_v0_destroy()
129 return match_set(info->match_set.index, skb, par, &opt, in set_match_v1()
[all …]
/openbmc/linux/drivers/hwmon/
H A Dw83795.c118 #define IN_LSB_REG(index, type) \ argument
119 (((type) == 1) ? W83795_REG_IN_HL_LSB[(index)] \
120 : (W83795_REG_IN_HL_LSB[(index)] + 1))
150 #define W83795_REG_FAN(index) (0x2E + (index)) argument
151 #define W83795_REG_FAN_MIN_HL(index) (0xB6 + (index)) argument
152 #define W83795_REG_FAN_MIN_LSB(index) (0xC4 + (index) / 2) argument
153 #define W83795_REG_FAN_MIN_LSB_SHIFT(index) \ argument
154 (((index) & 1) ? 4 : 0)
160 #define W83795_REG_ALARM(index) (0x41 + (index)) argument
162 #define W83795_REG_BEEP(index) (0x50 + (index)) argument
[all …]
/openbmc/linux/arch/m68k/sun3x/
H A Ddvma.c44 #define dvma_entry_paddr(index) (iommu_pte[index] & IOMMU_ADDR_MASK) argument
45 #define dvma_entry_vaddr(index,paddr) ((index << DVMA_PAGE_SHIFT) | \ argument
48 #define dvma_entry_set(index,addr) (iommu_pte[index] = \
52 #define dvma_entry_set(index,addr) (iommu_pte[index] = \ argument
56 #define dvma_entry_clr(index) (iommu_pte[index] = IOMMU_DT_INVALID) argument
66 unsigned long index; in dvma_print() local
68 index = dvma_addr >> DVMA_PAGE_SHIFT; in dvma_print()
70 pr_info("idx %lx dvma_addr %08lx paddr %08lx\n", index, dvma_addr, in dvma_print()
71 dvma_entry_paddr(index)); in dvma_print()
149 unsigned long end, index; in dvma_map_iommu() local
[all …]
/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/
H A Dcx231xx-pcb-cfg.c21 INDEX_SELFPOWER_DIGITAL_ONLY, /* index */
30 0, /* analog index */
37 0, /* config index */
39 0, /* interrupt ep index */
40 1, /* ts1 index */
41 NOT_SUPPORTED, /* TS2 index */
65 0, /* config index */
67 0, /* interrupt ep index */
68 1, /* ts1 index */
69 NOT_SUPPORTED, /* TS2 index */
[all …]
/openbmc/linux/Documentation/arch/
H A Dindex.rst12 arc/index
13 arm/index
14 arm64/index
15 ia64/index
16 loongarch/index
17 m68k/index
18 mips/index
19 nios2/index
20 openrisc/index
21 parisc/index
[all …]

12345678910>>...326