/openbmc/linux/drivers/s390/cio/ |
H A D | chsc_sch.c | 431 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 D | prints.c | 205 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 D | pci_insn.h | 94 struct zpci_fib_fmt1 fmt1; member
|
H A D | pci.h | 78 struct zpci_fmb_fmt1 fmt1; member
|
/openbmc/linux/arch/s390/pci/ |
H A D | pci_debug.c | 112 &zdev->fmb->fmt1.rx_bytes); in pci_perf_show()
|
H A D | pci_irq.c | 76 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 D | ov2680.c | 375 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 D | css.c | 778 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 D | davinci_spi.c | 113 dv_reg fmt1; /* 0x54 */ member
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | iotests.py | 546 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 D | mxc-jpeg.c | 1315 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 D | qemu-img.c | 1360 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 D | 0001-ffmpeg-5.1.4-rpi_24.patch | 3609 - 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 …]
|