Searched refs:fields (Results 1 - 25 of 230) sorted by relevance

12345678910

/linux-master/drivers/usb/isp1760/
H A Disp1760-core.h59 static inline u32 isp1760_field_read(struct regmap_field **fields, u32 field) argument
63 regmap_field_read(fields[field], &val);
68 static inline void isp1760_field_write(struct regmap_field **fields, u32 field, argument
71 regmap_field_write(fields[field], val);
74 static inline void isp1760_field_set(struct regmap_field **fields, u32 field) argument
76 isp1760_field_write(fields, field, 0xFFFFFFFF);
79 static inline void isp1760_field_clear(struct regmap_field **fields, u32 field) argument
81 isp1760_field_write(fields, field, 0);
/linux-master/arch/mips/boot/tools/
H A Drelocs_64.c20 } fields; member in union:__anon502
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-master/arch/x86/kvm/
H A Dioapic.c118 e->fields.dest_id,
119 kvm_lapic_irq_dest_mode(!!e->fields.dest_mode)))
122 new_val = kvm_apic_pending_eoi(vcpu, e->fields.vector);
130 dest_map->vectors[vcpu->vcpu_id] = e->fields.vector;
192 entry->fields.dest_id,
193 entry->fields.dest_mode) ||
194 kvm_apic_pending_eoi(vcpu, entry->fields.vector))
201 rtc_irq_eoi(ioapic, vcpu, entry->fields.vector);
215 edge = (entry.fields.trig_mode == IOAPIC_EDGE_TRIG);
294 if (e->fields
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_hdmi_types.h82 } fields; member in union:hdmi_scdc_update_read_data
93 } fields; member in union:hdmi_scdc_status_flags_data
113 } fields; member in union:hdmi_scdc_ced_data
122 } fields; member in union:hdmi_scdc_manufacturer_OUI_data
130 } fields; member in union:hdmi_scdc_device_id_data
/linux-master/kernel/trace/
H A Dtrace_events_synth.c31 C(TOO_MANY_FIELDS, "Too many fields"), \
130 union trace_synth_field fields[]; member in struct:synth_trace_event
136 int offset = offsetof(typeof(trace), fields);
144 size = event->fields[i]->size;
145 is_signed = event->fields[i]->is_signed;
146 type = event->fields[i]->type;
147 name = event->fields[i]->name;
153 event->fields[i]->offset = n_u64;
155 if (event->fields[i]->is_string && !event->fields[
943 alloc_synth_event(const char *name, int n_fields, struct synth_field **fields) argument
1114 synth_event_add_fields(struct dynevent_cmd *cmd, struct synth_field_desc *fields, unsigned int n_fields) argument
1234 synth_event_gen_cmd_array_start(struct dynevent_cmd *cmd, const char *name, struct module *mod, struct synth_field_desc *fields, unsigned int n_fields) argument
1274 struct synth_field *field, *fields[SYNTH_FIELDS_MAX]; local
1434 synth_event_create(const char *name, struct synth_field_desc *fields, unsigned int n_fields, struct module *mod) argument
1554 char *name = NULL, *fields, *p; local
2137 char *fields, *p; local
[all...]
H A Dtrace_synth.h28 struct synth_field **fields; member in struct:synth_event
/linux-master/drivers/mux/
H A Dmmio.c20 struct regmap_field **fields = mux_chip_priv(mux->chip); local
22 return regmap_field_write(fields[mux_control_get_index(mux)], state);
40 struct regmap_field **fields; local
73 sizeof(*fields));
77 fields = mux_chip_priv(mux_chip);
107 fields[i] = devm_regmap_field_alloc(dev, regmap, field);
108 if (IS_ERR(fields[i])) {
109 ret = PTR_ERR(fields[i]);
/linux-master/drivers/pci/
H A Dpci-stub.c60 int fields; local
65 fields = sscanf(id, "%x:%x:%x:%x:%x:%x",
69 if (fields < 2) {
H A Dpci-acpi.c176 union acpi_object *fields = record->package.elements; local
177 u32 revision = fields[1].integer.value;
184 if (fields[i].type != ACPI_TYPE_INTEGER)
187 hpx0->cache_line_size = fields[2].integer.value;
188 hpx0->latency_timer = fields[3].integer.value;
189 hpx0->enable_serr = fields[4].integer.value;
190 hpx0->enable_perr = fields[5].integer.value;
226 union acpi_object *fields = record->package.elements; local
227 u32 revision = fields[1].integer.value;
234 if (fields[
375 union acpi_object *fields = record->package.elements; local
591 union acpi_object *fields = record->package.elements; local
630 union acpi_object *package, *record, *fields; local
705 union acpi_object *package, *fields; local
[all...]
/linux-master/arch/arm64/kernel/pi/
H A Didreg-override.c36 } fields[]; member in struct:ftr_set_desc
56 .fields = {
85 .fields = {
109 .fields = {
133 .fields = {
144 .fields = {
156 .fields = {
167 .fields = {
188 .fields = {
245 int flen = strlen(reg->fields[
[all...]
/linux-master/arch/x86/kvm/vmx/
H A Dnested.h86 * the value+mask loaded into vmcs02 may not match the vmcs12 fields.
88 static inline unsigned long nested_read_cr0(struct vmcs12 *fields) argument
90 return (fields->guest_cr0 & ~fields->cr0_guest_host_mask) |
91 (fields->cr0_read_shadow & fields->cr0_guest_host_mask);
93 static inline unsigned long nested_read_cr4(struct vmcs12 *fields) argument
95 return (fields->guest_cr4 & ~fields->cr4_guest_host_mask) |
96 (fields
[all...]
/linux-master/drivers/phy/ti/
H A Dphy-am654-serdes.c235 struct regmap_field *fields[MAX_FIELDS]; member in struct:serdes_am654
251 ret = regmap_field_write(phy->fields[PLL_ENABLE], PLL_ENABLE_STATE);
255 return regmap_field_read_poll_timeout(phy->fields[PLL_OK], val, val,
264 ret = regmap_field_write(phy->fields[PLL_ENABLE], PLL_DISABLE_STATE);
274 ret |= regmap_field_write(phy->fields[TX0_ENABLE], TX0_ENABLE_STATE);
277 ret |= regmap_field_write(phy->fields[RX0_ENABLE], RX0_ENABLE_STATE);
290 ret |= regmap_field_write(phy->fields[TX0_ENABLE], TX0_DISABLE_STATE);
293 ret |= regmap_field_write(phy->fields[RX0_ENABLE], RX0_DISABLE_STATE);
320 return regmap_field_read_poll_timeout(phy->fields[CMU_OK_I_0], val,
421 ret |= regmap_field_write(phy->fields[CMU_PLL_CTR
[all...]
H A Dphy-gmii-sel.c46 struct regmap_field *fields[PHY_GMII_SEL_LAST]; member in struct:phy_gmii_sel_phy_priv
136 regfield = if_phy->fields[PHY_GMII_SEL_PORT_MODE];
144 if_phy->fields[PHY_GMII_SEL_RGMII_ID_MODE]) {
145 regfield = if_phy->fields[PHY_GMII_SEL_RGMII_ID_MODE];
152 if_phy->fields[PHY_GMII_SEL_RMII_IO_CLK_EN]) {
153 regfield = if_phy->fields[PHY_GMII_SEL_RMII_IO_CLK_EN];
331 const struct reg_field *fields; local
339 fields = soc_data->regfields[port - 1];
340 field = *fields++;
348 if_phy->fields[PHY_GMII_SEL_PORT_MOD
[all...]
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ethtool.c353 void *key, void *mask, u64 *fields)
361 *fields |= DPAA2_ETH_DIST_ETHTYPE;
368 *fields |= DPAA2_ETH_DIST_ETHSRC;
375 *fields |= DPAA2_ETH_DIST_ETHDST;
383 void *key, void *mask, u64 *fields)
395 *fields |= DPAA2_ETH_DIST_IPSRC;
402 *fields |= DPAA2_ETH_DIST_IPDST;
409 *fields |= DPAA2_ETH_DIST_IPPROTO;
419 *fields |= DPAA2_ETH_DIST_L4SRC;
424 *fields |
352 dpaa2_eth_prep_eth_rule(struct ethhdr *eth_value, struct ethhdr *eth_mask, void *key, void *mask, u64 *fields) argument
381 dpaa2_eth_prep_uip_rule(struct ethtool_usrip4_spec *uip_value, struct ethtool_usrip4_spec *uip_mask, void *key, void *mask, u64 *fields) argument
436 dpaa2_eth_prep_l4_rule(struct ethtool_tcpip4_spec *l4_value, struct ethtool_tcpip4_spec *l4_mask, void *key, void *mask, u8 l4_proto, u64 *fields) argument
487 dpaa2_eth_prep_ext_rule(struct ethtool_flow_ext *ext_value, struct ethtool_flow_ext *ext_mask, void *key, void *mask, u64 *fields) argument
506 dpaa2_eth_prep_mac_ext_rule(struct ethtool_flow_ext *ext_value, struct ethtool_flow_ext *ext_mask, void *key, void *mask, u64 *fields) argument
522 dpaa2_eth_prep_cls_rule(struct ethtool_rx_flow_spec *fs, void *key, void *mask, u64 *fields) argument
581 u64 fields = 0; local
[all...]
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-h264.c78 u8 fields = V4L2_H264_FRAME_REF; local
81 b->unordered_reflist[b->num_valid].fields = fields;
86 if (dpb[i].fields & V4L2_H264_TOP_FIELD_REF) {
87 u8 fields = V4L2_H264_TOP_FIELD_REF; local
90 b->unordered_reflist[b->num_valid].fields = fields;
94 if (dpb[i].fields & V4L2_H264_BOTTOM_FIELD_REF) {
95 u8 fields = V4L2_H264_BOTTOM_FIELD_REF; local
98 b->unordered_reflist[b->num_valid].fields
[all...]
/linux-master/Documentation/arch/arm/samsung/
H A 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-master/drivers/hid/
H A Dhid-sensor-custom.c44 struct hid_sensor_custom_field *fields; member in struct:hid_sensor_custom
303 attribute = &sensor_inst->fields[field_index].attribute;
356 value = sensor_inst->fields[field_index].attribute.units;
358 value = sensor_inst->fields[field_index].attribute.unit_expo;
360 value = sensor_inst->fields[field_index].attribute.size;
362 value = sensor_inst->fields[field_index].attribute.
365 value = sensor_inst->fields[field_index].attribute.
405 report_id = sensor_inst->fields[field_index].attribute.
424 /* If any error occurs in a sample, rest of the fields are ignored */
481 void *fields; local
[all...]
/linux-master/scripts/
H A Dfaddr2line138 local fields=($line)
139 local sym_addr=0x${fields[1]}
140 local sym_elf_size=${fields[2]}
141 local sym_sec=${fields[6]}
177 local fields=($line)
178 cur_sym_addr=0x${fields[1]}
179 local cur_sym_elf_size=${fields[2]}
180 local cur_sym_name=${fields[7]:-}
/linux-master/arch/x86/pci/
H A Dpcbios.c84 } fields; member in union:bios32
318 if (get_kernel_nofault(sig, &check->fields.signature))
321 if (check->fields.signature != BIOS32_SIGNATURE)
323 length = check->fields.length * 16;
331 if (check->fields.revision != 0) {
333 check->fields.revision, check);
337 if (check->fields.entry >= 0x100000) {
342 unsigned long bios32_entry = check->fields.entry;
/linux-master/drivers/media/pci/tw68/
H A Dtw68-risc.c137 u32 instructions, fields; local
140 fields = 0;
142 fields++;
144 fields++;
151 instructions = fields * (1 + (((bpl + padding) * lines) /
/linux-master/drivers/scsi/
H A Daha152x.h272 } fields; member in union:__anon8141
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
[all...]
/linux-master/arch/mips/mm/
H A Duasm-micromips.c164 (insn_table_MM[opc].match == 0 && insn_table_MM[opc].fields == 0))
171 if (ip->fields & RS) {
178 if (ip->fields & RT) {
185 if (ip->fields & RD)
187 if (ip->fields & RE)
189 if (ip->fields & SIMM)
191 if (ip->fields & UIMM)
193 if (ip->fields & BIMM)
195 if (ip->fields & JIMM)
197 if (ip->fields
[all...]
/linux-master/security/integrity/ima/
H A Dima_template.c86 * ima_template_has_modsig - Check whether template has modsig-related fields.
89 * Tells whether the given template has fields referencing a file's appended
97 if (!strcmp(ima_template->fields[i]->field_id, "modsig") ||
98 !strcmp(ima_template->fields[i]->field_id, "d-modsig"))
209 const struct ima_template_field ***fields,
223 pr_err("format string '%s' contains too many fields\n",
247 if (fields && num_fields) {
248 *fields = kmalloc_array(i, sizeof(**fields), GFP_KERNEL);
249 if (*fields
208 template_desc_init_fields(const char *template_fmt, const struct ima_template_field ***fields, int *num_fields) argument
[all...]
/linux-master/drivers/thermal/qcom/
H A Dtsens-v2.c115 .fields = tsens_v2_regfields,
121 .fields = tsens_v2_regfields,
129 .fields = tsens_v2_regfields,
/linux-master/kernel/
H A Dauditfilter.c91 if (erule->fields)
93 audit_free_lsm_field(&erule->fields[i]);
94 kfree(erule->fields);
109 struct audit_field *fields; local
115 fields = kcalloc(field_count, sizeof(*fields), GFP_KERNEL);
116 if (unlikely(!fields)) {
120 entry->rule.fields = fields;
134 /* Of the currently implemented string fields, PATH_MA
[all...]

Completed in 397 milliseconds

12345678910