/openbmc/linux/drivers/s390/crypto/ |
H A D | zcrypt_msgtype6.c | 331 struct type86_fmt2_ext fmt2; member 556 struct type86_fmt2_ext fmt2; member 565 struct type86_fmt2_ext fmt2; member 631 if (xcrb->reply_control_blk_length < msg->fmt2.count1) { in convert_type86_xcrb() 634 msg->fmt2.count1); in convert_type86_xcrb() 638 data + msg->fmt2.offset1, msg->fmt2.count1)) in convert_type86_xcrb() 640 xcrb->reply_control_blk_length = msg->fmt2.count1; in convert_type86_xcrb() 643 if (msg->fmt2.count2) { in convert_type86_xcrb() 644 if (xcrb->reply_data_length < msg->fmt2.count2) { in convert_type86_xcrb() 647 msg->fmt2.count2); in convert_type86_xcrb() [all …]
|
H A D | zcrypt_error.h | 117 struct type86_fmt2_ext fmt2; in convert_error() member 119 unsigned int apfs = *((u32 *)head->fmt2.apfs); in convert_error()
|
/openbmc/linux/samples/bpf/ |
H A D | sock_flags.bpf.c | 10 char fmt2[] = "socket: uid %u gid %u\n"; in bpf_prog1() local 16 bpf_trace_printk(fmt2, sizeof(fmt2), uid, gid); in bpf_prog1()
|
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/ |
H A D | clang-warnings.patch | 28 fmt2 = xstrconcat2 (fmt, "\n"); 32 vfprintf (stderr, fmt2, args); 35 free (fmt2);
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 040 | 664 self.assertFalse(iotests.compare_images(mid_img, backing_img, fmt2='raw'), 675 self.assertTrue(iotests.compare_images(mid_img, backing_img, fmt2='raw'), 687 self.assertTrue(iotests.compare_images(mid_img, backing_img, fmt2='raw'), 698 self.assertFalse(iotests.compare_images(mid_img, backing_img, fmt2='raw'), 709 self.assertTrue(iotests.compare_images(mid_img, backing_img, fmt2='raw'), 721 self.assertTrue(iotests.compare_images(mid_img, backing_img, fmt2='raw'),
|
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/arch/m68k/include/asm/ |
H A D | traps.h | 211 } fmt2; member
|
/openbmc/linux/arch/s390/pci/ |
H A D | pci_debug.c | 116 &zdev->fmb->fmt2.consumed_work_units); in pci_perf_show()
|
/openbmc/linux/drivers/media/i2c/ |
H A D | ov2680.c | 375 u8 sensor_ctrl_0a, inc, fmt1, fmt2; in ov2680_set_mode() local 382 fmt2 = 0x01; in ov2680_set_mode() 387 fmt2 = 0x00; in ov2680_set_mode() 417 cci_write(sensor->regmap, OV2680_REG_FORMAT2, fmt2, &ret); in ov2680_set_mode()
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | traps.c | 864 pr_cont("instr addr=%08lx\n", fp->un.fmt2.iaddr); in show_registers() 865 addr += sizeof(fp->un.fmt2); in show_registers() 1110 addr = (void __user *) fp->un.fmt2.iaddr; in trap_c()
|
H A D | signal.c | 69 [2] = sizeof_field(struct frame, un.fmt2),
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | pci.h | 79 struct zpci_fmb_fmt2 fmt2; member
|
/openbmc/u-boot/drivers/spi/ |
H A D | davinci_spi.c | 114 dv_reg fmt2; /* 0x58 */ member
|
/openbmc/qemu/hw/s390x/ |
H A D | css.c | 869 union {uint64_t fmt2; uint32_t fmt1; } idaw; in ida_read_next_idaw() member 876 idaw_addr = cds->cda_orig + sizeof(idaw.fmt2) * cds->at_idaw; in ida_read_next_idaw() 881 MEMTXATTRS_UNSPECIFIED, &idaw.fmt2, in ida_read_next_idaw() 882 sizeof(idaw.fmt2)); in ida_read_next_idaw() 883 cds->cda = be64_to_cpu(idaw.fmt2); in ida_read_next_idaw()
|
/openbmc/linux/drivers/media/platform/nxp/imx-jpeg/ |
H A D | mxc-jpeg.c | 1316 const struct mxc_jpeg_fmt *fmt2) 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 1407 fmt2 = optarg; in img_compare() 1475 blk2 = img_open(image_opts, filename2, fmt2, flags, writethrough, quiet, in img_compare()
|
/openbmc/linux/sound/usb/ |
H A D | mixer_scarlett2.c | 3350 const char *fmt2 = "Line In %d-%d %s Capture %s"; in scarlett2_add_line_in_ctls() local 3396 scnprintf(s, sizeof(s), fmt2, from, to, in scarlett2_add_line_in_ctls()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 3600 -static inline unsigned int v4l2_resolution_changed(V4L2Context *ctx, struct v4l2_format *fmt2) 3607 +static int ctx_resolution_changed(const V4L2Context *ctx, const struct v4l2_format *fmt2) 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; 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 …]
|