Home
last modified time | relevance | path

Searched refs:fmt1 (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/s390/cio/
H A Dchsc_sch.c431 u32 fmt1 : 4; in chsc_ioctl_info_channel_path() member
457 scpcd_area->fmt1 = cd->fmt; in chsc_ioctl_info_channel_path()
493 u32 fmt1 : 4; in chsc_ioctl_info_cu() member
519 scucd_area->fmt1 = cd->fmt; in chsc_ioctl_info_cu()
555 u32 fmt1 : 4; in chsc_ioctl_info_sch_cu() member
582 sscud_area->fmt1 = cud->fmt; in chsc_ioctl_info_sch_cu()
619 u32 fmt1 : 4; in chsc_ioctl_conf_info() member
644 sci_area->fmt1 = ci->fmt; in chsc_ioctl_conf_info()
/openbmc/linux/fs/reiserfs/
H A Dprints.c205 char *fmt1 = fmt_buf; in prepare_error_buf() local
218 while ((k = is_there_reiserfs_struct(fmt1, &what)) != NULL) { in prepare_error_buf()
221 p += vscnprintf(p, end - p, fmt1, args); in prepare_error_buf()
258 fmt1 = k + 2; in prepare_error_buf()
260 p += vscnprintf(p, end - p, fmt1, args); in prepare_error_buf()
/openbmc/linux/arch/s390/include/asm/
H A Dpci_insn.h94 struct zpci_fib_fmt1 fmt1; member
H A Dpci.h78 struct zpci_fmb_fmt1 fmt1; member
/openbmc/linux/arch/s390/pci/
H A Dpci_debug.c112 &zdev->fmb->fmt1.rx_bytes); in pci_perf_show()
H A Dpci_irq.c76 fib.fmt1.noi = zdev->msi_nr_irqs; in zpci_set_directed_irq()
77 fib.fmt1.dibvo = zdev->msi_first_bit; in zpci_set_directed_irq()
/openbmc/linux/drivers/media/i2c/
H A Dov2680.c375 u8 sensor_ctrl_0a, inc, fmt1, fmt2; in ov2680_set_mode() local
381 fmt1 = 0xc2; in ov2680_set_mode()
386 fmt1 = 0xc0; in ov2680_set_mode()
416 cci_write(sensor->regmap, OV2680_REG_FORMAT1, fmt1, &ret); in ov2680_set_mode()
/openbmc/qemu/hw/s390x/
H A Dcss.c778 static CCW1 copy_ccw_from_guest(hwaddr addr, bool fmt1) in copy_ccw_from_guest() argument
784 if (fmt1) { in copy_ccw_from_guest()
869 union {uint64_t fmt2; uint32_t fmt1; } idaw; in ida_read_next_idaw() member
885 idaw_addr = cds->cda_orig + sizeof(idaw.fmt1) * cds->at_idaw; in ida_read_next_idaw()
890 MEMTXATTRS_UNSPECIFIED, &idaw.fmt1, in ida_read_next_idaw()
891 sizeof(idaw.fmt1)); in ida_read_next_idaw()
892 cds->cda = be64_to_cpu(idaw.fmt1); in ida_read_next_idaw()
/openbmc/u-boot/drivers/spi/
H A Ddavinci_spi.c113 dv_reg fmt1; /* 0x54 */ member
/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py546 fmt1: str = imgfmt, fmt2: str = imgfmt) -> bool:
555 qemu_img('compare', '-f', fmt1, '-F', fmt2, img1, img2)
/openbmc/linux/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c1315 static bool mxc_jpeg_compare_format(const struct mxc_jpeg_fmt *fmt1, in mxc_jpeg_compare_format() argument
1318 if (fmt1 == fmt2) in mxc_jpeg_compare_format()
1320 if (mxc_jpeg_get_sibling_format(fmt1) == fmt2) in mxc_jpeg_compare_format()
/openbmc/qemu/
H A Dqemu-img.c1360 const char *fmt1 = NULL, *fmt2 = NULL, *cache, *filename1, *filename2; in img_compare() local
1404 fmt1 = optarg; in img_compare()
1468 blk1 = img_open(image_opts, filename1, fmt1, flags, writethrough, quiet, in img_compare()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch3609 - struct v4l2_format *fmt1 = &ctx->format;
3611 - fmt1->fmt.pix_mp.width != fmt2->fmt.pix_mp.width ||
3612 - fmt1->fmt.pix_mp.height != fmt2->fmt.pix_mp.height
3614 - fmt1->fmt.pix.width != fmt2->fmt.pix.width ||
3615 - fmt1->fmt.pix.height != fmt2->fmt.pix.height;
3616 + const struct v4l2_format *fmt1 = &ctx->format;
3619 + fmt1->fmt.pix_mp.width != fmt2->fmt.pix_mp.width ||
3620 + fmt1->fmt.pix_mp.height != fmt2->fmt.pix_mp.height
3622 + fmt1->fmt.pix.width != fmt2->fmt.pix.width ||
3623 + fmt1->fmt.pix.height != fmt2->fmt.pix.height);
[all …]