Home
last modified time | relevance | path

Searched full:fields (Results 1 – 25 of 2796) sorted by relevance

12345678910>>...112

/openbmc/linux/drivers/clk/stm32/
Dstm32mp13_rcc.h
/openbmc/linux/Documentation/userspace-api/media/v4l/
Dfield-order.rst
Dpixfmt-v4l2.rst
/openbmc/linux/Documentation/accounting/
Dtaskstats-struct.rst
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
Dmacsec_api.h
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-apic.c27 } fields[256]; member
36 kapic->fields[0x2].data = s->id << 24; in whpx_put_apic_state()
37 kapic->fields[0x3].data = s->version | ((APIC_LVT_NB - 1) << 16); in whpx_put_apic_state()
38 kapic->fields[0x8].data = s->tpr; in whpx_put_apic_state()
39 kapic->fields[0xd].data = s->log_dest << 24; in whpx_put_apic_state()
40 kapic->fields[0xe].data = s->dest_mode << 28 | 0x0fffffff; in whpx_put_apic_state()
41 kapic->fields[0xf].data = s->spurious_vec; in whpx_put_apic_state()
43 kapic->fields[0x10 + i].data = s->isr[i]; in whpx_put_apic_state()
44 kapic->fields[0x18 + i].data = s->tmr[i]; in whpx_put_apic_state()
45 kapic->fields[0x20 + i].data = s->irr[i]; in whpx_put_apic_state()
[all …]
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
Ddpkg.h
/openbmc/linux/sound/soc/tegra/
Dtegra210_mbdrc.h
Dtegra30_i2s.h
/openbmc/qemu/docs/devel/migration/
H A Dvirtio.rst15 - virtio core, for common fields like features, number of queues, ...
23 - most fields are saved via the stream interface; subsequently, subsections
44 device fields
46 fields
48 fields
51 virtqueue fields
54 fields
63 fields, if VERSION_1
81 device fields
83 fields
[all …]
/openbmc/u-boot/common/eeprom/
H A Deeprom_layout.c33 * __eeprom_layout_assign() - set the layout fields
40 layout->fields = layout_unknown; in __eeprom_layout_assign()
53 struct eeprom_field *fields = layout->fields; in eeprom_layout_print() local
56 fields[i].print(&fields[i]); in eeprom_layout_print()
71 struct eeprom_field *fields = layout->fields; in eeprom_layout_update_field() local
80 if (fields[i].name == RESERVED_FIELDS || in eeprom_layout_update_field()
81 strcmp(fields[i].name, field_name)) in eeprom_layout_update_field()
84 err = fields[i].update(&fields[i], new_data); in eeprom_layout_update_field()
117 layout->fields[i].buf = buf; in eeprom_layout_setup()
118 buf += layout->fields[i].size; in eeprom_layout_setup()
/openbmc/linux/arch/x86/kvm/
Dioapic.c
/openbmc/linux/drivers/iio/adc/
Dstm32-adc-core.h
/openbmc/qemu/util/
H A Dselfmap.c28 gchar **fields = g_strsplit(lines[i], " ", 6); in read_self_maps() local
29 guint nfields = g_strv_length(fields); in read_self_maps()
37 errors |= qemu_strtou64(fields[0], &p, 16, &start); in read_self_maps()
39 errors |= qemu_strtou64(fields[2], NULL, 16, &offset); in read_self_maps()
40 errors |= qemu_strtoui(fields[3], &p, 16, &dev_maj); in read_self_maps()
42 errors |= qemu_strtou64(fields[4], NULL, 10, &inode); in read_self_maps()
49 p = fields[5]; in read_self_maps()
65 e->is_read = fields[1][0] == 'r'; in read_self_maps()
66 e->is_write = fields[1][1] == 'w'; in read_self_maps()
67 e->is_exec = fields[1][2] == 'x'; in read_self_maps()
[all …]
/openbmc/u-boot/tools/binman/
H A Dfmap_util.py55 def ConvertName(field_names, fields): argument
59 null characters as well. This updates the 'name' value in fields.
63 fields: Dict:
68 fields[name_index] = NameToFmap(fields[name_index])
81 fields = list(struct.unpack(FMAP_HEADER_FORMAT, data[:FMAP_HEADER_LEN]))
82 ConvertName(FMAP_HEADER_NAMES, fields)
83 header = FmapHeader(*fields)
87 fields = list(struct.unpack(FMAP_AREA_FORMAT, data[:FMAP_AREA_LEN]))
88 ConvertName(FMAP_AREA_NAMES, fields)
89 areas.append(FmapArea(*fields))
/openbmc/openbmc/poky/meta/recipes-kernel/perf/perf/
H A Dsort-pmuevents.py45 # types and then their fields.
52 entry_dict[struct[2]]['fields'] = {}
58 entry_dict[struct[2]]['fields'][cpuid.group(1)] = entry
63 entry_dict[struct[2]]['fields'][name.group(1)] = entry
69 entry_dict[struct[2]]['fields']['0'] = entry
77 # fields make it complex enough that it becomes unreadable.
83 entry_dict_sorted[i]['fields'] = {}
84 for f in sorted(entry_dict[i]['fields'].keys()):
85 entry_dict_sorted[i]['fields'][f] = entry_dict[i]['fields'][f]
94 for f in entry_dict_sorted[d]['fields']:
[all …]
/openbmc/linux/include/linux/mfd/
Dtwl4030-audio.h
Dtwl6040.h
/openbmc/u-boot/arch/arm/mach-davinci/include/mach/
H A Dsdmmc_defs.h13 /* MMC Control Reg fields */
26 /* MMC Clock Control Reg fields */
30 /* MMC Status Reg0 fields */
46 /* MMC Status Reg1 fields */
55 /* MMC INT Mask Reg fields */
71 /* MMC Resp Tout Reg fields */
75 /* MMC Data Read Tout Reg fields */
78 /* MMC Block len Reg fields */
81 /* MMC Num Blocks Reg fields */
85 /* MMC Num Blocks Counter Reg fields */
[all …]
/openbmc/linux/drivers/usb/isp1760/
Disp1760-core.h
/openbmc/qemu/target/i386/hvf/
H A Dvmcs.h43 /* 16-bit control fields */
47 /* 16-bit guest-state fields */
58 /* 16-bit host-state fields */
67 /* 64-bit control fields */
86 /* 64-bit read-only fields */
89 /* 64-bit guest-state fields */
100 /* 64-bit host-state fields */
105 /* 32-bit control fields */
125 /* 32-bit read-only data fields */
135 /* 32-bit guest-state fields */
[all …]
/openbmc/qemu/target/i386/
H A Dmachine.c21 .fields = (const VMStateField[]) {
46 .fields = (const VMStateField[]) {
62 .fields = (const VMStateField[]) {
77 .fields = (const VMStateField[]) {
95 .fields = (const VMStateField[]) {
117 .fields = (const VMStateField[]) {
131 .fields = (const VMStateField[]) {
145 .fields = (const VMStateField[]) {
204 .fields = (const VMStateField[]) {
213 .fields = (const VMStateField[]) {
[all …]
/openbmc/linux/Documentation/trace/
Dhistogram-design.rst
/openbmc/qemu/python/qemu/qmp/
H A Dmodels.py26 :raise KeyError: If any required fields are absent.
27 :raise TypeError: If any required fields have the wrong type.
60 :raise KeyError: If any required fields are absent.
61 :raise TypeError: If any required fields have the wrong type.
88 :raise KeyError: If any required fields are absent.
89 :raise TypeError: If any required fields have the wrong type.
110 :raise KeyError: If any required fields are absent.
111 :raise TypeError: If any required fields have the wrong type.
132 :raise KeyError: If any required fields are absent.
133 :raise TypeError: If any required fields have the wrong type.
/openbmc/webui-vue/docs/guide/components/table/
H A Dindex.md18 - `fields` - renders table header
38 :fields="fields"
58 fields: [
79 To enable table sort, include `sortable: true` in the fields array for sortable
97 :fields="fields"
105 fields: [
131 fields array. Include the tdClass `table-row-expand` to ensure icon rotation is
162 <b-table hover responsive="md" :items="items" :fields="fields">
189 fields: [
256 :fields="fields"
[all …]

12345678910>>...112