Home
last modified time | relevance | path

Searched refs:field (Results 301 – 325 of 2410) sorted by relevance

1...<<11121314151617181920>>...97

/openbmc/linux/Documentation/virt/kvm/devices/
H A Darm-vgic-v3.rst43 - base field encodes bits [51:16] of the guest physical base address
56 by presetting the index field in the attr data.
80 The attr field of kvm_device_attr encodes two values::
104 The mpidr field is used to specify which
108 architecture defined MPIDR, and the field is encoded as follows::
174 The attr field of kvm_device_attr encodes two values::
180 architecture defined MPIDR, and the field is encoded as follows::
196 CPU specified by the mpidr field.
252 The attr field of kvm_device_attr encodes the following values::
281 architecture defined MPIDR, and the field is encoded as follows::
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-overlay.rst31 directed away from overlay to capture, or one field may be used for
49 ``V4L2_CAP_VIDEO_OVERLAY`` flag in the ``capabilities`` field of struct
173 ``enum v4l2_field field``
174 Applications set this field to determine which video field shall be
178 field order and return the actual setting here.
182 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` applications set this field
186 field), with bytes in host order. E. g. for
203 clip lists are not supported the driver ignores this field. Its
209 When the application set the ``clips`` field, this field must
236 field must be set to ``NULL``.
[all …]
H A Ddiff-v4l.rst67 The ``name`` field in struct ``video_capability`` became
110 ``V4L2_FBUF_CAP_BITMAP_CLIPPING`` in field ``capability`` of
159 The ``audios`` field was replaced by ``capabilities`` flag
247 ``V4L2_TUNER_SUB_STEREO`` in field ``rxsubchans``. This field also
254 the struct :c:type:`v4l2_tuner` ``capability`` field.
361 On ``VIDIOCSAUDIO`` the ``mode`` field selects *one* of the
405 ``video_audio`` ``step`` field. The V4L audio controls
443 must set the ``field`` field to ``V4L2_FIELD_ANY`` or
471 :c:type:`v4l2_crop`. The ``decimation`` field was dropped. In
476 only the odd or even field, respectively, were replaced by
[all …]
H A Dvidioc-g-parm.rst124 period. To reset manually applications can just set this field to
128 ``V4L2_CAP_TIMEPERFRAME`` flag in the ``capability`` field.
132 applications and drivers must set this field to zero. Applications
133 using this field should check the driver name and version, see
137 - Applications set this field to the desired number of buffers used
170 The field is intended to repeat frames on the driver side in
184 period. To reset manually applications can just set this field to
188 ``V4L2_CAP_TIMEPERFRAME`` flag in the ``capability`` field.
192 applications and drivers must set this field to zero. Applications
193 using this field should check the driver name and version, see
[all …]
H A Dvidioc-enum-freq-bands.rst55 the struct :c:type:`v4l2_input` ``tuner`` field and
56 the struct :c:type:`v4l2_tuner` ``index`` field, or
57 the struct :c:type:`v4l2_output` ``modulator`` field
59 field.
63 :c:type:`v4l2_tuner` ``type`` field. The type must be
65 to ``V4L2_TUNER_ANALOG_TV`` for all others. Set this field to
138 The ``tuner`` or ``index`` is out of bounds or the ``type`` field is
H A Dvidioc-subdev-g-crop.rst45 field of a struct :c:type:`v4l2_subdev_crop` to the
46 desired pad number as reported by the media API and the ``which`` field
49 driver fills the members of the ``rect`` field or returns ``EINVAL`` error
54 and ``which`` fields and all members of the ``rect`` field. They then
70 ``VIDIOC_SUBDEV_S_CROP`` are only valid if the ``which`` field is set to
122 references a non-existing pad, the ``which`` field references a
128 and the ``which`` field is set to ``V4L2_SUBDEV_FORMAT_ACTIVE``.
/openbmc/linux/net/mac80211/
H A Ddebugfs_netdev.c74 #define IEEE80211_IF_FMT_DEC(name, type, field) \ argument
75 IEEE80211_IF_FMT(name, type, field, "%d\n")
76 #define IEEE80211_IF_FMT_HEX(name, type, field) \ argument
77 IEEE80211_IF_FMT(name, type, field, "%#x\n")
78 #define IEEE80211_IF_FMT_LHEX(name, type, field) \ argument
79 IEEE80211_IF_FMT(name, type, field, "%#lx\n")
88 for (i = 0; i < sizeof(data->field); i++) { \
90 data->field[i]); \
104 #define IEEE80211_IF_FMT_MAC(name, type, field) \ argument
118 jiffies_to_msecs(data->field)); \
[all …]
/openbmc/phosphor-power/phosphor-regulators/src/
H A Djournal.cpp58 SystemdJournal::getMessages(const std::string& field, in getMessages() argument
78 std::string match{field + '=' + fieldValue}; in getMessages()
113 const std::string& field) in getFieldValue() argument
120 int rc = sd_journal_get_data(journal, field.c_str(), &data, &length); in getFieldValue()
/openbmc/linux/drivers/ntb/hw/idt/
H A Dntb_hw_idt.h949 #define GET_FIELD(field, data) \ argument
950 (((u32)(data) & IDT_ ##field## _MASK) >> IDT_ ##field## _FLD)
951 #define SET_FIELD(field, data, value) \ argument
952 (((u32)(data) & ~IDT_ ##field## _MASK) | \
953 ((u32)(value) << IDT_ ##field## _FLD))
954 #define IS_FLD_SET(field, data, value) \ argument
955 (((u32)(data) & IDT_ ##field## _MASK) == IDT_ ##field## _ ##value)
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsoc15_common.h50 #define WREG32_FIELD15(ip, idx, reg, field, val) \ argument
55 ~REG_FIELD_MASK(reg, field)) | (val) << REG_FIELD_SHIFT(reg, field), \
58 #define WREG32_FIELD15_PREREG(ip, idx, reg_name, field, val) \ argument
63 ~REG_FIELD_MASK(reg_name, field)) | (val) << REG_FIELD_SHIFT(reg_name, field), \
184 #define WREG32_FIELD15_RLC(ip, idx, reg, field, val) \ argument
188 ~REG_FIELD_MASK(reg, field)) | (val) << REG_FIELD_SHIFT(reg, field), \
/openbmc/linux/Documentation/trace/
H A Dhistogram-design.rst289 field's flags and the position of each field in the hist_data's
732 field with the HIST_FIELD_FL_VAR flag, which indicates that that field
1092 trace() action field variable test
1271 field variables:
1348 for each field i in .synth_event
1374 save() action field variable test
1630 addition of the prio field::
1641 which is a field name that needs to have a field variable created for
1664 synthetic_prio. This is the field variable created for the prio field
1843 field variables:
[all …]
H A Dfprobetrace.rst64 (\*4) this is useful for fetching a field of data structures.
90 field:unsigned short common_type; offset:0; size:2; signed:0;
91 field:unsigned char common_flags; offset:2; size:1; signed:0;
92 field:unsigned char common_preempt_count; offset:3; size:1; signed:0;
93 field:int common_pid; offset:4; size:4; signed:1;
95 field:unsigned long __probe_ip; offset:8; size:8; signed:0;
96 field:u64 count; offset:16; size:8; signed:0;
97 field:u64 pos; offset:24; size:8; signed:0;
135 behavior. If these are used for BTF argument or field, it checks whether
198 parameters. This means you can access any field values in the task
[all …]
/openbmc/linux/drivers/phy/socionext/
H A Dphy-uniphier-usb3ss.c50 } field; member
82 u8 field_mask = GENMASK(p->field.msb, p->field.lsb); in uniphier_u3ssphy_set_param()
87 val |= FIELD_PREP(TESTI_ADR_MASK, p->field.reg_no); in uniphier_u3ssphy_set_param()
93 data = field_mask & (p->value << p->field.lsb); in uniphier_u3ssphy_set_param()
95 val |= FIELD_PREP(TESTI_ADR_MASK, p->field.reg_no); in uniphier_u3ssphy_set_param()
102 val |= FIELD_PREP(TESTI_ADR_MASK, p->field.reg_no); in uniphier_u3ssphy_set_param()
/openbmc/linux/drivers/staging/media/meson/vdec/
H A Dvdec_helpers.c275 u32 field, u64 timestamp, in dst_buf_done() argument
316 vbuf->field = field; in dst_buf_done()
324 struct vb2_v4l2_buffer *vbuf, u32 field) in amvdec_dst_buf_done() argument
352 dst_buf_done(sess, vbuf, field, timestamp, timecode, vbuf_flags); in amvdec_dst_buf_done()
359 u32 offset, u32 field, bool allow_drop) in amvdec_dst_buf_done_offset() argument
400 dst_buf_done(sess, vbuf, field, timestamp, timecode, vbuf_flags); in amvdec_dst_buf_done_offset()
407 u32 buf_idx, u32 offset, u32 field) in amvdec_dst_buf_done_idx() argument
423 amvdec_dst_buf_done_offset(sess, vbuf, offset, field, true); in amvdec_dst_buf_done_idx()
425 amvdec_dst_buf_done(sess, vbuf, field); in amvdec_dst_buf_done_idx()
H A Dvdec_helpers.h43 u32 offset, u32 field);
45 struct vb2_v4l2_buffer *vbuf, u32 field);
48 u32 offset, u32 field, bool allow_drop);
/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/
H A Dlibcr51sign_internal.h32 #define MEMBER_SIZE(type, field) sizeof(((type*)0)->field) argument
/openbmc/qemu/hw/net/
H A Dopencores_eth.c50 #define GET_FIELD(v, field) (((v) & (field)) >> (field ## _LBN)) argument
51 #define GET_REGBIT(s, reg, field) ((s)->regs[reg] & (reg ## _ ## field)) argument
52 #define GET_REGFIELD(s, reg, field) \ argument
53 GET_FIELD((s)->regs[reg], reg ## _ ## field)
55 #define SET_FIELD(v, field, data) \ argument
56 ((v) = (((v) & ~(field)) | (((data) << (field ## _LBN)) & (field))))
57 #define SET_REGFIELD(s, reg, field, data) \ argument
58 SET_FIELD((s)->regs[reg], reg ## _ ## field, data)
/openbmc/linux/drivers/media/radio/
H A Dradio-gemtek.c128 #define MKMASK(field) (((1UL<<BU2614_##field##_BITS) - 1) << \ argument
129 BU2614_##field##_SHIFT)
144 #define gemtek_bu2614_set(dev, field, data) ((dev)->bu2614data = \ argument
145 ((dev)->bu2614data & ~field##_MASK) | ((data) << field##_SHIFT))
/openbmc/qemu/include/hw/xen/interface/
H A Dmemory.h487 #define XENMEM_SHARING_OP_FIELD_MAKE_GREF(field, val) \ argument
488 (field) = (XENMEM_SHARING_OP_FIELD_IS_GREF_FLAG | val)
489 #define XENMEM_SHARING_OP_FIELD_IS_GREF(field) \ argument
490 ((field) & XENMEM_SHARING_OP_FIELD_IS_GREF_FLAG)
491 #define XENMEM_SHARING_OP_FIELD_GET_GREF(field) \ argument
492 ((field) & (~XENMEM_SHARING_OP_FIELD_IS_GREF_FLAG))
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys_python.py211 for field, values in info.items():
212 if field in self.excluded_fields:
215 if field not in self.bbvar_map:
223 bbvar = self.bbvar_map[field]
510 for field in msg.keys():
511 values = msg.get_all(field)
513 msginfo[field] = values[0]
515 msginfo[field] = values
860 if field == "license":
888 info[field] = value
[all …]
/openbmc/linux/drivers/hid/
H A Dhid-cypress.c84 struct hid_field *field, struct hid_usage *usage, in cp_input_mapped() argument
100 static int cp_event(struct hid_device *hdev, struct hid_field *field, in cp_event() argument
105 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in cp_event()
119 struct input_dev *input = field->hidinput->input; in cp_event()
/openbmc/linux/arch/arm/include/asm/
H A Dcputype.h332 int field) in cpuid_feature_extract_field() argument
334 int feature = (features >> field) & 15; in cpuid_feature_extract_field()
343 #define cpuid_feature_extract(reg, field) \ argument
344 cpuid_feature_extract_field(read_cpuid_ext(reg), field)
/openbmc/linux/arch/mips/sgi-ip22/
H A Dip22-berr.c91 const int field = 2 * sizeof(unsigned long); in ip22_be_interrupt() local
98 field, regs->cp0_epc, field, regs->regs[31]); in ip22_be_interrupt()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dnetcp_ethss.c780 #define GBE_STATSA_INFO(field) \ argument
787 #define GBE_STATSB_INFO(field) \ argument
794 #define GBE_STATSC_INFO(field) \ argument
964 #define GBENU_STATS_P1(field) \ argument
971 #define GBENU_STATS_P2(field) \ argument
978 #define GBENU_STATS_P3(field) \ argument
985 #define GBENU_STATS_P4(field) \ argument
992 #define GBENU_STATS_P5(field) \ argument
999 #define GBENU_STATS_P6(field) \ argument
1006 #define GBENU_STATS_P7(field) \ argument
[all …]
/openbmc/bmcweb/include/
H A Dwebassets.hpp72 asyncResp->res.addHeader(boost::beast::http::field::content_type, in handleStaticAsset()
78 asyncResp->res.addHeader(boost::beast::http::field::content_encoding, in handleStaticAsset()
84 asyncResp->res.addHeader(boost::beast::http::field::etag, file.etag); in handleStaticAsset()
91 asyncResp->res.addHeader(boost::beast::http::field::cache_control, in handleStaticAsset()
96 req.getHeaderValue(boost::beast::http::field::if_none_match); in handleStaticAsset()

1...<<11121314151617181920>>...97