Home
last modified time | relevance | path

Searched refs:field (Results 876 - 900 of 2304) sorted by relevance

1...<<31323334353637383940>>...93

/kernel/linux/linux-5.10/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c152 .field = V4L2_FIELD_INTERLACED,
160 .field = V4L2_FIELD_TOP,
168 .field = V4L2_FIELD_BOTTOM,
180 .field = V4L2_FIELD_INTERLACED,
188 .field = V4L2_FIELD_TOP,
196 .field = V4L2_FIELD_BOTTOM,
217 if (vip->format.field == V4L2_FIELD_INTERLACED) in start_dma()
574 * field type. width is fixed to 720, no scaling.
580 * -EINVAL, pixel or field format not supported
599 switch (f->fmt.pix.field) { in vidioc_try_fmt_vid_cap()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c153 .field = V4L2_FIELD_INTERLACED,
161 .field = V4L2_FIELD_TOP,
169 .field = V4L2_FIELD_BOTTOM,
181 .field = V4L2_FIELD_INTERLACED,
189 .field = V4L2_FIELD_TOP,
197 .field = V4L2_FIELD_BOTTOM,
218 if (vip->format.field == V4L2_FIELD_INTERLACED) in start_dma()
571 * field type. width is fixed to 720, no scaling.
577 * -EINVAL, pixel or field format not supported
596 switch (f->fmt.pix.field) { in vidioc_try_fmt_vid_cap()
[all...]
/test/xts/acts/distributeddatamgr/dataObjecttest/dataObjectjstest/hap/entry/src/ohosTest/js/test/
H A DObjectStoreJsunitV9.test.js862 field:"field1",
955 field:"field1",
1048 field:"field1",
1142 field:"field1",
1201 field: "field1",
1260 field:"field1",
1319 field:"field1",
1337 * @tc.desc: Test bindAssetStore with invalid args,field is null
1378 field:null,
1437 field
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Deeprom.h32 #define EEPROM_FIELD_SWAB16(field) \
33 (field = (__force __le16)swab16((__force u16)field))
34 #define EEPROM_FIELD_SWAB32(field) \
35 (field = (__force __le32)swab32((__force u32)field))
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-apple.c322 static int apple_event(struct hid_device *hdev, struct hid_field *field, in apple_event() argument
327 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in apple_event()
333 input_event(field->hidinput->input, usage->type, usage->code, in apple_event()
339 hidinput_apple_event(hdev, field->hidinput->input, in apple_event()
400 struct hid_field *field, struct hid_usage *usage, in apple_input_mapping()
421 struct hid_field *field, struct hid_usage *usage, in apple_input_mapped()
399 apple_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) apple_input_mapping() argument
420 apple_input_mapped(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) apple_input_mapped() argument
/kernel/linux/linux-6.6/include/net/sctp/
H A Dsctp.h207 #define SCTP_INC_STATS(net, field) SNMP_INC_STATS((net)->sctp.sctp_statistics, field)
208 #define __SCTP_INC_STATS(net, field) __SNMP_INC_STATS((net)->sctp.sctp_statistics, field)
209 #define SCTP_DEC_STATS(net, field) SNMP_DEC_STATS((net)->sctp.sctp_statistics, field)
/kernel/linux/linux-6.6/include/uapi/drm/
H A Damdgpu_drm.h402 #define AMDGPU_TILING_SET(field, value) \
403 (((__u64)(value) & AMDGPU_TILING_##field##_MASK) << AMDGPU_TILING_##field##_SHIFT)
404 #define AMDGPU_TILING_GET(value, field) \
405 (((__u64)(value) >> AMDGPU_TILING_##field##_SHIFT) & AMDGPU_TILING_##field##_MASK)
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Deeprom.h32 #define EEPROM_FIELD_SWAB16(field) \
33 (field = (__force __le16)swab16((__force u16)field))
34 #define EEPROM_FIELD_SWAB32(field) \
35 (field = (__force __le32)swab32((__force u32)field))
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H A Dsvm.h701 #define DEFINE_KVM_GHCB_ACCESSORS(field) \
702 static __always_inline bool kvm_ghcb_##field##_is_valid(const struct vcpu_svm *svm) \
704 return test_bit(GHCB_BITMAP_IDX(field), \
708 static __always_inline u64 kvm_ghcb_get_##field##_if_valid(struct vcpu_svm *svm, struct ghcb *ghcb) \
710 return kvm_ghcb_##field##_is_valid(svm) ? ghcb->save.field : 0; \
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dhycon-hy46xx.c183 u8 *field = (u8 *)tsdata + attr->field_offset; in hycon_hy46xx_setting_show() local
198 if (val != *field) { in hycon_hy46xx_setting_show()
201 dattr->attr.name, val, *field); in hycon_hy46xx_setting_show()
202 *field = val; in hycon_hy46xx_setting_show()
220 u8 *field = (u8 *)tsdata + attr->field_offset; in hycon_hy46xx_setting_store() local
242 *field = val; in hycon_hy46xx_setting_store()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c19 * type, context field offset, and disassembly patterns that correspond
21 * verifier.c:convert_ctx_access() for accessing that field.
24 * - One that uses BPF_LDX_MEM to read the context field.
25 * - One that uses BPF_STX_MEM to write to the context field.
26 * - One that uses BPF_ST_MEM to write to the context field.
38 * this field allows to specify custom value.
60 #define N(_prog_type, type, field, name_extra...) \
61 .name = #_prog_type "." #field name_extra, \
63 .field_offset = offsetof(type, field), \
64 .field_sz = sizeof(typeof(((type *)NULL)->field))
293 char *field = pattern + matches[2].rm_so; find_field_offset() local
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/tm6000/
H A Dtm6000-usb-isoc.h29 /* Last field: ODD or EVEN? */
30 int vfield, field; member
/kernel/linux/linux-5.10/drivers/media/platform/am437x/
H A Dam437x-vpfe.c881 f->fmt.pix.field = V4L2_FIELD_NONE; in vpfe_get_ccdc_image_format()
884 f->fmt.pix.field = V4L2_FIELD_INTERLACED; in vpfe_get_ccdc_image_format()
886 f->fmt.pix.field = V4L2_FIELD_SEQ_TB; in vpfe_get_ccdc_image_format()
917 switch (vpfe->fmt.fmt.pix.field) { in vpfe_config_ccdc_image_format()
1149 vpfe->cur_frm->vb.field = vpfe->fmt.fmt.pix.field; in vpfe_process_buffer_complete()
1156 enum v4l2_field field) in vpfe_handle_interlaced_irq()
1160 /* interlaced or TB capture check which field in vpfe_handle_interlaced_irq()
1165 /* switch the software maintained field id */ in vpfe_handle_interlaced_irq()
1166 vpfe->field in vpfe_handle_interlaced_irq()
1155 vpfe_handle_interlaced_irq(struct vpfe_device *vpfe, enum v4l2_field field) vpfe_handle_interlaced_irq() argument
1218 enum v4l2_field field = vpfe->fmt.fmt.pix.field; vpfe_isr() local
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/ti/am437x/
H A Dam437x-vpfe.c881 f->fmt.pix.field = V4L2_FIELD_NONE; in vpfe_get_ccdc_image_format()
884 f->fmt.pix.field = V4L2_FIELD_INTERLACED; in vpfe_get_ccdc_image_format()
886 f->fmt.pix.field = V4L2_FIELD_SEQ_TB; in vpfe_get_ccdc_image_format()
917 switch (vpfe->fmt.fmt.pix.field) { in vpfe_config_ccdc_image_format()
1149 vpfe->cur_frm->vb.field = vpfe->fmt.fmt.pix.field; in vpfe_process_buffer_complete()
1156 enum v4l2_field field) in vpfe_handle_interlaced_irq()
1160 /* interlaced or TB capture check which field in vpfe_handle_interlaced_irq()
1165 /* switch the software maintained field id */ in vpfe_handle_interlaced_irq()
1166 vpfe->field in vpfe_handle_interlaced_irq()
1155 vpfe_handle_interlaced_irq(struct vpfe_device *vpfe, enum v4l2_field field) vpfe_handle_interlaced_irq() argument
1218 enum v4l2_field field = vpfe->fmt.fmt.pix.field; vpfe_isr() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c371 struct nix_lso_format *field; in otx2_setup_udp_segmentation() local
373 field = (struct nix_lso_format *)&lso->fields[0]; in otx2_setup_udp_segmentation()
376 /* IP's Length field */ in otx2_setup_udp_segmentation()
377 field->layer = NIX_TXLAYER_OL3; in otx2_setup_udp_segmentation()
378 /* In ipv4, length field is at offset 2 bytes, for ipv6 it's 4 */ in otx2_setup_udp_segmentation()
379 field->offset = v4 ? 2 : 4; in otx2_setup_udp_segmentation()
380 field->sizem1 = 1; /* i.e 2 bytes */ in otx2_setup_udp_segmentation()
381 field->alg = NIX_LSOALG_ADD_PAYLEN; in otx2_setup_udp_segmentation()
382 field++; in otx2_setup_udp_segmentation()
384 /* No ID field i in otx2_setup_udp_segmentation()
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H A Dcxusb-analog.c197 "field %c after line %u field change\n", in cxusb_medion_cf_refc_fld_chg()
205 "field %c line %u %u samples still remaining (of %u)\n", in cxusb_medion_cf_refc_fld_chg()
220 "field %c %u lines still remaining (of %u)\n", in cxusb_medion_cf_refc_fld_chg()
278 "field %c line %u %u samples still remaining (of %u)\n", in cxusb_medion_cf_refc_line_smpl()
408 * is this a field change? in cxusb_medion_copy_field()
409 * if so, terminate copying the current field in cxusb_medion_copy_field()
468 cxusb_vprintk(dvbdev, URB, "will copy field 1\n"); in cxusb_medion_v_process_auxbuf()
492 cxusb_vprintk(dvbdev, URB, "will copy field 2\n"); in cxusb_medion_v_process_auxbuf()
512 cxdev->vbuf->vb2.field in cxusb_medion_v_process_auxbuf()
744 u32 field; cxusb_medion_field_order() local
1018 u32 field; cxusb_medion_try_s_fmt_vid_cap() local
[all...]
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c53 * comes from a pointer struct field that will be retrieved from userspace
145 __u32 field; /* enum v4l2_field */ member
164 assign_in_user(&p64->field, &p32->field) || in get_v4l2_window32()
204 assign_in_user(&p32->field, &p64->field) || in put_v4l2_window32()
480 __u32 field; /* enum v4l2_field */ member
506 __u32 field; /* enum v4l2_field */ member
667 assign_in_user(&p64->field, &p32->field) || in get_v4l2_buffer32()
1007 __u32 field; global() member
[all...]
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c93 * You cannot use read() with FIELD_ALTERNATE since the field in vid_cap_queue_setup()
470 /* Map the field to something that is valid for the current input */
471 static enum v4l2_field vivid_field_cap(struct vivid_dev *dev, enum v4l2_field field) in vivid_field_cap() argument
474 switch (field) { in vivid_field_cap()
482 return field; in vivid_field_cap()
538 mp->field = dev->field_cap; in vivid_g_fmt_vid_cap()
579 mp->field = vivid_field_cap(dev, mp->field); in vivid_try_fmt_vid_cap()
595 if (V4L2_FIELD_HAS_T_OR_B(mp->field)) in vivid_try_fmt_vid_cap()
698 if (V4L2_FIELD_HAS_T_OR_B(mp->field)) in vivid_s_fmt_vid_cap()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H A Dcxusb-analog.c197 "field %c after line %u field change\n", in cxusb_medion_cf_refc_fld_chg()
205 "field %c line %u %u samples still remaining (of %u)\n", in cxusb_medion_cf_refc_fld_chg()
220 "field %c %u lines still remaining (of %u)\n", in cxusb_medion_cf_refc_fld_chg()
278 "field %c line %u %u samples still remaining (of %u)\n", in cxusb_medion_cf_refc_line_smpl()
408 * is this a field change? in cxusb_medion_copy_field()
409 * if so, terminate copying the current field in cxusb_medion_copy_field()
468 cxusb_vprintk(dvbdev, URB, "will copy field 1\n"); in cxusb_medion_v_process_auxbuf()
492 cxusb_vprintk(dvbdev, URB, "will copy field 2\n"); in cxusb_medion_v_process_auxbuf()
512 cxdev->vbuf->vb2.field in cxusb_medion_v_process_auxbuf()
744 u32 field; cxusb_medion_field_order() local
1021 u32 field; cxusb_medion_try_s_fmt_vid_cap() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c209 /* update dmac field in vlan offload rule */ in otx2_set_mac_address()
423 struct nix_lso_format *field; in otx2_setup_udp_segmentation() local
425 field = (struct nix_lso_format *)&lso->fields[0]; in otx2_setup_udp_segmentation()
428 /* IP's Length field */ in otx2_setup_udp_segmentation()
429 field->layer = NIX_TXLAYER_OL3; in otx2_setup_udp_segmentation()
430 /* In ipv4, length field is at offset 2 bytes, for ipv6 it's 4 */ in otx2_setup_udp_segmentation()
431 field->offset = v4 ? 2 : 4; in otx2_setup_udp_segmentation()
432 field->sizem1 = 1; /* i.e 2 bytes */ in otx2_setup_udp_segmentation()
433 field->alg = NIX_LSOALG_ADD_PAYLEN; in otx2_setup_udp_segmentation()
434 field in otx2_setup_udp_segmentation()
[all...]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dsmovecr.S5 | offset given in the instruction field.
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dsmovecr.S5 | offset given in the instruction field.
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H A Divtv-vbi.h17 int ivtv_used_line(struct ivtv *itv, int line, int field);
/kernel/linux/linux-5.10/include/media/
H A Dvideobuf-vmalloc.h34 enum v4l2_field field,
H A Dvideobuf-dma-contig.h21 enum v4l2_field field,

Completed in 32 milliseconds

1...<<31323334353637383940>>...93