Home
last modified time | relevance | path

Searched refs:field (Results 176 – 200 of 2440) sorted by relevance

12345678910>>...98

/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_BAProc.c203 DelbaParamSet.field.tid = pBA->param_set.field.tid; in ieee80211_DELBA()
361 (u8)(pBaParamSet->field.tid), in ieee80211_rx_ADDBAReq()
373 if (pBaParamSet->field.ba_policy == BA_POLICY_DELAYED) { in ieee80211_rx_ADDBAReq()
387 pBA->param_set.field.buffer_size = 1; in ieee80211_rx_ADDBAReq()
389 pBA->param_set.field.buffer_size = 32; in ieee80211_rx_ADDBAReq()
402 BA.param_set.field.ba_policy = BA_POLICY_IMMEDIATE; in ieee80211_rx_ADDBAReq()
460 (u8)(pBaParamSet->field.tid), in ieee80211_rx_ADDBARsp()
497 if (pBaParamSet->field.ba_policy == BA_POLICY_DELAYED) { in ieee80211_rx_ADDBARsp()
564 if (pDelBaParamSet->field.initiator == 1) { in ieee80211_rx_DELBA()
571 (u8)pDelBaParamSet->field.tid, in ieee80211_rx_DELBA()
[all …]
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c1941 field |= TRB_CHAIN; in cdnsp_queue_bulk_tx()
1959 field |= TRB_IOC; in cdnsp_queue_bulk_tx()
1968 field |= TRB_ISP; in cdnsp_queue_bulk_tx()
1983 field); in cdnsp_queue_bulk_tx()
2045 field |= TRB_CHAIN; in cdnsp_queue_ctrl_tx()
2066 field = TRB_ISP; in cdnsp_queue_ctrl_tx()
2089 field |= TRB_DIR_IN; in cdnsp_queue_ctrl_tx()
2263 field |= TRB_CYCLE; in cdnsp_queue_isoc_tx()
2293 field |= TRB_ISP; in cdnsp_queue_isoc_tx()
2298 field |= TRB_CHAIN; in cdnsp_queue_isoc_tx()
[all …]
/openbmc/linux/drivers/hid/
H A Dhid-icade.c164 static int icade_event(struct hid_device *hdev, struct hid_field *field, in icade_event() argument
169 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in icade_event()
182 input_event(field->hidinput->input, usage->type, in icade_event()
189 struct hid_field *field, struct hid_usage *usage, in icade_input_mapping() argument
212 struct hid_field *field, struct hid_usage *usage, in icade_input_mapped() argument
H A Dwacom_wac.c1986 value = value * 100 / (field->logical_maximum - field->logical_minimum); in wacom_wac_battery_event()
1994 value = value * 100 / (field->logical_maximum - field->logical_minimum); in wacom_wac_battery_event()
2639 if ((field->logical_maximum - field->logical_minimum) < touch_max) { in wacom_wac_finger_usage_mapping()
2785 struct hid_field *field = report->field[i]; in wacom_wac_finger_pre_report() local
2815 struct hid_field *field = report->field[hid_data->cc_index]; in wacom_wac_finger_pre_report() local
2887 if (value > field->logical_maximum || value < field->logical_minimum) in wacom_wac_event()
2911 field = report->field[r]; in wacom_report_events()
2919 wacom_wac_event(hdev, field, &field->usage[n], in wacom_report_events()
2969 field = report->field[r]; in wacom_wac_report()
2991 field = report->field[r]; in wacom_wac_report()
[all …]
H A Dhid-ezkey.c26 struct hid_field *field, struct hid_usage *usage, in ez_input_mapping() argument
47 static int ez_event(struct hid_device *hdev, struct hid_field *field, in ez_event() argument
50 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in ez_event()
56 struct input_dev *input = field->hidinput->input; in ez_event()
H A Dhid-sjoy.c43 sjoyff->report->field[0]->value[1] = right; in hid_sjoyff_play()
44 sjoyff->report->field[0]->value[2] = left; in hid_sjoyff_play()
81 if (report->field[0]->report_count < 3) { in sjoyff_init()
101 sjoyff->report->field[0]->value[0] = 0x01; in sjoyff_init()
102 sjoyff->report->field[0]->value[1] = 0x00; in sjoyff_init()
103 sjoyff->report->field[0]->value[2] = 0x00; in sjoyff_init()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtc_counters.c400 #define TCV2_HDR_PTR(pkt, field) \ argument
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) \ argument
405 *TCV2_HDR_PTR(pkt, field))
406 #define TCV2_HDR_WORD(pkt, field) \ argument
409 *(__force const __le16 *)TCV2_HDR_PTR(pkt, field))
410 #define TCV2_PKT_PTR(pkt, poff, i, field) \ argument
412 (pkt) + ERF_SC_PACKETISER_PAYLOAD_##field##_LBN/8 + poff + \
416 static u64 efx_tc_read48(const __le16 *field) in efx_tc_read48() argument
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-v4l2.rst25 refers to the number of lines in the field, otherwise it refers to
26 the number of lines in the frame (which is twice the field height
54 - ``field``
57 capture or output only the top or bottom field, or both fields
59 separate buffers. Drivers return the actual field order selected.
60 For more details on fields see :ref:`field-order`.
67 Both applications and drivers can set this field to request
71 implies applications can just set this field to zero to get a
82 ``width`` field for the other planes. For example the Cb and Cr
139 struct :c:type:`v4l2_format` ``raw_data`` field.
[all …]
H A Dvidioc-querybuf.rst38 Applications set the ``type`` field of a struct
42 and the ``index`` field. Valid index numbers range from zero to the
48 field must contain a userspace pointer to an array of struct
49 :c:type:`v4l2_plane` and the ``length`` field has to be set
54 In the ``flags`` field the ``V4L2_BUF_FLAG_MAPPED``,
56 ``V4L2_BUF_FLAG_DONE`` flags will be valid. The ``memory`` field will be
59 device memory, the ``length`` field its size. For the multi-planar API,
61 elements will be used instead and the ``length`` field of struct
H A Ddev-raw-vbi.rst41 in the ``capabilities`` field of struct
70 ``type`` field of a struct :c:type:`v4l2_format` to
137 line of the VBI image, of the first and the second field
155 picture area, implementing a 'full field mode' to capture data
171 :ref:`v4l2_std_id <v4l2-std-id>` or the ``framelines`` field
177 applications must set this field to zero.
195 between fields. Normally the VBI image stores the first field
198 set the first or second field may be stored first, however the
204 lines of the first field followed by all lines of the second field
205 (compare :ref:`field-order` ``V4L2_FIELD_SEQ_TB`` and
[all …]
H A Dhist-v4l2.rst161 ``group`` field.
344 field and the ``capability`` field and its only flag
372 A ``type`` field was added.
378 field was replaced by a ``tuner`` field containing the respective
398 field. The misleading ``framerate`` field was renamed to
481 newly added ``field`` field.
519 Buffer types changed as mentioned above. A ``field`` field of type
521 buffer contains a top or bottom field. The old field flags were
556 above. A ``field`` field of type enum v4l2_field was added to
796 struct v4l2_audio ``mode`` field is a flags field.
[all …]
/openbmc/linux/include/net/
H A Dudp.h395 #define UDP_INC_STATS(net, field, is_udplite) do { \ argument
397 else SNMP_INC_STATS((net)->mib.udp_statistics, field); } while(0)
398 #define __UDP_INC_STATS(net, field, is_udplite) do { \ argument
402 #define __UDP6_INC_STATS(net, field, is_udplite) do { \ argument
403 if (is_udplite) __SNMP_INC_STATS((net)->mib.udplite_stats_in6, field);\
404 else __SNMP_INC_STATS((net)->mib.udp_stats_in6, field); \
406 #define UDP6_INC_STATS(net, field, __lite) do { \ argument
407 if (__lite) SNMP_INC_STATS((net)->mib.udplite_stats_in6, field); \
408 else SNMP_INC_STATS((net)->mib.udp_stats_in6, field); \
427 #define __UDPX_INC_STATS(sk, field) \ argument
[all …]
/openbmc/qemu/tests/decode/
H A Dsucc_named_field.decode4 # field using a named_field
8 # Ditto, via a format. Here a field in the format
9 # references a named field defined in the insn pattern:
16 # Here the named field is defined in the format and referenced
/openbmc/linux/drivers/usb/core/
H A Dquirks.c30 char *val, *p, *field; in quirks_param_set() local
75 field = strsep(&p, ":"); in quirks_param_set()
76 if (!field) in quirks_param_set()
79 if (kstrtou16(field, 16, &vid)) in quirks_param_set()
82 field = strsep(&p, ":"); in quirks_param_set()
83 if (!field) in quirks_param_set()
86 if (kstrtou16(field, 16, &pid)) in quirks_param_set()
89 field = strsep(&p, ","); in quirks_param_set()
90 if (!field || !*field) in quirks_param_set()
94 for (flags = 0; *field; field++) { in quirks_param_set()
[all …]
/openbmc/linux/arch/mips/lib/
H A Ddump_tlb.c19 const int field = 2 * sizeof(unsigned long); in dump_tlb_regs() local
25 pr_info("EntryHi : %0*lx\n", field, read_c0_entryhi()); in dump_tlb_regs()
26 pr_info("EntryLo0 : %0*lx\n", field, read_c0_entrylo0()); in dump_tlb_regs()
27 pr_info("EntryLo1 : %0*lx\n", field, read_c0_entrylo1()); in dump_tlb_regs()
40 pr_info("PWField : %0*lx\n", field, read_c0_pwfield()); in dump_tlb_regs()
41 pr_info("PWSize : %0*lx\n", field, read_c0_pwsize()); in dump_tlb_regs()
/openbmc/linux/kernel/trace/
H A Dtrace_events.c105 if (field) in trace_find_event_field()
109 if (field) in trace_find_event_field()
267 for (; field->type; field++) { in test_field()
1609 field->type, field->name, field->offset, in f_show()
1610 field->size, !!field->is_signed); in f_show()
1614 field->type, field->name, in f_show()
1615 field->len, field->offset, in f_show()
1616 field->size, !!field->is_signed); in f_show()
1620 field->type, field->name, in f_show()
1621 field->offset, field->size, !!field->is_signed); in f_show()
[all …]
/openbmc/linux/tools/kvm/kvm_stat/
H A Dkvm_stat339 return field.split('(', 1)[0]
349 def debugfs_is_child(self, field): argument
643 for field in fields:
653 self.fields = [field for field in self._get_available_fields()
656 for field in self._fields:
814 fields = [field for field in self.walkdir(PATH_DEBUGFS_KVM)[2]
821 self._fields = [field for field in self._get_available_fields()
824 for field in self._fields:
888 key = path + field
897 field = field + ' ' + parent
[all …]
/openbmc/qemu/scripts/
H A Danalyze-migration.py412 if not 'array_len' in field:
413 new_fields.append(field)
416 field['index'] = 0
417 new_fields.append(field)
419 c = field.copy()
438 field['data'] = reader(field, self.file)
439 field['data'].read()
441 if 'index' in field:
444 a = self.data[field['name']]
447 a.append(field['data'])
[all …]
/openbmc/linux/drivers/staging/greybus/
H A Dloopback.c121 #define gb_loopback_ro_attr(field) \ argument
127 return sprintf(buf, "%u\n", gb->field); \
129 static DEVICE_ATTR_RO(field)
142 static DEVICE_ATTR_RO(name##_##field)
164 #define gb_loopback_stats_attrs(field) \ argument
165 gb_loopback_ro_stats_attr(field, min, u); \
167 gb_loopback_ro_avg_attr(field)
169 #define gb_loopback_attr(field, type) \ argument
193 static DEVICE_ATTR_RW(field)
203 static DEVICE_ATTR_RO(field)
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dfield_values_filter.py9 def field_values(iterable, field): argument
16 if field:
18 objects.append(getattr(item, field))
/openbmc/linux/sound/mips/
H A Dad1843.c173 const struct ad1843_bitfield *field) in ad1843_read_bits() argument
177 w = ad1843->read(ad1843->chip, field->reg); in ad1843_read_bits()
178 return w >> field->lo_bit & ((1 << field->nbits) - 1); in ad1843_read_bits()
186 const struct ad1843_bitfield *field, in ad1843_write_bits() argument
191 w = ad1843->read(ad1843->chip, field->reg); in ad1843_write_bits()
192 mask = ((1 << field->nbits) - 1) << field->lo_bit; in ad1843_write_bits()
193 oldval = (w & mask) >> field->lo_bit; in ad1843_write_bits()
194 newbits = (newval << field->lo_bit) & mask; in ad1843_write_bits()
196 ad1843->write(ad1843->chip, field->reg, w); in ad1843_write_bits()
/openbmc/linux/include/trace/events/
H A Dv4l2.h38 #define show_field(field) \ argument
39 __print_symbolic(field, SHOW_FIELD)
111 __field(u32, field)
132 __entry->field = buf->field;
155 show_field(__entry->field),
188 __field(u32, field)
209 __entry->field = vbuf->field;
229 show_field(__entry->field),
/openbmc/linux/Documentation/firmware-guide/acpi/apei/
H A Doutput_format.rst132 All <field string> description with * has the following format::
134 field: <integer>, <field string>
136 Where value of <integer> should be the position of "string" in <field
137 string> description. Otherwise, <field string> will be "unknown".
139 All <field strings> description with # has the following format::
141 field: <integer>
142 <field strings>
145 <integer>. The bit position is the position of "string" in <field
148 For more detailed explanation of every field, please refer to UEFI
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h110 ((field) == V4L2_FIELD_TOP ||\
114 (field) == V4L2_FIELD_SEQ_TB ||\
115 (field) == V4L2_FIELD_SEQ_BT)
117 ((field) == V4L2_FIELD_BOTTOM ||\
122 (field) == V4L2_FIELD_SEQ_BT)
128 (field) == V4L2_FIELD_SEQ_BT)
131 (field) == V4L2_FIELD_TOP ||\
139 (field) == V4L2_FIELD_SEQ_BT)
1113 __u32 field; member
2384 __u32 field; member
[all …]
/openbmc/linux/tools/perf/scripts/python/
H A Dintel-pt-events.py51 if field in perf_dict:
52 return perf_dict[field]
56 if field in perf_dict:
57 return perf_dict[field]
61 if field in perf_dict:
62 return perf_dict[field]
66 if field in perf_dict:
67 return perf_dict[field]
70 def get_offset(perf_dict, field): argument
71 if field in perf_dict:
[all …]

12345678910>>...98