/Linux-v4.19/arch/x86/kvm/ |
D | ioapic.c | 116 if (!kvm_apic_match_dest(vcpu, NULL, 0, e->fields.dest_id, in __rtc_irq_eoi_tracking_restore_one() 117 e->fields.dest_mode)) in __rtc_irq_eoi_tracking_restore_one() 120 new_val = kvm_apic_pending_eoi(vcpu, e->fields.vector); in __rtc_irq_eoi_tracking_restore_one() 128 dest_map->vectors[vcpu->vcpu_id] = e->fields.vector; in __rtc_irq_eoi_tracking_restore_one() 185 edge = (entry.fields.trig_mode == IOAPIC_EDGE_TRIG); in ioapic_set_irq() 255 if (e->fields.trig_mode == IOAPIC_LEVEL_TRIG || in kvm_ioapic_scan_entry() 259 e->fields.dest_id, e->fields.dest_mode) || in kvm_ioapic_scan_entry() 260 kvm_apic_pending_eoi(vcpu, e->fields.vector)) in kvm_ioapic_scan_entry() 261 __set_bit(e->fields.vector, in kvm_ioapic_scan_entry() 301 mask_before = e->fields.mask; in ioapic_write_indirect() [all …]
|
/Linux-v4.19/drivers/pci/ |
D | pci-acpi.c | 125 union acpi_object *fields = record->package.elements; in decode_type0_hpx_record() local 126 u32 revision = fields[1].integer.value; in decode_type0_hpx_record() 133 if (fields[i].type != ACPI_TYPE_INTEGER) in decode_type0_hpx_record() 137 hpx->t0->cache_line_size = fields[2].integer.value; in decode_type0_hpx_record() 138 hpx->t0->latency_timer = fields[3].integer.value; in decode_type0_hpx_record() 139 hpx->t0->enable_serr = fields[4].integer.value; in decode_type0_hpx_record() 140 hpx->t0->enable_perr = fields[5].integer.value; in decode_type0_hpx_record() 155 union acpi_object *fields = record->package.elements; in decode_type1_hpx_record() local 156 u32 revision = fields[1].integer.value; in decode_type1_hpx_record() 163 if (fields[i].type != ACPI_TYPE_INTEGER) in decode_type1_hpx_record() [all …]
|
D | pci-stub.c | 59 int fields; in pci_stub_init() local 64 fields = sscanf(id, "%x:%x:%x:%x:%x:%x", in pci_stub_init() 68 if (fields < 2) { in pci_stub_init()
|
/Linux-v4.19/Documentation/accounting/ |
D | taskstats-struct.txt | 4 This document contains an explanation of the struct taskstats fields. 6 There are three different groups of fields in the struct taskstats: 8 1) Common and basic accounting fields 10 the common fields and basic accounting fields are collected for 12 2) Delay accounting fields 13 These fields are placed between 14 /* Delay accounting fields start */ 16 /* Delay accounting fields end */ 18 3) Extended accounting fields 19 These fields are placed between [all …]
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
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 …]
|
D | pixfmt-v4l2.rst | 28 * - :cspan:`2` Applications set these fields to request an image 47 capture or output only the top or bottom field, or both fields 50 For more details on fields see :ref:`field-order`. 94 - This field indicates whether the remaining fields of the 96 extended fields, are valid. When set to 97 ``V4L2_PIX_FMT_PRIV_MAGIC``, it indicates that the extended fields 99 indicates that the extended fields contain undefined values. 101 Applications that wish to use the pixel format extended fields 105 fields are not supported and using the extended fields will lead 108 To use the extended fields, applications must set the ``priv`` [all …]
|
/Linux-v4.19/drivers/hid/ |
D | hid-sensor-custom.c | 49 struct hid_sensor_custom_field *fields; member 310 attribute = &sensor_inst->fields[field_index].attribute; in show_value() 363 value = sensor_inst->fields[field_index].attribute.units; in show_value() 365 value = sensor_inst->fields[field_index].attribute.unit_expo; in show_value() 367 value = sensor_inst->fields[field_index].attribute.size; in show_value() 369 value = sensor_inst->fields[field_index].attribute. in show_value() 372 value = sensor_inst->fields[field_index].attribute. in show_value() 414 report_id = sensor_inst->fields[field_index].attribute. in store_value() 488 void *fields; in hid_sensor_custom_add_field() local 490 fields = krealloc(sensor_inst->fields, in hid_sensor_custom_add_field() [all …]
|
/Linux-v4.19/include/linux/ |
D | ioc4.h | 47 } fields; member 61 } fields[4]; member 73 } fields; member 88 } fields; member 99 } fields; member 110 } fields; member 118 } fields; member 126 } fields; member
|
/Linux-v4.19/drivers/mux/ |
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() 39 struct regmap_field **fields; in mux_mmio_probe() local 64 sizeof(*fields)); in mux_mmio_probe() 68 fields = mux_chip_priv(mux_chip); in mux_mmio_probe() 98 fields[i] = devm_regmap_field_alloc(dev, regmap, field); in mux_mmio_probe() 99 if (IS_ERR(fields[i])) { in mux_mmio_probe() 100 ret = PTR_ERR(fields[i]); in mux_mmio_probe()
|
/Linux-v4.19/drivers/scsi/ |
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
|
/Linux-v4.19/arch/mips/mm/ |
D | uasm-micromips.c | 163 (insn_table_MM[opc].match == 0 && insn_table_MM[opc].fields == 0)) in build_insn() 170 if (ip->fields & RS) { in build_insn() 177 if (ip->fields & RT) { in build_insn() 184 if (ip->fields & RD) in build_insn() 186 if (ip->fields & RE) in build_insn() 188 if (ip->fields & SIMM) in build_insn() 190 if (ip->fields & UIMM) in build_insn() 192 if (ip->fields & BIMM) in build_insn() 194 if (ip->fields & JIMM) in build_insn() 196 if (ip->fields & FUNC) in build_insn() [all …]
|
D | uasm-mips.c | 223 (insn_table[opc].match == 0 && insn_table[opc].fields == 0)) in build_insn() 230 if (ip->fields & RS) in build_insn() 232 if (ip->fields & RT) in build_insn() 234 if (ip->fields & RD) in build_insn() 236 if (ip->fields & RE) in build_insn() 238 if (ip->fields & SIMM) in build_insn() 240 if (ip->fields & UIMM) in build_insn() 242 if (ip->fields & BIMM) in build_insn() 244 if (ip->fields & JIMM) in build_insn() 246 if (ip->fields & FUNC) in build_insn() [all …]
|
/Linux-v4.19/kernel/ |
D | auditfilter.c | 102 if (erule->fields) in audit_free_rule() 104 audit_free_lsm_field(&erule->fields[i]); in audit_free_rule() 105 kfree(erule->fields); in audit_free_rule() 120 struct audit_field *fields; in audit_init_entry() local 126 fields = kcalloc(field_count, sizeof(*fields), GFP_KERNEL); in audit_init_entry() 127 if (unlikely(!fields)) { in audit_init_entry() 131 entry->rule.fields = fields; in audit_init_entry() 454 struct audit_field *f = &entry->rule.fields[i]; in audit_data_to_entry() 462 f->type = data->fields[i]; in audit_data_to_entry() 631 struct audit_field *f = &krule->fields[i]; in audit_krule_to_data() [all …]
|
/Linux-v4.19/kernel/trace/ |
D | tracing_map.c | 40 atomic64_add(n, &elt->fields[i].sum); in tracing_map_update_sum() 57 return (u64)atomic64_read(&elt->fields[i].sum); in tracing_map_read_sum() 208 map->fields[map->n_fields++].cmp_fn = cmp_fn; in tracing_map_add_field() 279 map->fields[idx].offset = offset; in tracing_map_add_key_field() 360 if (elt->fields[i].cmp_fn == tracing_map_cmp_atomic64) in tracing_map_elt_clear() 361 atomic64_set(&elt->fields[i].sum, 0); in tracing_map_elt_clear() 379 elt->fields[i].cmp_fn = elt->map->fields[i].cmp_fn; in tracing_map_elt_init_fields() 381 if (elt->fields[i].cmp_fn != tracing_map_cmp_atomic64) in tracing_map_elt_init_fields() 382 elt->fields[i].offset = elt->map->fields[i].offset; in tracing_map_elt_init_fields() 393 kfree(elt->fields); in tracing_map_elt_free() [all …]
|
/Linux-v4.19/drivers/media/rc/ |
D | mtk-cir.c | 112 const struct mtk_field_type *fields; member 277 .fields = mt7623_fields, 285 .fields = mt7622_fields, 398 val = (mtk_chk_period(ir) << ir->data->fields[MTK_CHK_PERIOD].offset) & in mtk_ir_probe() 399 ir->data->fields[MTK_CHK_PERIOD].mask; in mtk_ir_probe() 400 mtk_w32_mask(ir, val, ir->data->fields[MTK_CHK_PERIOD].mask, in mtk_ir_probe() 401 ir->data->fields[MTK_CHK_PERIOD].reg); in mtk_ir_probe() 407 val = (ir->data->hw_period << ir->data->fields[MTK_HW_PERIOD].offset) & in mtk_ir_probe() 408 ir->data->fields[MTK_HW_PERIOD].mask; in mtk_ir_probe() 409 mtk_w32_mask(ir, val, ir->data->fields[MTK_HW_PERIOD].mask, in mtk_ir_probe() [all …]
|
/Linux-v4.19/arch/x86/pci/ |
D | pcbios.c | 71 } fields; member 305 if (probe_kernel_address(&check->fields.signature, sig)) in pci_find_bios() 308 if (check->fields.signature != BIOS32_SIGNATURE) in pci_find_bios() 310 length = check->fields.length * 16; in pci_find_bios() 318 if (check->fields.revision != 0) { in pci_find_bios() 320 check->fields.revision, check); in pci_find_bios() 324 if (check->fields.entry >= 0x100000) { in pci_find_bios() 329 unsigned long bios32_entry = check->fields.entry; in pci_find_bios()
|
/Linux-v4.19/security/integrity/ima/ |
D | ima_template.c | 52 struct ima_template_field ***fields, 156 struct ima_template_field ***fields, in template_desc_init_fields() argument 194 if (fields && num_fields) { in template_desc_init_fields() 195 *fields = kmalloc_array(i, sizeof(*fields), GFP_KERNEL); in template_desc_init_fields() 196 if (*fields == NULL) in template_desc_init_fields() 199 memcpy(*fields, found_fields, i * sizeof(*fields)); in template_desc_init_fields() 237 &(template->fields), in ima_init_template() 409 &(template_desc->fields), in ima_restore_measurement_list()
|
D | ima_template_lib.c | 179 int maxfields, struct ima_field_data *fields, int *curfields, in ima_parse_buf() argument 190 fields[i].len = *(u32 *)bufp; in ima_parse_buf() 192 fields[i].len = le32_to_cpu(fields[i].len); in ima_parse_buf() 197 if (bufp > (bufendp - fields[i].len)) in ima_parse_buf() 200 fields[i].data = bufp; in ima_parse_buf() 201 bufp += fields[i].len; in ima_parse_buf()
|
/Linux-v4.19/drivers/pnp/pnpbios/ |
D | core.c | 454 if (check->fields.signature != PNP_SIGNATURE) in pnpbios_probe_system() 459 length = check->fields.length; in pnpbios_probe_system() 472 if (check->fields.version < 0x10) { in pnpbios_probe_system() 475 check->fields.version >> 4, in pnpbios_probe_system() 476 check->fields.version & 15); in pnpbios_probe_system() 481 check->fields.version >> 4, check->fields.version & 15, in pnpbios_probe_system() 482 check->fields.pm16cseg, check->fields.pm16offset, in pnpbios_probe_system() 483 check->fields.pm16dseg); in pnpbios_probe_system()
|
/Linux-v4.19/arch/mips/boot/tools/ |
D | relocs_64.c | 20 } fields; member 25 #define ELF_R_SYM(val) (((Elf64_Mips_Rela *)(&val))->fields.r_sym) 26 #define ELF_R_TYPE(val) (((Elf64_Mips_Rela *)(&val))->fields.r_type)
|
/Linux-v4.19/arch/alpha/oprofile/ |
D | op_model_ev67.c | 159 } fields; in ev67_handle_interrupt() member 188 if (i_stat.fields.trap) { in ev67_handle_interrupt() 189 switch (i_stat.fields.trap_type) { in ev67_handle_interrupt() 207 (i_stat.fields.load_store in ev67_handle_interrupt() 234 if (i_stat.fields.mispredict) { in ev67_handle_interrupt()
|
/Linux-v4.19/tools/kvm/kvm_stat/ |
D | kvm_stat | 565 fields = self.walkdir(path)[1] 567 for field in fields: 572 fields += extra 573 return fields 577 self.fields = [field for field in self._get_available_fields() 607 fields = self._get_available_fields() 618 newlim = len(groupids) * len(fields) + 50 634 for name in fields: 663 def fields(self): member in TracepointProvider 666 @fields.setter [all …]
|
/Linux-v4.19/Documentation/arm/Samsung/ |
D | clksrc-change-registers.awk | 72 splitdefine(line, fields) 73 name = fields[0] 76 dmask[name,0] = find_length(fields[1]) 77 dmask[name,1] = find_shift(fields[1])
|
/Linux-v4.19/drivers/media/pci/tw68/ |
D | tw68-risc.c | 146 u32 instructions, fields; in tw68_risc_buffer() local 149 fields = 0; in tw68_risc_buffer() 151 fields++; in tw68_risc_buffer() 153 fields++; in tw68_risc_buffer() 160 instructions = fields * (1 + (((bpl + padding) * lines) / in tw68_risc_buffer()
|
/Linux-v4.19/scripts/ |
D | faddr2line | 116 local fields=($symbol) 117 local sym_base=0x${fields[0]} 118 local sym_type=${fields[1]} 119 local sym_end=${fields[3]}
|