/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/macsec/ |
D | macsec_api.h | 49 * Filter table, and unpack it into the fields of rec. 50 * rec - [OUT] The raw table row data will be unpacked into the fields of rec. 57 /*! Pack the fields of rec, and write the packed data into the 67 * Packet Classifier table, and unpack it into the fields of rec. 68 * rec - [OUT] The raw table row data will be unpacked into the fields of rec. 75 /*! Pack the fields of rec, and write the packed data into the 85 * Lookup table, and unpack it into the fields of rec. 86 * rec - [OUT] The raw table row data will be unpacked into the fields of rec. 93 /*! Pack the fields of rec, and write the packed data into the 103 * Lookup table, and unpack it into the fields of rec. [all …]
|
/Linux-v5.10/Documentation/userspace-api/media/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 37 inside the stream, when fed to a stateful mem2mem decoder, the fields 42 encoder, the fields must be zero, since the coded size is expected to 57 capture or output only the top or bottom field, or both fields 60 For more details on fields see :ref:`field-order`. 122 - This field indicates whether the remaining fields of the 124 extended fields, are valid. When set to 125 ``V4L2_PIX_FMT_PRIV_MAGIC``, it indicates that the extended fields 127 indicates that the extended fields contain undefined values. 129 Applications that wish to use the pixel format extended fields [all …]
|
D | dev-encoder.rst | 148 * **Required fields:** 163 other fields 166 * **Return fields:** 184 * **Required fields:** 189 other fields 192 * **Return fields:** 198 other fields 204 * **Required fields:** 215 other fields 218 * **Return fields:** [all …]
|
/Linux-v5.10/Documentation/accounting/ |
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 …]
|
/Linux-v5.10/drivers/net/ethernet/freescale/dpaa2/ |
D | dpkg.h | 60 /* Protocol fields */ 62 /* Ethernet fields */ 71 /* VLAN fields */ 83 /* IP (generic) fields */ 94 /* IPV4 fields */ 112 /* IPV6 fields */ 123 /* ICMP fields */ 131 /* IGMP fields */ 138 /* TCP fields */ 152 /* UDP fields */ [all …]
|
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 …]
|
/Linux-v5.10/tools/lib/traceevent/Documentation/ |
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 …]
|
/Linux-v5.10/arch/x86/kvm/ |
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 …]
|
/Linux-v5.10/kernel/trace/ |
D | trace_events_synth.c | 28 C(TOO_MANY_FIELDS, "Too many fields"), \ 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() [all …]
|
/Linux-v5.10/drivers/phy/ti/ |
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 …]
|
/Linux-v5.10/include/linux/mfd/ |
D | twl4030-audio.h | 87 /* TWL4030_CODEC_MODE (0x01) Fields */ 105 /* TWL4030_OPTION (0x02) Fields */ 115 /* TWL4030_REG_MICBIAS_CTL (0x04) Fields */ 122 /* ANAMICL (0x05) Fields */ 135 /* ANAMICR (0x06) Fields */ 140 /* AVADC_CTL (0x07) Fields */ 145 /* TWL4030_REG_ADCMICSEL (0x08) Fields */ 151 /* AUDIO_IF (0x0E) Fields */ 166 /* VOICE_IF (0x0F) Fields */ 179 /* HS_GAIN_SET (0x23) Fields */ [all …]
|
D | twl6040.h | 59 /* INTID (0x03) fields */ 69 /* INTMR (0x04) fields */ 79 /* NCPCTL (0x05) fields */ 84 /* LDOCTL (0x06) fields */ 91 /* HPPLLCTL (0x07) fields */ 103 /* LPPLLCTL (0x08) fields */ 111 /* HSLCTL/R (0x10/0x11) fields */ 118 /* HFLCTL/R (0x14/0x16) fields */ 125 /* VIBCTLL/R (0x18/0x1A) fields */ 133 /* VIBDATL/R (0x19/0x1B) fields */ [all …]
|
/Linux-v5.10/Documentation/trace/ |
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 …]
|
/Linux-v5.10/drivers/iio/adc/ |
D | stm32-adc-core.h | 53 /* STM32F4_ADC_SR - bit fields */ 58 /* STM32F4_ADC_CR1 - bit fields */ 65 /* STM32F4_ADC_CR2 - bit fields */ 76 /* STM32F4_ADC_CSR - bit fields */ 84 /* STM32F4_ADC_CCR - bit fields */ 109 /* STM32H7_ADC_ISR - bit fields */ 115 /* STM32H7_ADC_IER - bit fields */ 119 /* STM32H7_ADC_CR - bit fields */ 137 /* STM32H7_ADC_CFGR bit fields */ 154 /* STM32H7_ADC_CALFACT - bit fields */ [all …]
|
/Linux-v5.10/sound/soc/tegra/ |
D | tegra30_i2s.h | 38 /* Fields in TEGRA30_I2S_CTRL */ 98 /* Fields in TEGRA30_I2S_TIMING */ 105 /* Fields in TEGRA30_I2S_OFFSET */ 114 /* Fields in TEGRA30_I2S_CH_CTRL */ 160 /* Fields in TEGRA30_I2S_SLOT_CTRL */ 174 /* Fields in TEGRA30_I2S_CIF_RX_CTRL */ 177 /* Fields in TEGRA30_I2S_CIF_TX_CTRL */ 180 /* Fields in TEGRA30_I2S_FLOWCTL */ 190 /* Fields in TEGRA30_I2S_TX_STEP */ 196 /* Fields in TEGRA30_I2S_FLOW_STATUS */ [all …]
|
D | tegra20_spdif.h | 40 /* Fields in TEGRA20_SPDIF_CTRL */ 116 /* Fields in TEGRA20_SPDIF_STATUS */ 206 /* Fields in TEGRA20_SPDIF_STROBE_CTRL */ 232 /* Fields in SPDIF_DATA_FIFO_CSR */ 324 /* Fields in TEGRA20_SPDIF_DATA_OUT */ 364 /* Fields in TEGRA20_SPDIF_DATA_IN */ 409 /* Fields in TEGRA20_SPDIF_CH_STA_RX_A */ 410 /* Fields in TEGRA20_SPDIF_CH_STA_RX_B */ 411 /* Fields in TEGRA20_SPDIF_CH_STA_RX_C */ 412 /* Fields in TEGRA20_SPDIF_CH_STA_RX_D */ [all …]
|
/Linux-v5.10/drivers/pci/ |
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 …]
|
/Linux-v5.10/drivers/hid/ |
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() 419 /* If any error occurs in a sample, rest of the fields are ignored */ in hid_sensor_capture_sample() 476 void *fields; in hid_sensor_custom_add_field() local [all …]
|
/Linux-v5.10/include/uapi/linux/ |
D | taskstats.h | 26 * The struct is versioned. Newer versions should only add fields to 30 * To add new fields 33 * c) add new fields after version comment; maintain 64-bit alignment 56 /* Delay accounting fields start 58 * All values, until comment "Delay accounting fields end" are 60 * few fields are not delays 75 /* Following four fields atomically updated using task->delays->lock */ 102 /* Delay accounting fields end */ 105 /* Basic Accounting Fields start */ 123 /* Basic Accounting Fields end */ [all …]
|
/Linux-v5.10/drivers/net/wireless/ath/ath5k/ |
D | desc.h | 33 /* RX control word 1 fields/flags */ 42 * 5210, 5211 and 5212 differ only in the fields and flags defined below 50 /* RX status word 0 fields/flags */ 61 /* RX status word 1 fields/flags */ 77 /* RX status word 0 fields/flags */ 88 /* RX status word 1 fields/flags */ 101 …_RX_DESC_STATUS1_PHY_ERROR_CODE 0x0000ff00 /* phy error code overlays key index and valid fields */ 160 /* TX control word 0 fields/flags */ 182 /* TX control word 1 fields/flags */ 220 /* TX control word 0 fields/flags */ [all …]
|
/Linux-v5.10/include/linux/ |
D | qcom-geni-se.h | 100 /* GENI_FORCE_DEFAULT_REG fields */ 103 /* GENI_STATUS fields */ 112 /* GENI_FW_REVISION_RO fields */ 116 /* GENI_CLK_SEL fields */ 122 /* GENI_M_CMD0 fields */ 132 /* GENI_S_CMD0 fields */ 142 /* GENI_M_IRQ_EN fields */ 174 /* GENI_S_IRQ_EN fields */ 197 /* GENI_/TX/RX/RX_RFR/_WATERMARK_REG fields */ 200 /* GENI_TX_FIFO_STATUS fields */ [all …]
|
/Linux-v5.10/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() 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()
|
/Linux-v5.10/drivers/net/ethernet/cisco/enic/ |
D | vnic_enet.h | 44 #define VENETF_RSSHASH_IPV4 0x20 /* Hash on IPv4 fields */ 45 #define VENETF_RSSHASH_TCPIPV4 0x40 /* Hash on TCP + IPv4 fields */ 46 #define VENETF_RSSHASH_IPV6 0x80 /* Hash on IPv6 fields */ 47 #define VENETF_RSSHASH_TCPIPV6 0x100 /* Hash on TCP + IPv6 fields */ 48 #define VENETF_RSSHASH_IPV6_EX 0x200 /* Hash on IPv6 extended fields */ 49 #define VENETF_RSSHASH_TCPIPV6_EX 0x400 /* Hash on TCP + IPv6 ext. fields */
|
/Linux-v5.10/arch/x86/kvm/vmx/ |
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() 111 * information fields read-only?
|