Home
last modified time | relevance | path

Searched refs:field (Results 251 – 275 of 2440) sorted by relevance

1...<<11121314151617181920>>...98

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c648 *(u64 *)&field); in nix_setup_lso_tso_l3()
656 field.offset = 4; in nix_setup_lso_tso_l3()
661 *(u64 *)&field); in nix_setup_lso_tso_l3()
671 field.offset = 4; in nix_setup_lso_tso_l4()
676 *(u64 *)&field); in nix_setup_lso_tso_l4()
680 field.offset = 12; in nix_setup_lso_tso_l4()
685 *(u64 *)&field); in nix_setup_lso_tso_l4()
3703 field->ltype_mask = ~field->ltype_match; in set_flowkey_fields()
3752 field->ltype_mask = ~field->ltype_match; in set_flowkey_fields()
3809 field->ena = 1; in set_flowkey_fields()
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-s-hw-freq-seek.rst43 :c:type:`v4l2_tuner` ``capability`` field has the
73 :c:type:`v4l2_input` ``tuner`` field and the struct
74 :c:type:`v4l2_tuner` ``index`` field.
78 :c:type:`v4l2_tuner` ``type`` field. See
88 ``capability`` field will tell you what the hardware supports.
98 :c:type:`v4l2_tuner` ``capability`` field has the
100 struct :c:type:`v4l2_tuner` ``capability`` field has
107 :c:type:`v4l2_tuner` ``capability`` field has the
109 struct :c:type:`v4l2_tuner` ``capability`` field has
H A Dvidioc-g-fbuf.rst61 initialize the ``flags`` field of a struct
70 applications must initialize the ``flags`` field, the ``fmt``
129 ``chromakey`` field.
147 - ``field``
149 the field order is selected with the
150 :ref:`VIDIOC_S_FMT <VIDIOC_G_FMT>` ioctl, using the ``field``
151 field of struct :c:type:`v4l2_window`.
280 ``chromakey`` field of struct :c:type:`v4l2_window`
298 determined by the ``global_alpha`` field of struct
312 determined by the ``chromakey`` field of struct
[all …]
H A Ddev-sliced-vbi.rst68 ``type`` field of struct :c:type:`v4l2_format` to
247 - NTSC line 21, 284 (second field 21)
327 - ``field``
330 field.
554 linemask[0] b0: line 6 first field
555 linemask[0] b17: line 23 first field
556 linemask[0] b18: line 6 second field
557 linemask[0] b31: line 19 second field
558 linemask[1] b0: line 20 second field
598 lines 6 through 23 of the second field.
[all …]
/openbmc/linux/tools/perf/Documentation/
H A Dperf-script-perl.txt28 field for each event in the trace file.
45 Most of the event's field values are passed as arguments to the
62 field:unsigned short common_type;
63 field:unsigned char common_flags;
64 field:unsigned char common_preempt_count;
65 field:int common_pid;
67 field:char comm[TASK_COMM_LEN];
68 field:pid_t pid;
69 field:int prio;
70 field:int success;
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/
H A DFieldMode.interface.yaml2 An interface to enable field mode, which, when enabled, indicates that the
9 Keeps track of whether the BMC is in field mode. Enabling field mode
/openbmc/linux/kernel/trace/
H A Dtrace_probe.c495 char *field; in split_next_field() local
499 if (field) { in split_next_field()
500 if (field[0] == '-' && field[1] == '>') { in split_next_field()
501 field[0] = '\0'; in split_next_field()
502 field += 2; in split_next_field()
505 field[0] = '\0'; in split_next_field()
506 field += 1; in split_next_field()
560 if (!field) { in parse_btf_field()
608 char *field = NULL; in parse_btf_arg() local
640 if (field) { in parse_btf_arg()
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dautofs-mount-control.rst212 The path field is used to pass a path where it is needed and the size field
261 with the ioctlfd field set to a valid autofs mount point descriptor
272 the path field set and the size field adjusted appropriately as well
288 with the ioctlfd field set to the descriptor obtained from the open
306 ioctlfd field set to the descriptor obtained from the open call and
321 ioctlfd field set to the descriptor obtained from the open call.
330 ioctlfd field set to the descriptor obtained from the open call.
340 field set to the mount point in question and the size field adjusted
342 the uid and gid field the gid.
361 can be requested by setting the how field of struct args_expire to
[all …]
/openbmc/openbmc/poky/meta/classes/
H A Duseradd-staticids.bbclass93 # field is required.
109 field = users[uaargs.LOGIN]
111 if uaargs.uid and field[2] and (uaargs.uid != field[2]):
113 uaargs.uid = field[2] or uaargs.uid
128 uaargs.groupid = field[3] or uaargs.groupname
157 uaargs.comment = "'%s'" % field[4] if field[4] else uaargs.comment
159 uaargs.shell = field[6] or uaargs.shell
211 # If a field is left blank, the original value will be used. The 'groupname' field
226 field = groups[gaargs.GROUP]
228 if field[2]:
[all …]
/openbmc/u-boot/drivers/gpio/
H A Dsh_pfc.c130 unsigned long field) in read_config_reg() argument
136 config_reg_helper(gpioc, crp, field, &mapped_reg, &mask, &pos); in read_config_reg()
140 crp->reg, field, crp->reg_width, crp->field_width); in read_config_reg()
147 unsigned long field, unsigned long value) in write_config_reg() argument
152 config_reg_helper(gpioc, crp, field, &mapped_reg, &mask, &pos); in write_config_reg()
156 crp->reg, value, field, crp->reg_width, crp->field_width); in write_config_reg()
328 int in_range, pos, field, value; in pinmux_config_gpio() local
359 field = 0; in pinmux_config_gpio()
408 &field, &value, &cntp) != 0) in pinmux_config_gpio()
414 (read_config_reg(gpioc, cr, field) != value)) in pinmux_config_gpio()
[all …]
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni-cmd.h106 #define DPNI_MASK(field) \ argument
107 GENMASK(DPNI_##field##_SHIFT + DPNI_##field##_SIZE - 1, \
108 DPNI_##field##_SHIFT)
110 #define dpni_set_field(var, field, val) \ argument
111 ((var) |= (((val) << DPNI_##field##_SHIFT) & DPNI_MASK(field)))
112 #define dpni_get_field(var, field) \ argument
113 (((var) & DPNI_MASK(field)) >> DPNI_##field##_SHIFT)
433 __le32 field; member
/openbmc/linux/drivers/hid/
H A Dhid-google-hammer.c372 struct hid_field *field, in hammer_input_mapping() argument
411 static int hammer_event(struct hid_device *hid, struct hid_field *field, in hammer_event() argument
434 struct hid_field *field = report->field[i]; in hammer_has_usage() local
436 for (j = 0; j < field->maxusage; j++) in hammer_has_usage()
437 if (field->usage[j].hid == usage) in hammer_has_usage()
483 struct hid_field *field = report->field[a]; in hammer_get_folded_state() local
485 if (field->usage->hid == HID_USAGE_KBD_FOLDED) { in hammer_get_folded_state()
487 field->report_offset, field->report_size); in hammer_get_folded_state()
H A Dhid-ite.c42 struct hid_input *hi, struct hid_field *field, in ite_input_mapping() argument
67 static int ite_event(struct hid_device *hdev, struct hid_field *field, in ite_event() argument
72 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput) in ite_event()
75 input = field->hidinput->input; in ite_event()
H A Dhid-picolcd_backlight.c29 if (!report || report->maxfield != 1 || report->field[0]->report_count != 1) in picolcd_set_brightness()
35 hid_set_field(report->field[0], 0, data->lcd_power == FB_BLANK_UNBLANK ? data->lcd_brightness : 0); in picolcd_set_brightness()
60 if (report->maxfield != 1 || report->field[0]->report_count != 1 || in picolcd_init_backlight()
61 report->field[0]->report_size != 8) { in picolcd_init_backlight()
/openbmc/qemu/hw/acpi/
H A Dnvdimm.c974 aml_append(field, aml_named_field(NVDIMM_DSM_NOTIFY, in nvdimm_build_common_dsm()
976 aml_append(method, field); in nvdimm_build_common_dsm()
998 aml_append(field, aml_named_field(NVDIMM_DSM_ARG3, in nvdimm_build_common_dsm()
1000 aml_append(method, field); in nvdimm_build_common_dsm()
1017 aml_append(method, field); in nvdimm_build_common_dsm()
1251 Aml *method, *pkg, *field, *com_call; in nvdimm_build_nvdimm_devices() local
1317 aml_append(method, field); in nvdimm_build_nvdimm_devices()
1321 aml_append(method, field); in nvdimm_build_nvdimm_devices()
1340 aml_append(method, field); in nvdimm_build_nvdimm_devices()
1343 aml_append(method, field); in nvdimm_build_nvdimm_devices()
[all …]
H A Dcpu.c347 Aml *field; in build_cpus_aml() local
378 field = aml_field("PRST", AML_BYTE_ACC, AML_NOLOCK, in build_cpus_aml()
382 aml_append(field, aml_named_field(CPU_ENABLED, 1)); in build_cpus_aml()
388 aml_append(field, aml_named_field(CPU_EJECT_EVENT, 1)); in build_cpus_aml()
391 aml_append(field, aml_reserved_field(3)); in build_cpus_aml()
392 aml_append(field, aml_named_field(CPU_COMMAND, 8)); in build_cpus_aml()
393 aml_append(cpu_ctrl_dev, field); in build_cpus_aml()
397 aml_append(field, aml_named_field(CPU_SELECTOR, 32)); in build_cpus_aml()
399 aml_append(field, aml_reserved_field(4 * 8)); in build_cpus_aml()
400 aml_append(field, aml_named_field(CPU_DATA, 32)); in build_cpus_aml()
[all …]
/openbmc/qemu/target/avr/
H A Dmachine.c26 const VMStateField *field) in get_sreg() argument
37 const VMStateField *field, JSONWriter *vmdesc) in put_sreg() argument
53 const VMStateField *field) in get_segment() argument
64 const VMStateField *field, JSONWriter *vmdesc) in put_segment() argument
/openbmc/linux/arch/arm/boot/dts/xen/
H A Dxenvm-4.2.dts20 /* this field is going to be adjusted by the hypervisor */
50 /* this field is going to be adjusted by the hypervisor */
73 /* this field is going to be adjusted by the hypervisor */
75 /* this field is going to be adjusted by the hypervisor */
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dcnic.h385 #define BNX2X_SHMEM_ADDR(base, field) (base + \ argument
386 offsetof(struct shmem_region, field))
388 #define BNX2X_SHMEM2_ADDR(base, field) (base + \ argument
389 offsetof(struct shmem2_region, field))
391 #define BNX2X_SHMEM2_HAS(base, field) \ argument
394 offsetof(struct shmem2_region, field)))
396 #define BNX2X_MF_CFG_ADDR(base, field) \ argument
397 ((base) + offsetof(struct mf_cfg, field))
/openbmc/linux/Documentation/arch/x86/
H A Dboot.rst311 This field is obsolete.
470 This field is a bitmask.
536 This field can be modified for two purposes:
542 this field to point to the load address.
571 This field is obsolete.
663 min_alignment and pref_address field below.
702 This field is a bitmask.
821 field; the data holds the real payload.
946 2-byte jump field, which doubles as a length field for the structure, combined
1038 syssize field of the header is always 0.
[all …]
/openbmc/linux/drivers/media/platform/renesas/
H A Drcar_fdp1.c525 enum v4l2_field field; member
1475 if (pix->field != V4L2_FIELD_NONE && in fdp1_try_fmt_output()
1552 pix->field = V4L2_FIELD_NONE; in fdp1_try_fmt_capture()
1618 if (pix->field != V4L2_FIELD_NONE) in fdp1_set_format()
1802 switch (vbuf->field) { in fdp1_buf_prepare_field()
1821 fbuf->field = vbuf->field; in fdp1_buf_prepare_field()
1830 switch (vbuf->field) { in fdp1_buf_prepare_field()
1859 switch (q_data->format.field) { in fdp1_buf_prepare()
1876 if (vbuf->field != q_data->format.field) in fdp1_buf_prepare()
1884 vbuf->field, q_data->format.field); in fdp1_buf_prepare()
[all …]
/openbmc/linux/tools/perf/
H A Dbuiltin-trace.c241 field->offset = offset; in __tp_field__init_uint()
275 field->offset = offset; in __tp_field__init_ptr()
1737 for (; field; field = field->next, ++arg) { in syscall_arg_fmt__init_array()
1738 last_field = field; in syscall_arg_fmt__init_array()
2065 for (field = sc->args; field; in syscall__scnprintf_args()
2066 field = field->next, ++arg.idx, bit <<= 1) { in syscall__scnprintf_args()
2759 for (; field && arg; field = field->next, ++syscall_arg.idx, bit <<= 1, ++arg) {
2773 offset += field->offset + field->size;
3363 for (field = sc->args; field; field = field->next) {
3381 field && candidate_field; field = field->next, candidate_field = candidate_field->next) {
[all …]
/openbmc/qemu/
H A Devent-loop-base.c47 int64_t *field = (void *)event_loop_base + info->offset; in event_loop_base_get_param() local
49 visit_type_int64(v, name, field, errp); in event_loop_base_get_param()
58 int64_t *field = (void *)base + info->offset; in event_loop_base_set_param() local
71 *field = value; in event_loop_base_set_param()
/openbmc/linux/drivers/net/mdio/
H A Dmdio-cavium.h19 #define OCT_MDIO_BITFIELD_FIELD(field, more) \ argument
20 field; \
24 #define OCT_MDIO_BITFIELD_FIELD(field, more) \ argument
26 field;
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/
H A D0001_initial.py91 field=models.ForeignKey(to='bldcontrol.BuildRequest', on_delete=models.CASCADE),
96 field=models.ForeignKey(to='bldcontrol.BuildRequest', on_delete=models.CASCADE),
101 field=models.ForeignKey(to='bldcontrol.BuildRequest', on_delete=models.CASCADE),
106 field=models.ForeignKey(to='bldcontrol.BuildRequest', on_delete=models.CASCADE),
111 field=models.OneToOneField(to='bldcontrol.BuildRequest', on_delete=models.CASCADE),

1...<<11121314151617181920>>...98