Searched refs:field (Results 151 - 175 of 1174) sorted by relevance

1234567891011>>

/linux-master/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi_bridge.c28 u32 *mbus_code, u32 *field)
32 if (field)
33 *field = csi_dev->bridge.mbus_format.field;
237 u32 field; local
240 sun6i_csi_bridge_format(csi_dev, NULL, &field);
242 if (field == V4L2_FIELD_INTERLACED ||
243 field == V4L2_FIELD_INTERLACED_TB ||
244 field == V4L2_FIELD_INTERLACED_BT)
324 u32 field; local
27 sun6i_csi_bridge_format(struct sun6i_csi_device *csi_dev, u32 *mbus_code, u32 *field) argument
344 u32 mbus_code, field, pixelformat; local
[all...]
/linux-master/kernel/trace/
H A Dtrace_events_user.c671 * We use the mm->next field to build a one-shot list from the global
984 * Example event named 'test' with a 20 char 'msg' field with an unsigned int
985 * 'id' field after:
1099 struct ftrace_event_field *field, *next; local
1102 list_for_each_entry_safe(field, next, head, link) {
1103 list_del(&field->link);
1104 kfree(field);
1113 struct ftrace_event_field *field; local
1116 field = kmalloc(sizeof(*field), GFP_KERNEL_ACCOUN
1174 user_event_parse_field(char *field, struct user_event *user, u32 *offset) argument
1267 char *field; local
1368 user_field_set_string(struct ftrace_event_field *field, char *buf, int len, bool colon) argument
1388 struct ftrace_event_field *field; local
1816 struct ftrace_event_field *field; local
1863 user_field_match(struct ftrace_event_field *field, int argc, const char **argv, int *iout) argument
1903 struct ftrace_event_field *field; local
[all...]
H A Dtrace_events_synth.c28 C(INVALID_CMD, "Command must be of the form: <name> field[;field] ..."),\
29 C(INVALID_DYN_CMD, "Command must be of the form: s or -:[synthetic/]<name> field[;field] ..."),\
34 C(INVALID_FIELD, "Invalid field"), \
495 /* Fill in the field that holds the offset/len combo */
570 struct synth_field *field = event->fields[i]; local
573 switch (field->size) {
665 static void free_synth_field(struct synth_field *field) argument
667 kfree(field
693 struct synth_field *field; local
1274 struct synth_field *field, *fields[SYNTH_FIELDS_MAX]; local
1770 struct synth_field *field = state.event->fields[i]; local
1862 struct synth_field *field = state.event->fields[i]; local
1947 struct synth_field *field = NULL; local
2213 struct synth_field *field; local
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dtc_counters.c400 #define TCV2_HDR_PTR(pkt, field) \
401 ((void)BUILD_BUG_ON_ZERO(ERF_SC_PACKETISER_HEADER_##field##_LBN & 7), \
402 (pkt) + ERF_SC_PACKETISER_HEADER_##field##_LBN / 8)
403 #define TCV2_HDR_BYTE(pkt, field) \
404 ((void)BUILD_BUG_ON_ZERO(ERF_SC_PACKETISER_HEADER_##field##_WIDTH != 8),\
405 *TCV2_HDR_PTR(pkt, field))
406 #define TCV2_HDR_WORD(pkt, field) \
407 ((void)BUILD_BUG_ON_ZERO(ERF_SC_PACKETISER_HEADER_##field##_WIDTH != 16),\
408 (void)BUILD_BUG_ON_ZERO(ERF_SC_PACKETISER_HEADER_##field##_LBN & 15), \
409 *(__force const __le16 *)TCV2_HDR_PTR(pkt, field))
416 efx_tc_read48(const __le16 *field) argument
[all...]
/linux-master/drivers/hid/
H A Dhid-picolcd_fb.c110 hid_set_field(report1->field[0], 0, chip << 2);
111 hid_set_field(report1->field[0], 1, 0x02);
112 hid_set_field(report1->field[0], 2, 0x00);
113 hid_set_field(report1->field[0], 3, 0x00);
114 hid_set_field(report1->field[0], 4, 0xb8 | tile);
115 hid_set_field(report1->field[0], 5, 0x00);
116 hid_set_field(report1->field[0], 6, 0x00);
117 hid_set_field(report1->field[0], 7, 0x40);
118 hid_set_field(report1->field[0], 8, 0x00);
119 hid_set_field(report1->field[
[all...]
H A Dhid-mf.c50 mf->report->field[0]->value[0] = weak;
51 mf->report->field[0]->value[1] = strong;
78 if (report->maxfield < 1 || report->field[0]->report_count < 2) {
105 mf->report->field[0]->value[0] = 0x00;
106 mf->report->field[0]->value[1] = 0x00;
H A Dhid-a4tech.c35 struct hid_field *field, struct hid_usage *usage,
57 struct hid_field *field, struct hid_usage *usage,
73 static int a4_event(struct hid_device *hdev, struct hid_field *field, argument
79 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput)
82 input = field->hidinput->input;
34 a4_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
56 a4_input_mapped(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-lenovo.c170 struct hid_input *hi, struct hid_field *field,
183 struct hid_input *hi, struct hid_field *field,
237 field->flags |= HID_MAIN_ITEM_RELATIVE | HID_MAIN_ITEM_VARIABLE;
238 field->logical_minimum = -127;
239 field->logical_maximum = 127;
257 struct hid_input *hi, struct hid_field *field,
268 field->report->id == 5) {
312 field->report->id == 21) {
332 field->flags |= HID_MAIN_ITEM_RELATIVE | HID_MAIN_ITEM_VARIABLE;
333 field
169 lenovo_input_mapping_tpkbd(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
182 lenovo_input_mapping_cptkbd(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
256 lenovo_input_mapping_tpIIkbd(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
351 lenovo_input_mapping_scrollpoint(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
362 lenovo_input_mapping_tp10_ultrabook_kbd(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
400 lenovo_input_mapping_x1_tab_kbd(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
448 lenovo_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
702 lenovo_event_tp10ubkbd(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
720 lenovo_event_cptkbd(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
766 lenovo_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
[all...]
H A Dwacom_sys.c100 for (j = 0; j < report->field[i]->maxusage; j++) {
101 struct hid_field *field = report->field[i]; local
102 struct hid_usage *usage = &field->usage[j];
114 offset = field->report_offset;
115 size = field->report_size;
199 struct hid_field field = { local
206 return hidinput_calc_abs_res(&field, ABS_X);
210 struct hid_field *field, struct hid_usage *usage)
222 field
209 wacom_hid_usage_quirk(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage) argument
292 wacom_feature_mapping(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage) argument
425 wacom_usage_mapping(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage) argument
[all...]
/linux-master/arch/x86/tools/
H A Dinsn_sanity.c53 struct insn_field *field)
57 indent, field->value, field->bytes[0], field->bytes[1],
58 field->bytes[2], field->bytes[3]);
60 field->got, field->nbytes);
52 dump_field(FILE *fp, const char *name, const char *indent, struct insn_field *field) argument
/linux-master/arch/powerpc/platforms/pseries/
H A Dvphn.c29 const __be16 *field = (const __be16 *) be_packed; local
42 u16 new = be16_to_cpup(field++);
46 * Let's concatenate the 16 bits of this field to the
47 * 15 lower bits of the previous field
56 /* Data is in the lower 15 bits of this field */
61 * Data is in the lower 15 bits of this field
62 * concatenated with the next 16 bit field
/linux-master/tools/testing/selftests/powerpc/vphn/
H A Dvphn.c29 const __be16 *field = (const __be16 *) be_packed; local
42 u16 new = be16_to_cpup(field++);
46 * Let's concatenate the 16 bits of this field to the
47 * 15 lower bits of the previous field
56 /* Data is in the lower 15 bits of this field */
61 * Data is in the lower 15 bits of this field
62 * concatenated with the next 16 bit field
/linux-master/tools/perf/scripts/python/
H A Dgecko.py28 from dataclasses import dataclass, field namespace
109 samples: List[Sample] = field(default_factory=list)
110 frameTable: List[Frame] = field(default_factory=list)
111 stringTable: List[str] = field(default_factory=list)
112 stringMap: Dict[str, int] = field(default_factory=dict)
113 stackTable: List[Stack] = field(default_factory=list)
114 stackMap: Dict[Tuple[Optional[int], int], int] = field(default_factory=dict)
115 frameMap: Dict[str, int] = field(default_factory=dict)
120 samples: List[Sample] = field(default_factory=list)
121 frameTable: List[Frame] = field(default_factor
[all...]
/linux-master/arch/loongarch/mm/
H A Dfault.c37 const int field = sizeof(unsigned long) * 2; local
54 raw_smp_processor_id(), field, address, field, regs->csr_era,
55 field, regs->regs[1]);
94 const int field = sizeof(unsigned long) * 2; local
116 field, address);
117 pr_info("era = %0*lx in", field,
121 pr_info("ra = %0*lx in", field,
/linux-master/include/net/
H A Dudp.h128 * (checksum field must be zeroed out)
323 /* skb->truesize and the stateless bit are embedded in a single field;
395 #define UDP_INC_STATS(net, field, is_udplite) do { \
396 if (is_udplite) SNMP_INC_STATS((net)->mib.udplite_statistics, field); \
397 else SNMP_INC_STATS((net)->mib.udp_statistics, field); } while(0)
398 #define __UDP_INC_STATS(net, field, is_udplite) do { \
399 if (is_udplite) __SNMP_INC_STATS((net)->mib.udplite_statistics, field); \
400 else __SNMP_INC_STATS((net)->mib.udp_statistics, field); } while(0)
402 #define __UDP6_INC_STATS(net, field, is_udplite) do { \
403 if (is_udplite) __SNMP_INC_STATS((net)->mib.udplite_stats_in6, field);\
[all...]
/linux-master/arch/mips/cavium-octeon/executive/
H A Dcvmx-l2c.c51 uint32_t field; local
62 * bit offset of the UMSK[] field in the L2C_SPAR register.
64 field = (core & 0x3) * 8;
67 * Return the UMSK[] field from the appropriate L2C_SPAR
73 return (cvmx_read_csr(CVMX_L2C_SPAR0) & (0xFF << field)) >> field;
75 return (cvmx_read_csr(CVMX_L2C_SPAR1) & (0xFF << field)) >> field;
77 return (cvmx_read_csr(CVMX_L2C_SPAR2) & (0xFF << field)) >> field;
86 uint32_t field; local
121 mask << field); local
126 mask << field); local
131 mask << field); local
136 mask << field); local
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_eeprom.h164 enum mt76x02_eeprom_field field)
166 if ((field & 1) || field >= __MT_EE_MAX)
169 return get_unaligned_le16(dev->mt76.eeprom.data + field);
182 enum mt76x02_eeprom_field field,
163 mt76x02_eeprom_get(struct mt76x02_dev *dev, enum mt76x02_eeprom_field field) argument
/linux-master/include/trace/events/
H A Dv4l2.h38 #define show_field(field) \
39 __print_symbolic(field, SHOW_FIELD)
111 __field(u32, field)
132 __entry->field = buf->field;
148 "flags = %s, field = %s, timestamp = %llu, "
155 show_field(__entry->field),
188 __field(u32, field)
209 __entry->field = vbuf->field;
[all...]
/linux-master/drivers/hid/surface-hid/
H A Dsurface_kbd.c154 struct hid_field *field; local
158 /* Get LED field. */
159 field = hidinput_get_led_field(hid);
160 if (!field)
164 if (len != hid_report_len(field->report))
167 if (rprt_id != field->report->id)
171 for (i = 0; i < field->report_count; i++)
172 if ((field->usage[i].hid & 0xffff) == 0x02)
175 if (i == field->report_count)
179 size = field
[all...]
/linux-master/drivers/scsi/
H A Dscsi_transport_spi.c269 #define spi_transport_show_simple(field, format_string) \
272 show_spi_transport_##field(struct device *dev, \
279 return snprintf(buf, 20, format_string, tp->field); \
282 #define spi_transport_store_simple(field, format_string) \
285 store_spi_transport_##field(struct device *dev, \
295 tp->field = val; \
299 #define spi_transport_show_function(field, format_string) \
302 show_spi_transport_##field(struct device *dev, \
310 if (i->f->get_##field) \
311 i->f->get_##field(starge
[all...]
/linux-master/fs/bcachefs/
H A Dbkey.c157 static u64 get_inc_field(struct unpack_state *state, unsigned field) argument
159 unsigned bits = state->format->bits_per_field[field];
160 u64 v = 0, offset = le64_to_cpu(state->format->field_offset[field]);
180 static void __set_inc_field(struct pack_state *state, unsigned field, u64 v) argument
182 unsigned bits = state->format->bits_per_field[field];
202 static bool set_inc_field(struct pack_state *state, unsigned field, u64 v) argument
204 unsigned bits = state->format->bits_per_field[field];
205 u64 offset = le64_to_cpu(state->format->field_offset[field]);
215 __set_inc_field(state, field, v);
283 #define x(id, field) ou
383 set_inc_field_lossy(struct pack_state *state, unsigned field, u64 v) argument
562 unsigned field = 0; local
793 compile_bkey_field(const struct bkey_format *format, u8 *out, enum bch_bkey_fields field, unsigned dst_offset, unsigned dst_size, bool *eax_zeroed) argument
[all...]
/linux-master/drivers/hid/usbhid/
H A Dhid-pidff.c49 the only field in that report */
109 /* Special field key tables used to put special field keys into arrays */
140 struct hid_field *field; member in struct:pidff_usage
162 /* Special field is a field that is not composed of
165 /* Special field in create_new_effect */
172 /* Special field in device_control */
175 /* Special field in block_load */
178 /* Special field i
192 pidff_rescale(int i, int max, struct hid_field *field) argument
201 pidff_rescale_signed(int i, struct hid_field *field) argument
721 struct hid_field *field = local
[all...]
/linux-master/drivers/staging/rtl8192e/
H A Drtl819x_BAProc.c142 del_ba_param_set.field.initiator = (tx_rx_select == TX_DIR) ? 1 : 0;
143 del_ba_param_set.field.tid = ba->ba_param_set.field.tid;
257 (u8)(ba_param_set->field.tid), RX_DIR, true)) {
264 if (ba_param_set->field.ba_policy == BA_POLICY_DELAYED) {
281 ba->ba_param_set.field.buffer_size = 1;
283 ba->ba_param_set.field.buffer_size = 32;
297 BA.ba_param_set.field.ba_policy = BA_POLICY_IMMEDIATE;
341 (u8)(ba_param_set->field.tid), TX_DIR, false)) {
370 if (ba_param_set->field
[all...]
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c61 /* Compensate the field offset for preceding typegroups.
110 /* When intersected by a type group field, stream the type group bits
130 /* Loop over the field value bits and add the value bits one by one to
136 /* Encode one field value bit */
202 /* Loop over the field value bits and get the field bits and
208 /* Decode one field value bit */
241 /* a type_id of value -1 means that there is no type field */
261 /* Get the value of the type field in the stream and compare to the
662 pr_err("%s:%d: zero field coun
1086 vcap_copy_action_bit_field(struct vcap_u1_action *field, u8 *value) argument
1098 vcap_copy_to_client_actionfield(struct vcap_rule_internal *ri, struct vcap_client_actionfield *field, u8 *value, u16 width) argument
1183 vcap_copy_key_bit_field(struct vcap_u1_key *field, u8 *value, u8 *mask) argument
1200 vcap_copy_to_client_keyfield(struct vcap_rule_internal *ri, struct vcap_client_keyfield *field, u8 *value, u8 *mask, u16 width) argument
1310 struct vcap_client_keyfield *field; local
1419 struct vcap_client_actionfield *field; local
2676 struct vcap_client_keyfield *field; local
2844 struct vcap_client_actionfield *field; local
3295 struct vcap_client_keyfield *field; local
3418 struct vcap_client_keyfield *field; local
3443 struct vcap_client_keyfield *field; local
3463 struct vcap_client_actionfield *field; local
[all...]
/linux-master/drivers/firmware/
H A Ddmi-id.c17 int field; member in struct:dmi_device_attribute
26 int field = to_dmi_dev_attr(attr)->field; local
28 len = scnprintf(page, PAGE_SIZE, "%s\n", dmi_get_system_info(field));
35 .field = _field }
82 int field; member in struct:mafield
113 c = dmi_get_system_info(f->field);

Completed in 250 milliseconds

1234567891011>>