Home
last modified time | relevance | path

Searched refs:fields (Results 1 – 200 of 361) sorted by relevance

12

/linux-4.4.14/drivers/pci/
Dpci-acpi.c48 union acpi_object *fields = record->package.elements; in decode_type0_hpx_record() local
49 u32 revision = fields[1].integer.value; in decode_type0_hpx_record()
56 if (fields[i].type != ACPI_TYPE_INTEGER) in decode_type0_hpx_record()
60 hpx->t0->cache_line_size = fields[2].integer.value; in decode_type0_hpx_record()
61 hpx->t0->latency_timer = fields[3].integer.value; in decode_type0_hpx_record()
62 hpx->t0->enable_serr = fields[4].integer.value; in decode_type0_hpx_record()
63 hpx->t0->enable_perr = fields[5].integer.value; in decode_type0_hpx_record()
78 union acpi_object *fields = record->package.elements; in decode_type1_hpx_record() local
79 u32 revision = fields[1].integer.value; in decode_type1_hpx_record()
86 if (fields[i].type != ACPI_TYPE_INTEGER) in decode_type1_hpx_record()
[all …]
Dpci-stub.c59 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()
Dpci-driver.c107 int fields = 0; in store_new_id() local
110 fields = sscanf(buf, "%x %x %x %x %x %x %lx", in store_new_id()
113 if (fields < 2) in store_new_id()
116 if (fields != 7) { in store_new_id()
174 int fields = 0; in store_remove_id() local
177 fields = sscanf(buf, "%x %x %x %x %x %x", in store_remove_id()
180 if (fields < 2) in store_remove_id()
/linux-4.4.14/arch/x86/kvm/
Dioapic.c115 if (!kvm_apic_match_dest(vcpu, NULL, 0, e->fields.dest_id, in __rtc_irq_eoi_tracking_restore_one()
116 e->fields.dest_mode)) in __rtc_irq_eoi_tracking_restore_one()
119 new_val = kvm_apic_pending_eoi(vcpu, e->fields.vector); in __rtc_irq_eoi_tracking_restore_one()
182 edge = (entry.fields.trig_mode == IOAPIC_EDGE_TRIG); in ioapic_set_irq()
212 (!edge && entry.fields.remote_irr)) { in ioapic_set_irq()
245 if (e->fields.trig_mode == IOAPIC_LEVEL_TRIG || in kvm_ioapic_scan_entry()
249 e->fields.dest_id, e->fields.dest_mode) || in kvm_ioapic_scan_entry()
250 (e->fields.trig_mode == IOAPIC_EDGE_TRIG && in kvm_ioapic_scan_entry()
251 kvm_apic_pending_eoi(vcpu, e->fields.vector))) in kvm_ioapic_scan_entry()
252 __set_bit(e->fields.vector, in kvm_ioapic_scan_entry()
[all …]
Dioapic.h62 } fields; member
/linux-4.4.14/Documentation/accounting/
Dtaskstats-struct.txt4 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 …]
Dtaskstats.txt63 that is added to the kernel. The fields and their semantics are defined in the
140 1. Adding more fields to the end of the existing struct taskstats. Backward
142 structure. Userspace will use only the fields of the struct that correspond
152 overhead. If only a few fields need to be added, then 1. is the preferable
154 processing new netlink attributes. But if the new fields expand the existing
156 unnecessarily receive large structures whose fields are of no interest, then
Ddelay-accounting.txt40 statistics. The delay accounting functionality populates specific fields of
43 for a description of the fields pertaining to delay accounting.
/linux-4.4.14/drivers/ata/
Dpata_at91.c69 } fields; variable
257 regmap_fields_write(fields.setup, info->cs, in set_smc_timing()
262 regmap_fields_write(fields.pulse, info->cs, in set_smc_timing()
267 regmap_fields_write(fields.cycle, info->cs, in set_smc_timing()
270 regmap_fields_write(fields.mode, info->cs, info->mode | in set_smc_timing()
299 regmap_fields_read(fields.mode, info->cs, &mode); in pata_at91_data_xfer_noirq()
302 regmap_fields_write(fields.mode, info->cs, (mode & ~AT91_SMC_DBW) | in pata_at91_data_xfer_noirq()
308 regmap_fields_write(fields.mode, info->cs, (mode & ~AT91_SMC_DBW) | in pata_at91_data_xfer_noirq()
335 fields.setup = devm_regmap_field_alloc(dev, smc, field); in at91sam9_smc_fields_init()
336 if (IS_ERR(fields.setup)) in at91sam9_smc_fields_init()
[all …]
/linux-4.4.14/drivers/hid/
Dhid-sensor-custom.c49 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 …]
Dhid-multitouch.c103 struct mt_fields *fields; /* temporary placeholder for storing the member
420 struct mt_fields *f = td->fields; in mt_store_field()
979 struct mt_fields *f = td->fields; in mt_post_parse()
1117 td->fields = devm_kzalloc(&hdev->dev, sizeof(struct mt_fields), in mt_probe()
1119 if (!td->fields) { in mt_probe()
1141 devm_kfree(&hdev->dev, td->fields); in mt_probe()
1142 td->fields = NULL; in mt_probe()
/linux-4.4.14/include/linux/
Dioc4.h47 } fields; member
61 } fields[4]; member
73 } fields; member
88 } fields; member
99 } fields; member
110 } fields; member
118 } fields; member
126 } fields; member
Dtrace_events.h214 struct list_head fields; member
/linux-4.4.14/security/integrity/ima/
Dima_template.c46 struct ima_template_field ***fields,
142 struct ima_template_field ***fields, in template_desc_init_fields() argument
175 if (fields && num_fields) { in template_desc_init_fields()
176 *fields = kmalloc_array(i, sizeof(*fields), GFP_KERNEL); in template_desc_init_fields()
177 if (*fields == NULL) in template_desc_init_fields()
180 memcpy(*fields, found_fields, i * sizeof(*fields)); in template_desc_init_fields()
201 &(template->fields), in ima_init_template()
Dima_fs.c163 struct ima_template_field *field = e->template_desc->fields[i]; in ima_measurements_show()
233 e->template_desc->fields[i]->field_show(m, IMA_SHOW_ASCII, in ima_ascii_measurements_show()
Dima.h85 struct ima_template_field **fields; member
Dima_api.c53 struct ima_template_field *field = template_desc->fields[i]; in ima_alloc_init_template()
Dima_crypto.c487 } else if (strcmp(td->fields[i]->field_id, "n") == 0) { in ima_calc_field_array_hash_tfm()
/linux-4.4.14/drivers/scsi/
Daha152x.h271 } fields; member
275 #define cf_parity fields.parity
276 #define cf_dmachan fields.dmachan
277 #define cf_irq fields.irq
278 #define cf_id fields.id
279 #define cf_dma fields.dma
280 #define cf_boot fields.boot
281 #define cf_msgclasses fields.msgclasses
282 #define cf_syncneg fields.syncneg
283 #define cf_tardisc fields.tardisc
/linux-4.4.14/arch/mips/mm/
Duasm-micromips.c168 if (ip->fields & RS) { in build_insn()
174 if (ip->fields & RT) { in build_insn()
180 if (ip->fields & RD) in build_insn()
182 if (ip->fields & RE) in build_insn()
184 if (ip->fields & SIMM) in build_insn()
186 if (ip->fields & UIMM) in build_insn()
188 if (ip->fields & BIMM) in build_insn()
190 if (ip->fields & JIMM) in build_insn()
192 if (ip->fields & FUNC) in build_insn()
194 if (ip->fields & SET) in build_insn()
[all …]
Duasm-mips.c201 if (ip->fields & RS) in build_insn()
203 if (ip->fields & RT) in build_insn()
205 if (ip->fields & RD) in build_insn()
207 if (ip->fields & RE) in build_insn()
209 if (ip->fields & SIMM) in build_insn()
211 if (ip->fields & UIMM) in build_insn()
213 if (ip->fields & BIMM) in build_insn()
215 if (ip->fields & JIMM) in build_insn()
217 if (ip->fields & FUNC) in build_insn()
219 if (ip->fields & SET) in build_insn()
[all …]
Duasm.c16 enum fields { enum
68 enum fields fields; member
/linux-4.4.14/kernel/
Dauditfilter.c100 if (erule->fields) in audit_free_rule()
102 audit_free_lsm_field(&erule->fields[i]); in audit_free_rule()
103 kfree(erule->fields); in audit_free_rule()
118 struct audit_field *fields; in audit_init_entry() local
124 fields = kcalloc(field_count, sizeof(*fields), GFP_KERNEL); in audit_init_entry()
125 if (unlikely(!fields)) { in audit_init_entry()
129 entry->rule.fields = fields; in audit_init_entry()
436 struct audit_field *f = &entry->rule.fields[i]; in audit_data_to_entry()
444 f->type = data->fields[i]; in audit_data_to_entry()
613 struct audit_field *f = &krule->fields[i]; in audit_krule_to_data()
[all …]
/linux-4.4.14/arch/x86/pci/
Dpcbios.c68 } fields; member
331 if (probe_kernel_address(&check->fields.signature, sig)) in pci_find_bios()
334 if (check->fields.signature != BIOS32_SIGNATURE) in pci_find_bios()
336 length = check->fields.length * 16; in pci_find_bios()
344 if (check->fields.revision != 0) { in pci_find_bios()
346 check->fields.revision, check); in pci_find_bios()
350 if (check->fields.entry >= 0x100000) { in pci_find_bios()
355 unsigned long bios32_entry = check->fields.entry; in pci_find_bios()
/linux-4.4.14/drivers/pnp/pnpbios/
Dcore.c453 if (check->fields.signature != PNP_SIGNATURE) in pnpbios_probe_system()
458 length = check->fields.length; in pnpbios_probe_system()
471 if (check->fields.version < 0x10) { in pnpbios_probe_system()
474 check->fields.version >> 4, in pnpbios_probe_system()
475 check->fields.version & 15); in pnpbios_probe_system()
480 check->fields.version >> 4, check->fields.version & 15, in pnpbios_probe_system()
481 check->fields.pm16cseg, check->fields.pm16offset, in pnpbios_probe_system()
482 check->fields.pm16dseg); in pnpbios_probe_system()
Dbioscalls.c476 pnp_bios_callpoint.offset = header->fields.pm16offset; in pnpbios_calls_init()
486 (unsigned long)__va(header->fields.pm16cseg)); in pnpbios_calls_init()
488 (unsigned long)__va(header->fields.pm16dseg)); in pnpbios_calls_init()
Dpnpbios.h158 } fields; member
/linux-4.4.14/arch/alpha/oprofile/
Dop_model_ev67.c159 } 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-4.4.14/Documentation/arm/Samsung/
Dclksrc-change-registers.awk72 splitdefine(line, fields)
73 name = fields[0]
76 dmask[name,0] = find_length(fields[1])
77 dmask[name,1] = find_shift(fields[1])
/linux-4.4.14/drivers/media/pci/tw68/
Dtw68-risc.c145 u32 instructions, fields; in tw68_risc_buffer() local
148 fields = 0; in tw68_risc_buffer()
150 fields++; in tw68_risc_buffer()
152 fields++; in tw68_risc_buffer()
159 instructions = fields * (1 + (((bpl + padding) * lines) / in tw68_risc_buffer()
/linux-4.4.14/tools/firewire/
Ddecode-fcp.c56 struct avc_field fields[8]; member
166 for (i = 0; info->fields[i].name != NULL; i++) in decode_avc()
167 printf(", %s", info->fields[i].name); in decode_avc()
Dnosy-dump.c321 const struct packet_field *fields; member
422 .fields = write_quadlet_request_fields,
429 .fields = block_request_fields,
435 .fields = write_response_fields,
446 .fields = read_quadlet_request_fields,
453 .fields = read_block_request_fields,
459 .fields = read_quadlet_response_fields,
465 .fields = block_response_fields,
471 .fields = write_quadlet_request_fields,
477 .fields = block_request_fields,
[all …]
/linux-4.4.14/Documentation/pcmcia/
Dlocking.txt60 The "main" struct pcmcia_socket is protected as follows (read-only fields
61 or single-use fields not mentioned):
99 The "main" struct pcmcia_device is protected as follows (read-only fields
100 or single-use fields not mentioned):
Ddriver.txt15 All fields are passed in as hexadecimal values (no leading 0x).
/linux-4.4.14/drivers/xen/xen-pciback/
Dconf_space_capability.c20 const struct config_field *fields; member
56 cap->fields, in xen_pcibk_config_capability_add_fields()
194 .fields = caplist_pm,
198 .fields = caplist_vpd,
/linux-4.4.14/arch/ia64/include/asm/sn/sn2/
Dsn_hwperf.h29 } fields; member
40 #define sn_hwp_this_part f.fields.this_part
41 #define sn_hwp_is_shared f.fields.is_shared
/linux-4.4.14/drivers/misc/
Dioc4.c153 gpcr.fields.dir = IOC4_GPCR_DIR_0; in ioc4_clock_calibrate()
154 gpcr.fields.int_out_en = 1; in ioc4_clock_calibrate()
163 int_out.fields.count = IOC4_CALIBRATE_COUNT; in ioc4_clock_calibrate()
164 int_out.fields.mode = IOC4_INT_OUT_MODE_TOGGLE; in ioc4_clock_calibrate()
165 int_out.fields.diag = 0; in ioc4_clock_calibrate()
176 state = int_out.fields.int_out; in ioc4_clock_calibrate()
/linux-4.4.14/Documentation/hid/
Dhid-sensor.txt16 and also the individual data fields. Each sensor can have variable number of
17 data fields. The length and order is specified in the report descriptor. For
36 This accelerometer-3D has some fields. Here for example field 2 is motion intensity
38 order of fields and length of each field is important as the input event raw
46 data fields. It is difficult to have a common input event to user space applications,
71 the report and get the indexes of the fields and also can get events. This driver
82 int (*capture_sample)(..): Capture a sample for one of its data fields
84 multiple data fields.
109 so that fields can be set or get individually.
198 Here there is a custom sensors with four fields, two feature and two inputs.
[all …]
Dhiddev.txt67 bundles called "reports". Each report is divided into "fields",
115 the other fields. If the index is larger than the last collection
149 looked up by type (input, output or feature) and id, so these fields
/linux-4.4.14/drivers/acpi/
Dsbshc.c63 } fields; member
219 if (status.fields.done && status.fields.status == SMBUS_OK) { in smbus_alarm()
223 if (!status.fields.alarm) in smbus_alarm()
227 status.fields.alarm = 0; in smbus_alarm()
/linux-4.4.14/drivers/video/fbdev/
Dstifb.c554 } fields; member
566 lutBltCtl.fields.length = length;
572 lutBltCtl.fields.lutType = NGLE_CMAP_OVERLAY_TYPE;
573 lutBltCtl.fields.lutOffset = 0;
575 lutBltCtl.fields.lutType = NGLE_CMAP_INDEXED0_TYPE;
576 lutBltCtl.fields.lutOffset = 0 * 256;
581 lutBltCtl.fields.lutType = NGLE_CMAP_INDEXED0_TYPE;
582 lutBltCtl.fields.lutOffset = 0 * 256;
586 lutBltCtl.fields.lutType = NGLE_CMAP_INDEXED0_TYPE;
587 lutBltCtl.fields.lutOffset = 0;
[all …]
/linux-4.4.14/sound/drivers/
Ddummy.c968 static struct dummy_hw_field fields[] = { variable
988 for (i = 0; i < ARRAY_SIZE(fields); i++) { in dummy_proc_read()
989 snd_iprintf(buffer, "%s ", fields[i].name); in dummy_proc_read()
990 if (fields[i].size == sizeof(int)) in dummy_proc_read()
991 snd_iprintf(buffer, fields[i].format, in dummy_proc_read()
992 *get_dummy_int_ptr(dummy, fields[i].offset)); in dummy_proc_read()
994 snd_iprintf(buffer, fields[i].format, in dummy_proc_read()
995 *get_dummy_ll_ptr(dummy, fields[i].offset)); in dummy_proc_read()
996 if (!strcmp(fields[i].name, "formats")) in dummy_proc_read()
998 else if (!strcmp(fields[i].name, "rates")) in dummy_proc_read()
[all …]
/linux-4.4.14/Documentation/fb/
Dapi.txt51 bits_per_pixel, grayscale, red, green, blue and transp fields.
119 information red, green, blue and transp fields.
136 information red, green, blue and transp fields.
227 fields they care about.
247 blue, green and transp fields must be set to 0 by applications and ignored by
252 red, blue, green and transp fields must be set to 0 by applications and
257 to zero, and the red, blue, green and transp fields to describe the layout of
270 length fields. Offset are computed from the right.
277 type, visual and line_length fields depending on the selected format.
299 The red, green, blue and transp fields are not used with the FOURCC-based API.
[all …]
Dinternals.txt68 The pixel value is broken up into red, green, and blue fields.
73 The pixel value is broken up into red, green, and blue fields, each of which
Dpxafb.txt127 the detailed bit fields are shown below:
Dframebuffer.txt259 An XFree86 mode line consists of the following fields:
263 The frame buffer device uses the following fields:
/linux-4.4.14/tools/perf/Documentation/
Dperf-script.txt116 --fields::
117 Comma separated list of fields to print. Options are:
124 perf script -f <fields>
128 perf script -f trace:<fields> -f sw:<fields> -f hw:<fields>
130 i.e., the specified fields apply to all event types if the type string
139 second invocation sets the fields to comm,tid,time,ip,sym. In this case a
148 The first -f sets the fields for all events and the second -f
151 events are displayed with the given fields.
175 Finally, a user may not set fields to none for all event types.
Dperf-script-perl.txt57 The format file for the sched_wakep event defines the following fields
88 arguments passed to all event handlers; some of the fields correspond
89 to the common_* fields in the format file, but some are synthesized,
90 and some of the common_* fields aren't common enough to to be passed
103 All of the remaining fields in the event's format file have
180 strings for flag and symbolic fields. These correspond to the strings
181 and values parsed from the 'print fmt' fields of the event format
190 Some of the 'common' fields in the event format file aren't all that
Dperf-script-python.txt122 # The common_* event handler fields are the most useful fields common to
123 # all events. They don't necessarily correspond to the 'common_*' fields
124 # in the format files. Those fields not available as handler params can
455 The format file for the sched_wakep event defines the following fields
484 arguments passed to all event handlers; some of the fields correspond
485 to the common_* fields in the format file, but some are synthesized,
486 and some of the common_* fields aren't common enough to to be passed
499 All of the remaining fields in the event's format file have
575 strings for flag and symbolic fields. These correspond to the strings
576 and values parsed from the 'print fmt' fields of the event format
[all …]
Djit-interface.txt8 Each line has the following format, fields separated with spaces:
Dperf-evlist.txt29 Show all fields.
Dperf-top.txt122 --fields=::
124 Following fields are available:
Dperf-list.txt70 Note: Only the following bit fields can be set in x86 counter
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-calling.txt45 There are 16 parameters/results 32-bit fields. The driver populates these fields
47 these fields with result values returned by the call. The API specifics may be
67 an interrupt. Only the 16 Results fields are used, the Flags, Command, Return
Dfw-dma.txt48 The Flags, Command, Return Value and Timeout fields are ignored.
/linux-4.4.14/Documentation/
Diostats.txt1 I/O statistics fields
8 tools, the fields are explained here.
10 In 2.4 now, the information is found as additional fields in
42 In 2.4, the statistics fields are those after the device name. In
45 find just the eleven fields, beginning with 446216. If you look at
46 /proc/diskstats, the eleven fields will be preceded by the major and
48 eleven fields of statistics, each meaning exactly the same things.
49 All fields except field 9 are cumulative since boot. Field 9 should
115 partitions from that for disks. There are only *four* fields available
Dunaligned-memory-access.txt94 to pad structures so that accesses to fields are suitably aligned (assuming
106 that you could reorder the fields in the structure in order to place fields
127 lead to unaligned accesses when accessing fields that do not satisfy
Dmedia-framework.txt53 registration. The following fields must be set:
61 The following fields are optional:
109 The media_entity name, type, flags, revision and group_id fields can be
111 higher-level standard structures can have some of those fields set by the
119 media_entity_init. The function will initialize the other pads fields.
Dgdb-kernel-debugging.txt105 o Examine fields of the current task struct:
Dthis_cpu_ops.txt180 Operations on these fields are straightforward
197 if we do not make use of this_cpu ops later to manipulate fields:
/linux-4.4.14/Documentation/driver-model/
Ddriver.txt18 The driver must initialize at least the name and bus fields. It should
43 bus-specific fields that cannot be generalized.
59 A definition that included bus-specific fields would look like
83 no bus-specific fields (i.e. don't have a bus-specific driver
91 possible. Registration with the core initializes several fields in the
93 lock. These fields are assumed to be valid at all times and may be
102 let the bus wrapper fill in the fields. For the callbacks, the bus can
115 Once the object has been registered, it may access the common fields of
Dporting.txt21 objects can replace fields in the bus-specific objects.
127 things to initialize are the bus_id, parent, and bus fields.
152 fields.
245 initialize the necessary fields of the driver: the name and bus
246 fields.
309 /* initialize common driver fields */
321 Ideally, the bus should only initialize the fields if they are not
398 The generic bus, device, and driver structures provide several fields
437 - Device and driver fields.
439 Some of the fields in struct device and struct device_driver duplicate
[all …]
Doverview.txt39 Common data fields have been moved out of individual bus layers into a common
40 data structure. These fields must still be accessed by the bus layers,
61 The PCI bus layer freely accesses the fields of struct device. It knows about
64 driver model generally do not and should not touch the fields of struct device,
Dbus.txt32 initializes the rest of the fields in the bus object and inserts it
34 the fields in it are usable by the bus driver.
Ddevice.txt15 The bus should initialize the following fields:
/linux-4.4.14/drivers/net/ethernet/ibm/
Dibmveth.c261 desc.fields.flags_len = IBMVETH_BUF_VALID | pool->buff_size; in ibmveth_replenish_buffer_pool()
262 desc.fields.address = dma_addr; in ibmveth_replenish_buffer_pool()
435 desc.fields.flags_len = IBMVETH_BUF_VALID | in ibmveth_rxq_recycle_buffer()
437 desc.fields.address = adapter->rx_buff_pool[pool].dma_addr[index]; in ibmveth_rxq_recycle_buffer()
614 rxq_desc.fields.flags_len = IBMVETH_BUF_VALID | in ibmveth_open()
616 rxq_desc.fields.address = adapter->rx_queue.queue_dma; in ibmveth_open()
1084 descs[0].fields.flags_len = desc_flags | skb->len; in ibmveth_start_xmit()
1085 descs[0].fields.address = adapter->bounce_buffer_dma; in ibmveth_start_xmit()
1104 descs[0].fields.flags_len = desc_flags | skb_headlen(skb); in ibmveth_start_xmit()
1105 descs[0].fields.address = dma_addr; in ibmveth_start_xmit()
[all …]
Dibmveth.h204 struct ibmveth_buf_desc_fields fields; member
/linux-4.4.14/drivers/bcma/
DREADME5 AMBA standard fields like CID and PID.
18 16 devices identified by Broadcom specific fields: manufacturer, id, revision
/linux-4.4.14/tools/perf/util/
Ddata-convert-bt.c320 struct format_field *fields, in add_tracepoint_fields_values() argument
326 for (field = fields; field; field = field->next) { in add_tracepoint_fields_values()
342 struct format_field *fields = evsel->tp_format->format.fields; in add_tracepoint_values() local
349 fields, sample); in add_tracepoint_values()
689 struct format_field *fields, in add_tracepoint_fields_types() argument
695 for (field = fields; field; field = field->next) { in add_tracepoint_fields_types()
736 struct format_field *fields = evsel->tp_format->format.fields; in add_tracepoint_types() local
741 ret = add_tracepoint_fields_types(cw, fields, class); in add_tracepoint_types()
/linux-4.4.14/arch/x86/boot/
Dheader.S200 # The offset & size fields are filled in by build.c.
219 # offset & size fields are filled in by build.c.
235 # The offset & size fields are filled in by build.c.
253 # The offset & size fields are filled in by build.c.
/linux-4.4.14/Documentation/powerpc/
Dcxl.txt192 Indicates which optional fields in the structure are
216 reserved fields:
306 These flags indicate which optional fields are present
307 in this struct. Currently all fields are mandatory.
328 These flags indicate which optional fields are present in
329 this struct. Currently all fields are mandatory.
342 reserved fields:
356 These flags indicate which optional fields are present in
357 this struct. Currently all fields are Mandatory.
362 reserved fields:
Dqe_firmware.txt220 'major' and 'minor' fields are the major and minor revision numbers,
267 then these fields are ignored.
Dfirmware-assisted-dump.txt256 additional fields (in future) to this structure without affecting
261 field can be used to find out what fields are valid for the current
/linux-4.4.14/tools/perf/
Dbuiltin-script.c86 u64 fields; member
93 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
105 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
117 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
125 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
159 #define PRINT_FIELD(x) (output[attr->type].fields & PERF_OUTPUT_##x)
184 output[type].fields &= ~field; in perf_evsel__do_check_stype()
320 if (evsel && output[j].fields && in perf_session__check_output_opt()
359 output[j].fields |= PERF_OUTPUT_IP; in perf_session__check_output_opt()
360 output[j].fields |= PERF_OUTPUT_SYM; in perf_session__check_output_opt()
[all …]
Dbuiltin-trace.c266 ({ struct syscall_tp *fields = evsel->priv; \
267 fields->name.integer(&fields->name, sample); })
270 ({ struct syscall_tp *fields = evsel->priv; \
271 fields->name.pointer(&fields->name, sample); })
1725 sc->args = sc->tp_format->format.fields; in trace__read_syscall_info()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_uncore_snbep.c658 u64 (*cbox_filter_mask)(int fields)) in __snbep_cbox_get_constraint() argument
703 static u64 snbep_cbox_filter_mask(int fields) in snbep_cbox_filter_mask() argument
707 if (fields & 0x1) in snbep_cbox_filter_mask()
709 if (fields & 0x2) in snbep_cbox_filter_mask()
711 if (fields & 0x4) in snbep_cbox_filter_mask()
713 if (fields & 0x8) in snbep_cbox_filter_mask()
1367 static u64 ivbep_cbox_filter_mask(int fields) in ivbep_cbox_filter_mask() argument
1371 if (fields & 0x1) in ivbep_cbox_filter_mask()
1373 if (fields & 0x2) in ivbep_cbox_filter_mask()
1375 if (fields & 0x4) in ivbep_cbox_filter_mask()
[all …]
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Ddebugfs.c495 d = kzalloc(sizeof(*d) + nfile * sizeof(d->fields[0]), GFP_KERNEL); in add_res_tree()
510 d->fields[i].i = i; in add_res_tree()
511 d->fields[i].dent = debugfs_create_file(field[i], 0400, in add_res_tree()
512 d->root, &d->fields[i], in add_res_tree()
514 if (!d->fields[i].dent) { in add_res_tree()
/linux-4.4.14/Documentation/security/
DIMA-templates.txt33 by translating the format into an array of template fields structures taken
44 fields associated to the chosen template descriptor and store the result
50 method for each item of the array of template fields structures.
56 In the following, there is the list of supported template fields
/linux-4.4.14/Documentation/input/
Dinput-programming.txt198 input_register_device, you have to fill additional fields in the input_dev
231 1.5 The id* and name fields
238 The id* fields contain the bus ID (PCI, USB, ...), vendor ID and device ID
240 are defined in pci_ids.h, usb_ids.h and similar include files. These fields
246 The id and name fields can be passed to userland via the evdev interface.
248 1.6 The keycode, keycodemax, keycodesize fields
251 These three fields should be used by input devices that have dense keymaps.
258 When a device has all 3 aforementioned fields filled in, the driver may
Dedt-ft5x06.txt36 (readonly) contains the number of sensor fields in X- and
Dgameport-programming.txt15 Make sure struct gameport is initialized to 0 in all other fields. The
172 here. Prior to this call, other fields of the gameport struct (namely the io
/linux-4.4.14/drivers/message/fusion/lsi/
Dmpi_history.txt115 * 08-11-00 01.00.05 Switched positions of MsgLength and Function fields in
152 * 08-19-04 01.05.01 Added four new fields to MSG_IOC_INIT.
153 * Added three new fields to MSG_IOC_FACTS_REPLY.
180 * Added additional Reason Codes and more event data fields
222 * fields to FC_DEVICE_0 page, updated the page version.
252 * New fields added to FC Port Page 0 and some flags
266 * Added VendorId and ProductRevLevel fields to
320 * fields to CONFIG_PAGE_FC_PORT_0.
321 * Added AltConnector and NumRequestedAliases fields to
341 * Added TargetConfig and IDConfig fields to
[all …]
/linux-4.4.14/arch/s390/include/uapi/asm/
Ddebug.h24 } fields; member
/linux-4.4.14/Documentation/scheduler/
Dsched-stats.txt22 These fields are counters, and only increment. Programs which make use
25 which does this for many of the fields is available at
31 to write their own scripts, the fields are described here.
144 the same information on a per-process level. There are three fields in
150 A program could be easily written to make use of these extra fields to
Dsched-bwc.txt66 A group's bandwidth statistics are exported via 3 fields in cpu.stat.
Dsched-domains.txt61 struct sched_domain fields, SD_FLAG_*, SD_*_INIT to get an idea of
/linux-4.4.14/Documentation/trace/
Devents.txt113 Every event has a set of 'common' fields associated with it; these are
114 the fields prefixed with 'common_'. The other fields vary between
115 events and correspond to the fields defined in the TRACE_EVENT
148 This event contains 10 fields, the first 5 common and the remaining 5
149 event-specific. All the fields for this event are numeric, except for
157 the trace buffer, its fields are checked against the filter expression
184 The operators available for numeric fields are:
188 And for string fields they are:
256 fields can be guaranteed to propagate successfully to all events.
270 Set a filter using only common fields for all events in the sched
/linux-4.4.14/tools/perf/util/scripting-engines/
Dtrace-event-perl.c298 for (field = event->format.fields; field; field = field->next) { in perl_process_tracepoint()
507 for (f = event->format.fields; f; f = f->next) { in perl_generate_script()
526 for (f = event->format.fields; f; f = f->next) { in perl_generate_script()
550 for (f = event->format.fields; f; f = f->next) { in perl_generate_script()
Dtrace-event-python.c449 for (field = event->format.fields; field; field = field->next) { in python_process_tracepoint()
1099 for (f = event->format.fields; f; f = f->next) { in python_generate_script()
1118 for (f = event->format.fields; f; f = f->next) { in python_generate_script()
1143 for (f = event->format.fields; f; f = f->next) { in python_generate_script()
/linux-4.4.14/Documentation/filesystems/
Dext2.txt117 The information in the superblock contains fields such as the total
124 If the filesystem is revision 1 or higher, then there are extra fields,
128 All fields in the superblock (as in all other ext2 structures) are stored
144 There are some reserved fields which are currently unused in the inode
150 interpret this object. Most of the remaining reserved fields have been
151 used up for both Linux and the HURD for larger owner and group fields,
153 fields to store the extra more bits.
195 itself if the symlink is less than 60 bytes long. It uses the fields
202 the fields which would be used to point to the data blocks.
219 fields which indicate whether fsck should actually run (since checking
[all …]
Dfiles.txt9 ->file_lock protected accesses to all the file related fields
Dproc.txt39 3.3 /proc/<pid>/io - Display the IO accounting fields
197 file /proc/PID/status. It fields are described in table 1-2.
200 memory usage. Its seven fields are explained in Table 1-3. The stat file
201 contains details information about the process itself. Its fields are
823 16GB PIII, which has highmem enabled. You may not have all of these fields.
1502 3.3 /proc/<pid>/io - Display the IO accounting fields
1664 (7) optional fields: zero or more fields of the form "tag[:value]"
1665 (8) separator: marks the end of the optional fields
1670 Parsers should ignore all unrecognised optional fields. Currently the
1671 possible optional fields are:
[all …]
/linux-4.4.14/Documentation/ABI/testing/
Dprocfs-diskstats7 fields:
Dsysfs-bus-bcma30 Each BCMA core is identified by few fields, including class it
Dsysfs-bus-usb-devices-usbsevseg43 change this fields value to k + 10 ** m.
Ddev-kmsg62 and a flag field. All fields are separated by a ','.
65 the terminating ';'. Unknown fields and values should be
Dsysfs-class-net-cdc_ncm63 The following read-only attributes all represent fields of the
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.c550 symlist_t *fields; in symtable_dump() local
558 fields = &curnode->symbol->info.rinfo->fields; in symtable_dump()
559 SLIST_FOREACH(fieldnode, fields, links) { in symtable_dump()
Daicasm_symbol.h80 symlist_t fields; member
/linux-4.4.14/drivers/usb/core/
Ddriver.c49 int fields = 0; in usb_store_new_id() local
52 fields = sscanf(buf, "%x %x %x %x %x", &idVendor, &idProduct, in usb_store_new_id()
54 if (fields < 2) in usb_store_new_id()
65 if (fields > 2 && bInterfaceClass) { in usb_store_new_id()
75 if (fields > 4) { in usb_store_new_id()
154 int fields; in remove_id_store() local
156 fields = sscanf(buf, "%x %x", &idVendor, &idProduct); in remove_id_store()
157 if (fields < 2) in remove_id_store()
/linux-4.4.14/kernel/trace/
Dtrace_export.c169 .fields = LIST_HEAD_INIT(event_class_ftrace_##call.fields),\
Dtrace_syscalls.c509 .fields = LIST_HEAD_INIT(event_class_syscall_exit.fields),
/linux-4.4.14/drivers/firmware/
Ddmi-id.c76 } fields[] = { in get_modalias() local
99 for (f = fields; f->prefix && left > 0; f++) { in get_modalias()
Ddmi_scan.c854 static int fields[] = { DMI_SYS_VENDOR, DMI_BOARD_VENDOR, DMI_NONE }; in dmi_name_in_vendors() local
856 for (i = 0; fields[i] != DMI_NONE; i++) { in dmi_name_in_vendors()
857 int f = fields[i]; in dmi_name_in_vendors()
/linux-4.4.14/Documentation/spi/
Dpxa2xx88 device. All fields are optional.
99 The "pxa2xx_spi_chip.tx_threshold" and "pxa2xx_spi_chip.rx_threshold" fields are
100 used to configure the SSP hardware fifo. These fields are critical to the
116 The "pxa2xx_spi_chip.timeout" fields is used to efficiently handle
/linux-4.4.14/net/atm/
Dclip.c720 int *fields; in svc_addr() local
723 fields = *prv == ATM_AFI_E164 ? e164 : code; in svc_addr()
724 for (i = 0; fields[i]; i++) { in svc_addr()
725 for (j = fields[i]; j; j--) in svc_addr()
727 if (fields[i + 1]) in svc_addr()
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dflctl-nand.txt14 The DMA fields are not used yet in the driver but are listed here for
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dhw.h285 } fields; member
314 } fields; member
335 } fields; member
/linux-4.4.14/Documentation/filesystems/nfs/
Dknfsd-stats.txt17 by parsing routines. All other lines contain a sequence of fields
26 The first line is a comment which describes the fields present in
28 a sequence of unsigned decimal numeric fields. One line is shown
Drpc-cache.txt66 Set the 'key' fields in 'new' from 'orig'. This may
99 to the cache_head in a sample item with the 'key' fields filled in.
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_ialloc.h126 int fields); /* bitmask of fields to log */
Dxfs_alloc.h165 int fields);/* mask of fields to be logged (XFS_AGF_...) */
Dxfs_ialloc.c2430 int fields) /* bitmask of fields to log */ in xfs_ialloc_log_agi() argument
2465 if (fields & XFS_AGI_ALL_BITS_R1) { in xfs_ialloc_log_agi()
2466 xfs_btree_offsets(fields, offsets, XFS_AGI_NUM_BITS_R1, in xfs_ialloc_log_agi()
2475 fields &= ~XFS_AGI_ALL_BITS_R1; in xfs_ialloc_log_agi()
2476 if (fields) { in xfs_ialloc_log_agi()
2477 xfs_btree_offsets(fields, offsets, XFS_AGI_NUM_BITS_R2, in xfs_ialloc_log_agi()
Dxfs_btree.c680 __int64_t fields, /* bitmask of fields */ in xfs_btree_offsets() argument
689 ASSERT(fields != 0); in xfs_btree_offsets()
694 if (imask & fields) { in xfs_btree_offsets()
703 if (imask & fields) { in xfs_btree_offsets()
1376 int fields) /* mask of fields: XFS_BB_... */ in xfs_btree_log_block() argument
1409 XFS_BTREE_TRACE_ARGBI(cur, bp, fields); in xfs_btree_log_block()
1422 if (fields == XFS_BB_ALL_BITS) in xfs_btree_log_block()
1423 fields = XFS_BB_ALL_BITS_CRC; in xfs_btree_log_block()
1428 xfs_btree_offsets(fields, in xfs_btree_log_block()
Dxfs_btree.h325 __int64_t fields, /* bitmask of fields */
/linux-4.4.14/drivers/media/platform/omap3isp/
Dispccdc.h152 unsigned int fields; member
/linux-4.4.14/Documentation/cgroups/
Dblkio-controller.txt186 two fields specify the major and minor number of the device and
192 two fields specify the major and minor number of the device and
199 or async. First two fields specify the major and minor number of the
206 or async. First two fields specify the major and minor number of the
219 the type of operation - read or write, sync or async. First two fields
235 read or write, sync or async. First two fields specify the major and
287 from service tree of the device. First two fields specify the major
332 or async. First two fields specify the major and minor number of the
339 or async. First two fields specify the major and minor number of the
Ddevices.txt7 whitelist with each cgroup. A whitelist entry has 4 fields.
/linux-4.4.14/Documentation/RCU/
Dtrace.txt43 Displays fields in struct rcu_data.
69 The fields are as follows:
201 additional fields:
242 These fields are as follows:
265 These fields are taken from the rcu_state structure, and are as follows:
277 If these two fields are equal, then there is no grace period
279 if the two fields differ (as they are above), then an RCU grace
295 The fields are as follows:
392 The fields are as follows:
434 corresponds to a leaf rcu_node structure. The fields are as follows:
[all …]
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-core.c140 u32 instructions,fields; in cx88_risc_buffer() local
143 fields = 0; in cx88_risc_buffer()
145 fields++; in cx88_risc_buffer()
147 fields++; in cx88_risc_buffer()
153 instructions = fields * (1 + ((bpl + padding) * lines) / PAGE_SIZE + lines); in cx88_risc_buffer()
/linux-4.4.14/drivers/media/pci/cx23885/
Dcx23885-core.c1131 u32 instructions, fields; in cx23885_risc_buffer() local
1134 fields = 0; in cx23885_risc_buffer()
1136 fields++; in cx23885_risc_buffer()
1138 fields++; in cx23885_risc_buffer()
1145 instructions = fields * (1 + ((bpl + padding) * lines) in cx23885_risc_buffer()
1206 u32 instructions, fields; in cx23885_risc_vbibuffer() local
1209 fields = 0; in cx23885_risc_vbibuffer()
1211 fields++; in cx23885_risc_vbibuffer()
1213 fields++; in cx23885_risc_vbibuffer()
1220 instructions = fields * (1 + ((bpl + padding) * lines) in cx23885_risc_vbibuffer()
/linux-4.4.14/net/rfkill/
DKconfig44 driver. The platform should fill in the appropriate fields in the
/linux-4.4.14/Documentation/bus-devices/
Dti-gpmc.txt28 from gpmc peripheral timings. struct gpmc_device_timings fields has to
39 certain fields of struct gpmc_device_timings, zero those entries.
/linux-4.4.14/net/netfilter/
Dnf_conntrack_h323_asn1.c90 const struct field_t *fields; member
514 for (i = opt = 0, son = f->fields; i < f->lb; i++, son++) { in decode_seq()
655 son = f->fields; in decode_seqof()
737 son = &f->fields[type]; in decode_choice()
/linux-4.4.14/arch/s390/kernel/
Ddebug.c871 active->id.fields.cpuid = smp_processor_id(); in debug_finish_entry()
873 active->id.fields.exception = exception; in debug_finish_entry()
874 active->id.fields.level = level; in debug_finish_entry()
1466 level = entry->id.fields.level; in debug_dflt_header_fn()
1469 if (entry->id.fields.exception) in debug_dflt_header_fn()
1477 entry->id.fields.cpuid, (void *)caller); in debug_dflt_header_fn()
/linux-4.4.14/Documentation/x86/
Dboot.txt37 Introduce relocatable_kernel and kernel_alignment fields.
48 fields to aid in locating the payload.
55 pref_address fields. Added extended boot loader IDs.
60 Protocol 2.12: (Kernel 3.8) Added the xloadflags field and extension fields
220 setting fields in the header, you must make sure only to set fields
231 All general purpose boot loaders should write the fields marked
233 nonstandard address should fill in the fields marked (reloc); other
234 boot loaders can ignore those fields.
236 The byte order of all fields is littleendian (this is x86, after all.)
838 Such a boot loader should enter the following fields in the header:
[all …]
Dzero-page.txt1 The additional fields in struct boot_params as a part of 32-bit boot
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Datmel-xdma.txt34 2. Channel configuration register. Configurable fields are:
/linux-4.4.14/Documentation/networking/
Dproc_net_tcp.txt46 3 this is a socket in TIME_WAIT state. Not all fields will contain
Dieee802154.txt65 net_device with a pointer to struct ieee802154_mlme_ops instance. The fields
67 All other fields are required.
Dmac80211-injection.txt31 The injection code can also skip all other currently defined radiotap fields
Dopenvswitch.txt47 - If the kernel's flow key includes more fields than the userspace
54 - If the userspace flow key includes more fields than the
61 determine that the values of the extra fields would not affect
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dat91-clock.txt231 fields).
233 - atmel,clk-divisors : master clock divisors table (four u32 fields).
259 (two u32 fields). Only valid on at91sam9x5-clk-peripheral
292 fields).
478 (two u32 fields).
/linux-4.4.14/Documentation/arm64/
Dtagged-pointers.txt24 addresses being maintained for fields inside siginfo_t.
/linux-4.4.14/Documentation/video4linux/
Dsoc-camera.txt140 User window geometry is kept in .user_width and .user_height fields in struct
142 updates these fields upon successful completion of a .s_fmt() call, but if these
143 fields change elsewhere, e.g. during .s_crop() processing, the host driver is
Domap3isp.txt150 Valid values for the update and flag fields are listed here for
216 to have an in-depth knowledge of the hardware. Most of the fields explanation
217 can be found on OMAP's TRMs. The two following fields common to all the above
DZoran378 (size 720x576). The JPEG fields are stored in YUY2 format, so the size of the
379 fields are 720x288x16/2 bits/field (2 fields/frame) = 207360 bytes/field x 2 =
411 d1 video contains two fields per frame. Those sum up to 202752 bytes per
420 128kB is 131072 bytes. In this buffer, we want to store two fields, which
Dv4l2-controls.txt189 The v4l2_ctrl_new_std function will fill in most fields based on the control
277 v4l2_device_register_subdev() and the ctrl_handler fields of both v4l2_subdev
301 The v4l2_ctrl struct contains these fields that can be used to access both
319 and cur.val fields can be considered an alias since these are used so often.
436 control and will fill in the name, type and flags fields accordingly.
446 control is on. Typically user interfaces can disable such input fields.
Duvcvideo.txt118 controls. The UVC control is divided into non overlapping fields using
119 the 'size' and 'offset' fields and are then independently mapped to
Dv4l2-framework.txt306 manually set the struct media_entity type and name fields, but the revision
514 ... /* additional state fields */
521 This function will fill in all the fields of v4l2_subdev and ensure that the
628 You should also set these fields:
643 vfl_dir fields are used to disable ops that do not match the type/dir
706 manually set the struct media_entity type and name fields.
808 After the device was successfully registered, then you can use these fields:
906 video_device::minor fields.
1081 in the type and the data fields. The other fields will be filled in by
/linux-4.4.14/Documentation/early-userspace/
Dbuffer-format.txt47 The structure of the cpio_header is as follows (all fields contain
106 regenerate the (c_maj,c_min,c_ino) fields), therefore, either one of
/linux-4.4.14/drivers/input/mouse/
Dalps.c388 struct alps_fields *fields) in alps_process_bitmap() argument
395 if (!fields->x_map || !fields->y_map) in alps_process_bitmap()
398 alps_get_bitmap_points(fields->x_map, &x_low, &x_high, &fingers_x); in alps_process_bitmap()
399 alps_get_bitmap_points(fields->y_map, &y_low, &y_high, &fingers_y); in alps_process_bitmap()
478 int dx = fields->st.x - corner[i].x; in alps_process_bitmap()
479 int dy = fields->st.y - corner[i].y; in alps_process_bitmap()
491 fields->mt[0] = fields->st; in alps_process_bitmap()
492 fields->mt[1] = corner[priv->second_touch]; in alps_process_bitmap()
/linux-4.4.14/Documentation/devicetree/bindings/clock/ti/
Dapll.txt27 - ti,bit-shift : bit-shift for enable and autoidle fields (OMAP2 only)
/linux-4.4.14/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt42 the fixed fields within these two options are administered by the Defense
88 once in a datagram. All multi-octet fields in the option are defined to be
110 including the type and length fields. With the current IP header length
148 actual security information to be passed. All multi-octet fields in a tag
151 all tags, as well as fields within a tag, are not aligned on any particular
229 including the type and length fields. With the current IP header length
281 Routers work most efficiently when processing fixed length fields. To
315 including the type and length fields. With the current IP header length
378 including the type and length fields. With the current IP header length
/linux-4.4.14/Documentation/isdn/
DREADME.hysdn90 The first 3 entries (id, bus and slot) are PCI info fields, the following
97 The following 3 fields show the hardware assignments for irq, iobase and the
99 The fields b-chans and fax-chans announce the available card resources of
DINTERFACE.CAPI42 information fields 'manu', 'version', 'profile' and 'serial' in the capi_ctr
79 the following non-private fields, all to be set by the driver before calling
97 It contains the following non-private fields:
DINTERFACE12 to preset some of the fields of isdn_if. The LL sets the rest of
13 the fields. All further communication is done via callbacks using
42 1. Description of the fields of isdn_if:
99 fields are described together with the descriptions of the possible
100 events. Here is only a short description of the fields:
/linux-4.4.14/fs/xfs/
Dxfs_quota.h116 #define xfs_trans_mod_dquot_byino(tp, ip, fields, delta) argument
Dxfs_log_recover.c2524 uint fields; in xlog_recover_inode_pass2() local
2702 fields = in_f->ilf_fields; in xlog_recover_inode_pass2()
2703 switch (fields & (XFS_ILOG_DEV | XFS_ILOG_UUID)) { in xlog_recover_inode_pass2()
2719 ASSERT((in_f->ilf_size == 3) || (fields & XFS_ILOG_AFORK)); in xlog_recover_inode_pass2()
2720 ASSERT(!(fields & XFS_ILOG_DFORK) || in xlog_recover_inode_pass2()
2723 switch (fields & XFS_ILOG_DFORK) { in xlog_recover_inode_pass2()
2739 ASSERT((fields & XFS_ILOG_DFORK) == 0); in xlog_recover_inode_pass2()
/linux-4.4.14/Documentation/mtd/
Dspi-nor.txt60 initialize the necessary fields for spi_nor{}. Please see
/linux-4.4.14/Documentation/infiniband/
Duser_mad.txt30 fields to be provided during registration.
69 fields will be filled in with information on the received MAD. For
/linux-4.4.14/Documentation/PCI/
Dpci.txt142 class_mask limit which sub-fields of the class field are compared.
161 All fields are passed in as hexadecimal values (no leading 0x).
162 The vendor and device fields are mandatory, the others are optional. Users
163 need pass only as many optional fields as necessary:
164 o subvendor and subdevice fields default to PCI_ANY_ID (FFFFFFFF)
165 o class and classmask fields default to 0
356 Some drivers will need specific "capability" fields programmed
518 If you access fields in the standard portion of the config header, please
/linux-4.4.14/Documentation/hwmon/
Dads782824 in include/linux/platform_data/ads7828.h). The structure fields are:
Dacpi_power_meter32 The power[1-*]_{model_number, serial_number, oem_info} fields display arbitrary
Dhwmon-kernel-api.txt86 This structure has the following fields.
/linux-4.4.14/Documentation/sound/oss/
DPSS31 The mpu_io/mpu_irq fields are optional. If they are not specified the
/linux-4.4.14/tools/perf/tests/
DBuild8 perf-y += openat-syscall-tp-fields.o
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dbrcm,cygnus-gpio.txt31 This requires 4 fields in cells defined as -
/linux-4.4.14/Documentation/ioctl/
Dbotching-up-ioctls.txt61 * Have a plan for extending ioctls with new flags or new fields at the end of
65 notice that the newly added fields at the end get ignored. So this still
68 * Check all unused fields and flags and all the padding for whether it's 0,
72 then bakes in the ABI that those fields can never be used for anything else
/linux-4.4.14/drivers/media/pci/cx25821/
Dcx25821-core.c1074 u32 fields; in cx25821_risc_buffer() local
1078 fields = 0; in cx25821_risc_buffer()
1080 fields++; in cx25821_risc_buffer()
1082 fields++; in cx25821_risc_buffer()
1089 instructions = fields * (1 + ((bpl + padding) * lines) / PAGE_SIZE + in cx25821_risc_buffer()
/linux-4.4.14/Documentation/arm/
DCCN.txt17 and config2 fields of the perf_event_attr structure. The "events"
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-firmware-efi-vars48 For this to work however, all fields of
/linux-4.4.14/Documentation/block/
Dbiodoc.txt123 have been incorporated into a queue flags field rather than separate fields
125 rather than update the fields directly
256 The flags and rw fields in the bio structure can be used for some tuning
311 request->current_nr_sectors fields itself rather than using the block layer
314 the request structure fields)
327 completion of partial transfers. The driver has to modify these fields
384 avoid cache related fields which are irrelevant in the direct/page i/o path,
400 networking, without duplication or extra copies of data/descriptor fields
416 fields describing i/o parameters and state that needs to be maintained for
468 bi_offset an len fields]
[all …]
Dstat.txt18 values separated by whitespace. The fields are summarized in the
/linux-4.4.14/tools/lib/traceevent/
Devent-parse.c1366 static int event_read_fields(struct event_format *event, struct format_field **fields) in event_read_fields() argument
1635 *fields = field; in event_read_fields()
1636 fields = &field->next; in event_read_fields()
1673 ret = event_read_fields(event, &event->format.fields); in event_read_format()
3270 for (format = event->format.fields; in pevent_find_field()
4746 field = event->format.fields; in print_event_fields()
5499 struct format_field **fields; in get_event_fields() local
5503 fields = malloc(sizeof(*fields) * (count + 1)); in get_event_fields()
5504 if (!fields) in get_event_fields()
5508 fields[i++] = field; in get_event_fields()
[all …]
/linux-4.4.14/Documentation/target/
Dtcmu-design.txt143 flags fields for setting by the kernel (kflags) and userspace
157 area. Just like other fields, iov.iov_base is an offset from the start
259 performing work as needed, setting response fields (scsi_status and
333 /* Set response fields */
/linux-4.4.14/Documentation/scsi/
Dlibsas.txt29 Most of it is used by the SAS Layer but a few fields need to
62 There is a scheme where the LLDD can RW certain fields,
111 The LLDD doesn't set any fields of this struct -- it only
297 (*) should set/clear the appropriate fields in the phy,
/linux-4.4.14/Documentation/fmc/
Dcarrier.txt57 The meaning of most fields is summarized in the code comment above.
59 The following fields must be filled by the carrier driver before
92 registering the device, as well as fill all other fields listed above.
94 The following fields should not be assigned, because they are filled
Dmezzanine.txt53 Matching on FPGA cores depends on two numeric fields: the 64-bit vendor
80 fields in the `fmc_driver' structure and simple macro definitions.
/linux-4.4.14/fs/befs/
DChangeLog183 structures into the generic pointer fields of the public structures
212 fields set (inode.c and super.c).
313 * Fixed a misunderstanding of the inode fields.
340 half full, due to improper understanding of the statfs fields.
/linux-4.4.14/Documentation/usb/
Dusbmon.txt96 format adds a few fields, such as ISO frame descriptors, interval, etc.
122 - "Address" word (formerly a "pipe"). It consists of four fields, separated by
134 "address" word, all fields save the status are optional. Interval is printed
154 packet was present, but not captured, and the fields contain filler.
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dapm-xgene-enet.txt34 For the phy on the mdio bus, there must be a node with the following fields:
Dsnps,dwc-qos-ethernet.txt39 fields:
Daltera_tse.txt44 fields:
/linux-4.4.14/drivers/media/i2c/
Dtvp5150.c625 const int fields) in tvp5150_set_vbi() argument
660 if (fields&1) { in tvp5150_set_vbi()
664 if (fields&2) { in tvp5150_set_vbi()
/linux-4.4.14/Documentation/virtual/kvm/
Dnested-vmx.txt72 As mandated by the spec, other than the two fields revision_id and abort,
92 * these two user-visible fields */
/linux-4.4.14/Documentation/w1/
Dw1.netlink142 All other fields in every structure will mirror the same parameters in the
173 Each connector message includes two u32 fields as "address".
/linux-4.4.14/Documentation/vm/
Dzsmalloc.txt13 and links them together using various 'struct page' fields. These linked
Dsplit_page_table_lock80 (and few other fields in union).
/linux-4.4.14/arch/frv/kernel/
Dcmode.S141 # fields other than SWEN of the CLKC register.
/linux-4.4.14/include/uapi/linux/
Daudit.h459 __u32 fields[AUDIT_MAX_FIELDS]; member
/linux-4.4.14/Documentation/leds/
Dleds-lp5523.txt27 If both fields are NULL, 'lp5523' is used by default.
/linux-4.4.14/drivers/net/wireless/libertas/
DREADME120 following three fields:
205 The bssid and ssid fields, if blank, will produce an unfiltered scan.
/linux-4.4.14/drivers/usb/usbip/
Dusbip_protocol.txt87 The fields are in network (big endian) byte order meaning that the most significant
156 | | | the following 4 fields:
/linux-4.4.14/Documentation/crypto/
Dasymmetric-keys.txt191 The owner and name fields should be set to the owning module and the name of
253 The owner and name fields should be set to the owning module and the name of
266 The caller passes a pointer to the following struct with all of the fields
/linux-4.4.14/arch/x86/include/uapi/asm/
Dkvm.h100 } fields; member
/linux-4.4.14/drivers/vfio/pci/
Dvfio_pci.c1164 int fields; in vfio_pci_fill_ids() local
1169 fields = sscanf(id, "%x:%x:%x:%x:%x:%x", in vfio_pci_fill_ids()
1173 if (fields < 2) { in vfio_pci_fill_ids()
/linux-4.4.14/include/trace/
Dtrace_events.h727 .fields = LIST_HEAD_INIT(event_class_##call.fields),\
/linux-4.4.14/Documentation/devicetree/bindings/net/dsa/
Ddsa.txt22 - reg : Contains two fields. The first one describes the
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dwlcore_i.h324 struct wl12xx_rx_filter_field fields[WL1271_RX_FILTER_MAX_FIELDS]; member
/linux-4.4.14/drivers/iommu/
Damd_iommu.c3577 } fields; member
3863 irte->fields.vector = irq_cfg->vector; in irq_remapping_prepare_irte()
3864 irte->fields.int_type = apic->irq_delivery_mode; in irq_remapping_prepare_irte()
3865 irte->fields.destination = irq_cfg->dest_apicid; in irq_remapping_prepare_irte()
3866 irte->fields.dm = apic->irq_dest_mode; in irq_remapping_prepare_irte()
3867 irte->fields.valid = 1; in irq_remapping_prepare_irte()
4041 ir_data->irte_entry.fields.vector = cfg->vector; in amd_ir_set_affinity()
4042 ir_data->irte_entry.fields.destination = cfg->dest_apicid; in amd_ir_set_affinity()
/linux-4.4.14/Documentation/acpi/
Dgpio-properties.txt73 array. Each struct acpi_gpio_params object consists of three fields,
/linux-4.4.14/Documentation/misc-devices/
Deeprom84 These devices require two-byte address fields and are not supported.
/linux-4.4.14/Documentation/acpi/apei/
Doutput_format.txt141 Where each string in <fields strings> corresponding to one set bit of
/linux-4.4.14/drivers/pcmcia/
Dds.c105 int fields = 0; in pcmcia_store_new_id() local
108 fields = sscanf(buf, "%hx %hx %hx %hhx %hhx %hhx %x %x %x %x", in pcmcia_store_new_id()
111 if (fields < 6) in pcmcia_store_new_id()
/linux-4.4.14/Documentation/virtual/kvm/devices/
Darm-vgic.txt55 fields are not banked, but return the same value regardless of the
/linux-4.4.14/Documentation/device-mapper/
Ddm-raid.txt169 recovery. Here is a fuller description of the individual fields:
255 New status (STATUSTYPE_INFO) fields: sync_action and mismatch_cnt.
/linux-4.4.14/arch/m68k/fpsp040/
Ddo_func.S69 bfextu CMDREG1B(%a6){#0:#6},%d0 |get opclass and src fields
70 cmpil #0x17,%d0 |if op class and size fields are $17,
/linux-4.4.14/Documentation/nvmem/
Dnvmem.txt70 NVMEM cells are the data entries/fields in the NVMEM.
/linux-4.4.14/Documentation/ia64/
Defirtc.txt107 The wkt structure encapsulates a struct rtc_time + 2 extra fields to get

12