Searched refs:field (Results 126 - 150 of 1190) sorted by relevance

1234567891011>>

/linux-master/drivers/hid/
H A Dhid-plantronics.c37 #define PLT_ALLOW_CONSUMER (field->application == HID_CP_CONSUMERCONTROL && \
52 struct hid_field *field,
61 if (field->application == HID_GD_JOYSTICK)
85 /* only map if the field is in the device's primary vendor page */
86 else if (!((field->application ^ plt_type) & HID_USAGE_PAGE)) {
110 usage->hid, field->application);
116 usage->hid, field->application, mapped_key);
120 static int plantronics_event(struct hid_device *hdev, struct hid_field *field, argument
50 plantronics_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
H A Dhid-tmff.c145 struct hid_field *field = report->field[fieldnum]; local
147 if (field->maxusage <= 0)
150 switch (field->usage[0].hid) {
152 if (field->report_count < 2) {
153 hid_warn(hid, "ignoring FF field with report_count < 2\n");
157 if (field->logical_maximum ==
158 field->logical_minimum) {
159 hid_warn(hid, "ignoring FF field with logical_maximum == logical_minimum\n");
164 hid_warn(hid, "ignoring FF field i
[all...]
H A Dhid-sjoy.c43 sjoyff->report->field[0]->value[1] = right;
44 sjoyff->report->field[0]->value[2] = left;
81 if (report->field[0]->report_count < 3) {
82 hid_err(hid, "not enough values in the field\n");
101 sjoyff->report->field[0]->value[0] = 0x01;
102 sjoyff->report->field[0]->value[1] = 0x00;
103 sjoyff->report->field[0]->value[2] = 0x00;
H A Dhid-holtekff.c72 struct hid_field *field; member in struct:holtekff_device
82 holtekff->field->value[i] = data[i];
87 hid_hw_request(hid, holtekff->field->report, HID_REQ_SET_REPORT);
147 if (report->maxfield < 1 || report->field[0]->report_count != 7) {
158 holtekff->field = report->field[0];
H A Dhid-accutouch.c21 struct hid_field *field,
19 accutouch_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
H A Dhid-penmount.c19 struct hid_input *hi, struct hid_field *field,
18 penmount_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
H A Dhid-ite.c42 struct hid_input *hi, struct hid_field *field,
67 static int ite_event(struct hid_device *hdev, struct hid_field *field, argument
72 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput)
75 input = field->hidinput->input;
41 ite_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
/linux-master/Documentation/sphinx/
H A Dmaintainers_include.py55 # Field letter to field name mapping.
91 # Look for and record field letter to field name mappings:
110 # Flush pending field content.
119 # Render a subsystem field as:
122 field, details = line.split(':', 1)
127 if field in ['F', 'N', 'X', 'K']:
132 # Comma separate email field continuations.
133 if field == field_prev and field_prev in ['M', 'R', 'L']:
136 # Do not repeat field name
[all...]
/linux-master/drivers/scsi/
H A Dscsi_transport_fc.c986 #define fc_rport_show_function(field, format_string, sz, cast) \
988 show_fc_rport_##field (struct device *dev, \
994 if ((i->f->get_rport_##field) && \
998 i->f->get_rport_##field(rport); \
999 return snprintf(buf, sz, format_string, cast rport->field); \
1002 #define fc_rport_store_function(field) \
1004 store_fc_rport_##field(struct device *dev, \
1020 i->f->set_rport_##field(rport, val); \
1024 #define fc_rport_rd_attr(field, format_string, sz) \
1025 fc_rport_show_function(field, format_strin
[all...]
/linux-master/arch/x86/kvm/vmx/
H A Dvmcs.h178 static inline int vmcs_field_width(unsigned long field) argument
180 if (0x1 & field) /* the *_HIGH fields are all 32 bit */
182 return (field >> 13) & 0x3;
185 static inline int vmcs_field_readonly(unsigned long field) argument
187 return (((field >> 10) & 0x3) == 1);
193 static inline unsigned int vmcs_field_index(unsigned long field) argument
195 return (field & VMCS_FIELD_INDEX_MASK) >> VMCS_FIELD_INDEX_SHIFT;
/linux-master/drivers/acpi/acpica/
H A Dexprep.c4 * Module Name: exprep - ACPI AML field prep utilities
35 * PARAMETERS: field_bit_offset - Start of field within parent region/buffer
36 * field_bit_length - Length of field in bits
130 "Entire field can be accessed "
169 * Could not read/write field with one operation,
173 "Cannot access field in one operation, using width 8\n"));
190 * DESCRIPTION: Decode the access_type bits of a field definition.
251 /* Invalid field access type */
253 ACPI_ERROR((AE_INFO, "Unknown field access type 0x%X", access));
262 * implied by the field acces
[all...]
/linux-master/drivers/phy/ti/
H A Dphy-gmii-sel.c333 struct reg_field field; local
340 field = *fields++;
341 field.reg += priv->reg_offset;
342 dev_dbg(dev, "%s field %x %d %d\n", __func__,
343 field.reg, field.msb, field.lsb);
345 regfield = devm_regmap_field_alloc(dev, priv->regmap, field);
350 field = *fields++;
351 field
[all...]
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dbitfield.h44 /* Specified attribute (e.g. LBN) of the specified field */
45 #define EFX_VAL(field, attribute) field ## _ ## attribute
46 /* Low bit number of the specified field */
47 #define EFX_LOW_BIT(field) EFX_VAL(field, LBN)
48 /* Bit width of the specified field */
49 #define EFX_WIDTH(field) EFX_VAL(field, WIDTH)
50 /* High bit number of the specified field */
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dbitfield.h46 /* Specified attribute (e.g. LBN) of the specified field */
47 #define EFX_VAL(field, attribute) field ## _ ## attribute
48 /* Low bit number of the specified field */
49 #define EFX_LOW_BIT(field) EFX_VAL(field, LBN)
50 /* Bit width of the specified field */
51 #define EFX_WIDTH(field) EFX_VAL(field, WIDTH)
52 /* High bit number of the specified field */
[all...]
/linux-master/arch/arm64/include/asm/
H A Dcpufeature.h32 * The safe value of a CPUID feature field is dependent on the implications
39 * a field when EXACT is specified, failing which, the safe value specified
80 * A @mask field set to full-1 indicates that the corresponding field
83 * A @mask field set to full-0 with the corresponding @val field set
84 * to full-0 denotes that this field has no override
86 * A @mask field set to full-0 with the corresponding @val field set
87 * to full-1 denotes that this field ha
504 cpuid_feature_extract_signed_field_width(u64 features, int field, int width) argument
510 cpuid_feature_extract_signed_field(u64 features, int field) argument
516 cpuid_feature_extract_unsigned_field_width(u64 features, int field, int width) argument
522 cpuid_feature_extract_unsigned_field(u64 features, int field) argument
533 cpuid_feature_cap_perfmon_field(u64 features, int field, u64 cap) argument
561 cpuid_feature_extract_field_width(u64 features, int field, int width, bool sign) argument
571 cpuid_feature_extract_field(u64 features, int field, bool sign) argument
[all...]
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_common.h68 #define hr_reg_enable(ptr, field) _hr_reg_enable(ptr, field)
78 #define hr_reg_clear(ptr, field) _hr_reg_clear(ptr, field)
86 #define hr_reg_write_bool(ptr, field, val) _hr_reg_write_bool(ptr, field, val)
95 #define hr_reg_write(ptr, field, val) _hr_reg_write(ptr, field, val)
105 #define hr_reg_read(ptr, field) _hr_reg_read(ptr, field)
[all...]
/linux-master/drivers/media/platform/st/sti/delta/
H A Ddelta.h57 * @field: interlaced or not
74 enum v4l2_field field; member in struct:delta_streaminfo
126 * @field: interlaced mode
142 enum v4l2_field field; member in struct:delta_frameinfo
166 * @field: field order for interlaced frame
180 enum v4l2_field field; member in struct:delta_frame
340 * @frame.field (out) field order for interlaced frame
526 static inline char *frame_field_str(enum v4l2_field field) argument
[all...]
/linux-master/tools/perf/util/
H A Devsel_fprintf.c83 struct tep_format_field *field; local
90 field = evsel->tp_format->format.fields;
91 if (field == NULL) {
92 printed += comma_fprintf(fp, &first, " (no trace field)");
96 printed += comma_fprintf(fp, &first, " trace_fields: %s", field->name);
98 field = field->next;
99 while (field) {
100 printed += comma_fprintf(fp, &first, "%s", field->name);
101 field
[all...]
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_sysfs.c137 #define fcoe_ctlr_show_function(field, format_string, sz, cast) \
138 static ssize_t show_fcoe_ctlr_device_##field(struct device *dev, \
143 if (ctlr->f->get_fcoe_ctlr_##field) \
144 ctlr->f->get_fcoe_ctlr_##field(ctlr); \
146 cast fcoe_ctlr_##field(ctlr)); \
149 #define fcoe_fcf_show_function(field, format_string, sz, cast) \
150 static ssize_t show_fcoe_fcf_device_##field(struct device *dev, \
156 if (ctlr->f->get_fcoe_fcf_##field) \
157 ctlr->f->get_fcoe_fcf_##field(fcf); \
159 cast fcoe_fcf_##field(fc
[all...]
/linux-master/arch/mips/lib/
H A Ddump_tlb.c19 const int field = 2 * sizeof(unsigned long); local
25 pr_info("EntryHi : %0*lx\n", field, read_c0_entryhi());
26 pr_info("EntryLo0 : %0*lx\n", field, read_c0_entrylo0());
27 pr_info("EntryLo1 : %0*lx\n", field, read_c0_entrylo1());
40 pr_info("PWField : %0*lx\n", field, read_c0_pwfield());
41 pr_info("PWSize : %0*lx\n", field, read_c0_pwsize());
/linux-master/arch/mips/sgi-ip22/
H A Dip22-berr.c91 const int field = 2 * sizeof(unsigned long); local
98 field, regs->cp0_epc, field, regs->regs[31]);
/linux-master/drivers/clk/sophgo/
H A Dclk-cv18xx-common.h72 struct cv1800_clk_regbit *field);
74 struct cv1800_clk_regbit *field);
76 struct cv1800_clk_regbit *field);
/linux-master/include/linux/
H A Ddmi.h102 extern const char * dmi_get_system_info(int field);
106 extern bool dmi_get_date(int field, int *yearp, int *monthp, int *dayp);
122 static inline const char * dmi_get_system_info(int field) { return NULL; } argument
126 static inline bool dmi_get_date(int field, int *yearp, int *monthp, int *dayp) argument
/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i.h134 #define GET_STATS_64(__hba, dst, field) \
137 dst->field##_lo = __hba->stats.field##_lo; \
138 dst->field##_hi = __hba->stats.field##_hi; \
142 #define ADD_STATS_64(__hba, field, len) \
145 if (__hba->stats.field##_lo + len < \
146 __hba->stats.field##_lo) \
147 __hba->stats.field##_hi++; \
148 __hba->stats.field##_l
[all...]
/linux-master/include/trace/stages/
H A Dstage4_event_fields.h57 #define __sockaddr(field, len) __dynamic_array(u8, field, len)
81 #define __rel_sockaddr(field, len) __rel_dynamic_array(u8, field, len)

Completed in 401 milliseconds

1234567891011>>