| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | ioapic.c | 119 e->fields.dest_id, in __rtc_irq_eoi_tracking_restore_one() 120 kvm_lapic_irq_dest_mode(!!e->fields.dest_mode))) in __rtc_irq_eoi_tracking_restore_one() 123 new_val = kvm_apic_pending_eoi(vcpu, e->fields.vector); in __rtc_irq_eoi_tracking_restore_one() 131 dest_map->vectors[vcpu->vcpu_id] = e->fields.vector; in __rtc_irq_eoi_tracking_restore_one() 193 entry->fields.dest_id, in ioapic_lazy_update_eoi() 194 entry->fields.dest_mode) || in ioapic_lazy_update_eoi() 195 kvm_apic_pending_eoi(vcpu, entry->fields.vector)) in ioapic_lazy_update_eoi() 202 rtc_irq_eoi(ioapic, vcpu, entry->fields.vector); in ioapic_lazy_update_eoi() 216 edge = (entry.fields.trig_mode == IOAPIC_EDGE_TRIG); in ioapic_set_irq() 295 if (e->fields.trig_mode == IOAPIC_LEVEL_TRIG || in kvm_ioapic_scan_entry() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_events_synth.c | 108 u64 fields[]; member 114 int offset = offsetof(typeof(trace), fields); in synth_event_define_fields() 122 size = event->fields[i]->size; in synth_event_define_fields() 123 is_signed = event->fields[i]->is_signed; in synth_event_define_fields() 124 type = event->fields[i]->type; in synth_event_define_fields() 125 name = event->fields[i]->name; in synth_event_define_fields() 131 event->fields[i]->offset = n_u64; in synth_event_define_fields() 133 if (event->fields[i]->is_string && !event->fields[i]->is_dynamic) { in synth_event_define_fields() 332 fmt = synth_field_fmt(se->fields[i]->type); in print_synth_event() 341 if (se->fields[i]->is_string) { in print_synth_event() [all …]
|
| /OK3568_Linux_fs/u-boot/common/eeprom/ |
| H A D | eeprom_layout.c | 41 layout->fields = layout_unknown; in __eeprom_layout_assign() 54 struct eeprom_field *fields = layout->fields; in eeprom_layout_print() local 57 fields[i].print(&fields[i]); in eeprom_layout_print() 72 struct eeprom_field *fields = layout->fields; in eeprom_layout_update_field() local 81 if (fields[i].name == RESERVED_FIELDS || in eeprom_layout_update_field() 82 strcmp(fields[i].name, field_name)) in eeprom_layout_update_field() 85 err = fields[i].update(&fields[i], new_data); in eeprom_layout_update_field() 118 layout->fields[i].buf = buf; in eeprom_layout_setup() 119 buf += layout->fields[i].size; in eeprom_layout_setup()
|
| /OK3568_Linux_fs/kernel/drivers/phy/ti/ |
| H A D | phy-am654-serdes.c | 235 struct regmap_field *fields[MAX_FIELDS]; member 251 ret = regmap_field_write(phy->fields[PLL_ENABLE], PLL_ENABLE_STATE); in serdes_am654_enable_pll() 255 return regmap_field_read_poll_timeout(phy->fields[PLL_OK], val, val, in serdes_am654_enable_pll() 264 ret = regmap_field_write(phy->fields[PLL_ENABLE], PLL_DISABLE_STATE); in serdes_am654_disable_pll() 274 ret |= regmap_field_write(phy->fields[TX0_ENABLE], TX0_ENABLE_STATE); in serdes_am654_enable_txrx() 277 ret |= regmap_field_write(phy->fields[RX0_ENABLE], RX0_ENABLE_STATE); in serdes_am654_enable_txrx() 290 ret |= regmap_field_write(phy->fields[TX0_ENABLE], TX0_DISABLE_STATE); in serdes_am654_disable_txrx() 293 ret |= regmap_field_write(phy->fields[RX0_ENABLE], RX0_DISABLE_STATE); in serdes_am654_disable_txrx() 320 return regmap_field_read_poll_timeout(phy->fields[CMU_OK_I_0], val, in serdes_am654_power_on() 421 ret |= regmap_field_write(phy->fields[CMU_PLL_CTRL], 0x2); in serdes_am654_pcie_init() [all …]
|
| H A D | phy-gmii-sel.c | 38 struct regmap_field *fields[PHY_GMII_SEL_LAST]; member 103 regfield = if_phy->fields[PHY_GMII_SEL_PORT_MODE]; in phy_gmii_sel_mode() 111 if_phy->fields[PHY_GMII_SEL_RGMII_ID_MODE]) { in phy_gmii_sel_mode() 112 regfield = if_phy->fields[PHY_GMII_SEL_RGMII_ID_MODE]; in phy_gmii_sel_mode() 119 if_phy->fields[PHY_GMII_SEL_RMII_IO_CLK_EN]) { in phy_gmii_sel_mode() 120 regfield = if_phy->fields[PHY_GMII_SEL_RMII_IO_CLK_EN]; in phy_gmii_sel_mode() 253 const struct reg_field *fields; in phy_gmii_init_phy() local 261 fields = soc_data->regfields[port - 1]; in phy_gmii_init_phy() 262 field = *fields++; in phy_gmii_init_phy() 270 if_phy->fields[PHY_GMII_SEL_PORT_MODE] = regfield; in phy_gmii_init_phy() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/accounting/ |
| H A D | taskstats-struct.rst | 5 This document contains an explanation of the struct taskstats fields. 7 There are three different groups of fields in the struct taskstats: 9 1) Common and basic accounting fields 11 the common fields and basic accounting fields are collected for 13 2) Delay accounting fields 14 These fields are placed between:: 16 /* Delay accounting fields start */ 20 /* Delay accounting fields end */ 23 3) Extended accounting fields 24 These fields are placed between:: [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/ |
| H A D | libtraceevent-fields.txt | 6 tep_event_common_fields, tep_event_fields - Get a list of fields for an event. 21 fields for the _event_. The array is allocated in the function and must be freed 25 fields for the _event_. The array is allocated in the function and must be freed 43 struct tep_format_field **fields; 46 fields = tep_event_common_fields(event); 47 if (fields != NULL) { 49 while (fields[i]) { 51 walk through the list of the common fields 56 free(fields); 58 fields = tep_event_fields(event); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-ethtool.c | 321 void *key, void *mask, u64 *fields) in dpaa2_eth_prep_eth_rule() argument 329 *fields |= DPAA2_ETH_DIST_ETHTYPE; in dpaa2_eth_prep_eth_rule() 336 *fields |= DPAA2_ETH_DIST_ETHSRC; in dpaa2_eth_prep_eth_rule() 343 *fields |= DPAA2_ETH_DIST_ETHDST; in dpaa2_eth_prep_eth_rule() 351 void *key, void *mask, u64 *fields) in dpaa2_eth_prep_uip_rule() argument 363 *fields |= DPAA2_ETH_DIST_IPSRC; in dpaa2_eth_prep_uip_rule() 370 *fields |= DPAA2_ETH_DIST_IPDST; in dpaa2_eth_prep_uip_rule() 377 *fields |= DPAA2_ETH_DIST_IPPROTO; in dpaa2_eth_prep_uip_rule() 387 *fields |= DPAA2_ETH_DIST_L4SRC; in dpaa2_eth_prep_uip_rule() 392 *fields |= DPAA2_ETH_DIST_L4DST; in dpaa2_eth_prep_uip_rule() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/ |
| H A D | gtype.state | 236 (!fields 2 258 (!fields 1 276 (!fields 7 331 (!fields 7 343 (!fields 3 383 (!fields 4 390 (!fields 12 394 (!fields 2 411 (!fields 39 415 (!fields 18 [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/ |
| H A D | gtype.state | 238 (!fields 2 260 (!fields 1 278 (!fields 7 333 (!fields 7 345 (!fields 3 385 (!fields 4 392 (!fields 12 396 (!fields 2 413 (!fields 39 417 (!fields 18 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | pci-acpi.c | 174 union acpi_object *fields = record->package.elements; in decode_type0_hpx_record() local 175 u32 revision = fields[1].integer.value; in decode_type0_hpx_record() 182 if (fields[i].type != ACPI_TYPE_INTEGER) in decode_type0_hpx_record() 185 hpx0->cache_line_size = fields[2].integer.value; in decode_type0_hpx_record() 186 hpx0->latency_timer = fields[3].integer.value; in decode_type0_hpx_record() 187 hpx0->enable_serr = fields[4].integer.value; in decode_type0_hpx_record() 188 hpx0->enable_perr = fields[5].integer.value; in decode_type0_hpx_record() 224 union acpi_object *fields = record->package.elements; in decode_type1_hpx_record() local 225 u32 revision = fields[1].integer.value; in decode_type1_hpx_record() 232 if (fields[i].type != ACPI_TYPE_INTEGER) in decode_type1_hpx_record() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-sensor-custom.c | 41 struct hid_sensor_custom_field *fields; member 299 attribute = &sensor_inst->fields[field_index].attribute; in show_value() 352 value = sensor_inst->fields[field_index].attribute.units; in show_value() 354 value = sensor_inst->fields[field_index].attribute.unit_expo; in show_value() 356 value = sensor_inst->fields[field_index].attribute.size; in show_value() 358 value = sensor_inst->fields[field_index].attribute. in show_value() 361 value = sensor_inst->fields[field_index].attribute. in show_value() 402 report_id = sensor_inst->fields[field_index].attribute. in store_value() 476 void *fields; in hid_sensor_custom_add_field() local 478 fields = krealloc(sensor_inst->fields, in hid_sensor_custom_add_field() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | field-order.rst | 11 Interlaced video divides an image into two fields, containing only the 14 fields a cathode ray TV displays the lines interleaved, yielding the 17 fields reduces the flicker without the necessity of doubling the frame 21 at a time, merely transmitting the frames separated into fields. The 22 fields are in fact captured at two different instances in time. An 28 interleaved, it is also important applications understand how the fields 30 even) fields, the *spatial order*: The first line of the top field is 34 However because fields were captured one after the other, arguing 36 two successive top and bottom, or bottom and top fields yield a valid 38 transferring film to video, two fields may come from the same frame, [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/migrations/ |
| H A D | 0001_initial.py | 15 fields=[ 25 fields=[ 38 fields=[ 53 fields=[ 62 fields=[ 72 fields=[ 88 fields=[ 103 fields=[ 112 fields=[ 122 fields=[ [all …]
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | board.py | 129 fields = line.split() 130 if not fields: 132 for upto in range(len(fields)): 133 if fields[upto] == '-': 134 fields[upto] = '' 135 while len(fields) < 8: 136 fields.append('') 137 if len(fields) > 8: 138 fields = fields[:8] 140 board = Board(*fields)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/ |
| H A D | qgeopositioninfosource_geocluemaster.cpp | 134 void QGeoPositionInfoSourceGeoclueMaster::updatePosition(PositionFields fields, int timestamp, in updatePosition() argument 142 if (fields & Altitude) in updatePosition() 185 void QGeoPositionInfoSourceGeoclueMaster::updateVelocity(VelocityFields fields, int timestamp, in updateVelocity() argument 192 m_lastVelocity = (fields & Speed) ? knotsToMetersPerSecond(speed) : qQNaN(); in updateVelocity() 193 m_lastDirection = (fields & Direction) ? direction : qQNaN(); in updateVelocity() 194 m_lastClimb = (fields & Climb) ? climb : qQNaN(); in updateVelocity() 425 PositionFields fields = static_cast<PositionFields>(reply.argumentAt<0>()); in getPositionFinished() local 427 qCDebug(lcPositioningGeoclue) << "got position update with fields" << int(fields); in getPositionFinished() 429 if (fields & Latitude && fields & Longitude) { in getPositionFinished() 435 updatePosition(fields, timestamp, latitude, longitude, altitude, accuracy); in getPositionFinished() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | qgeofiletilecachemapbox.cpp | 94 QStringList fields = name.split('-'); in filenameToTileSpec() local 96 int length = fields.length(); in filenameToTileSpec() 100 int scaleIdx = fields.last().indexOf("@"); in filenameToTileSpec() 101 if (scaleIdx < 0 || fields.last().size() <= (scaleIdx + 2)) in filenameToTileSpec() 103 int scaleFactor = fields.last()[scaleIdx + 1].digitValue(); in filenameToTileSpec() 113 int value = fields.at(i).toInt(&ok); in filenameToTileSpec() 123 return QGeoTileSpec(fields.at(0), in filenameToTileSpec() 124 m_mapNameToId[fields.at(1)], in filenameToTileSpec()
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | histogram-design.rst | 74 keeps an array of these fields named fields[]. The fields[] array is 93 fields[] array is the tracing_map instance created for the histogram, 103 associated key and value fields for the histogram described above. As 104 you can see, there are two fields in the fields array, one val field 109 relationships between the hist_data fields and the tracing_map 115 | .fields[] |---->| val = hitcount |----------------------------+ 145 The hist_data n_vals and n_fields delineate the extent of the fields[] | | 149 histogram, with pointers from various parts of the fields[] array | | 162 for each key or value in the map_elt.fields[] array. There is an | | 163 entry in the map_elt.fields[] array corresponding to each hist_field | | [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | aha152x.h | 272 } fields; member 276 #define cf_parity fields.parity 277 #define cf_dmachan fields.dmachan 278 #define cf_irq fields.irq 279 #define cf_id fields.id 280 #define cf_dma fields.dma 281 #define cf_boot fields.boot 282 #define cf_msgclasses fields.msgclasses 283 #define cf_syncneg fields.syncneg 284 #define cf_tardisc fields.tardisc
|
| /OK3568_Linux_fs/kernel/drivers/mux/ |
| H A D | mmio.c | 20 struct regmap_field **fields = mux_chip_priv(mux->chip); in mux_mmio_set() local 22 return regmap_field_write(fields[mux_control_get_index(mux)], state); in mux_mmio_set() 40 struct regmap_field **fields; in mux_mmio_probe() local 68 sizeof(*fields)); in mux_mmio_probe() 72 fields = mux_chip_priv(mux_chip); in mux_mmio_probe() 102 fields[i] = devm_regmap_field_alloc(dev, regmap, field); in mux_mmio_probe() 103 if (IS_ERR(fields[i])) { in mux_mmio_probe() 104 ret = PTR_ERR(fields[i]); in mux_mmio_probe()
|
| /OK3568_Linux_fs/u-boot/arch/arc/lib/ |
| H A D | cache.c | 137 } fields; in read_decode_cache_bcr_arcv2() member 148 } fields; in read_decode_cache_bcr_arcv2() member 153 if (sbcr.fields.ver) { in read_decode_cache_bcr_arcv2() 156 slc_line_sz = (slc_cfg.fields.lsz == 0) ? 128 : 64; in read_decode_cache_bcr_arcv2() 166 } fields; in read_decode_cache_bcr_arcv2() member 171 if (cbcr.fields.c) in read_decode_cache_bcr_arcv2() 187 } fields; in read_decode_cache_bcr() member 192 if (ibcr.fields.ver) { in read_decode_cache_bcr() 194 l1_line_sz = ic_line_sz = 8 << ibcr.fields.line_len; in read_decode_cache_bcr() 200 if (dbcr.fields.ver){ in read_decode_cache_bcr() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | nested.h | 92 static inline unsigned long nested_read_cr0(struct vmcs12 *fields) in nested_read_cr0() argument 94 return (fields->guest_cr0 & ~fields->cr0_guest_host_mask) | in nested_read_cr0() 95 (fields->cr0_read_shadow & fields->cr0_guest_host_mask); in nested_read_cr0() 97 static inline unsigned long nested_read_cr4(struct vmcs12 *fields) in nested_read_cr4() argument 99 return (fields->guest_cr4 & ~fields->cr4_guest_host_mask) | in nested_read_cr4() 100 (fields->cr4_read_shadow & fields->cr4_guest_host_mask); in nested_read_cr4()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | auditfilter.c | 89 if (erule->fields) in audit_free_rule() 91 audit_free_lsm_field(&erule->fields[i]); in audit_free_rule() 92 kfree(erule->fields); in audit_free_rule() 107 struct audit_field *fields; in audit_init_entry() local 113 fields = kcalloc(field_count, sizeof(*fields), GFP_KERNEL); in audit_init_entry() 114 if (unlikely(!fields)) { in audit_init_entry() 118 entry->rule.fields = fields; in audit_init_entry() 458 struct audit_field *f = &entry->rule.fields[i]; in audit_data_to_entry() 467 f->type = data->fields[i]; in audit_data_to_entry() 642 struct audit_field *f = &krule->fields[i]; in audit_krule_to_data() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | faddr2line | 124 local fields=($line) 125 local sym_addr=0x${fields[1]} 126 local sym_elf_size=${fields[2]} 127 local sym_sec=${fields[6]} 163 local fields=($line) 164 cur_sym_addr=0x${fields[1]} 165 local cur_sym_elf_size=${fields[2]} 166 local cur_sym_name=${fields[7]:-}
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | idreg-override.c | 28 } fields[]; member 34 .fields = { 43 .fields = { 53 .fields = { 69 .fields = { 103 reg->name, reg->fields[f].name); in find_field() 121 for (f = 0; strlen(regs[i]->fields[f].name); f++) { in match_options() 122 u64 shift = regs[i]->fields[f].shift; in match_options()
|