Home
last modified time | relevance | path

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

/linux/drivers/s390/cio/
H A Dchsc_sch.c430 u32 fmt1 : 4; in chsc_ioctl_info_channel_path() member
456 scpcd_area->fmt1 = cd->fmt; in chsc_ioctl_info_channel_path()
492 u32 fmt1 : 4; in chsc_ioctl_info_cu() member
518 scucd_area->fmt1 = cd->fmt; in chsc_ioctl_info_cu()
554 u32 fmt1 : 4; in chsc_ioctl_info_sch_cu() member
581 sscud_area->fmt1 = cud->fmt; in chsc_ioctl_info_sch_cu()
618 u32 fmt1 : 4; in chsc_ioctl_conf_info() member
643 sci_area->fmt1 = ci->fmt; in chsc_ioctl_conf_info()
/linux/drivers/md/dm-vdo/
H A Dlogger.c162 const char *fmt1, va_list args1, const char *fmt2, ...) in vdo_log_embedded_message() argument
182 vaf1.fmt = fmt1; in vdo_log_embedded_message()
H A Dlogger.h49 const char *fmt1, va_list args1, const char *fmt2, ...)
/linux/arch/s390/include/asm/
H A Dpci_insn.h94 struct zpci_fib_fmt1 fmt1; member
H A Dpci.h82 struct zpci_fmb_fmt1 fmt1; member
/linux/drivers/media/i2c/
H A Dov2680.c370 u8 sensor_ctrl_0a, inc, fmt1, fmt2; in ov2680_set_mode() local
376 fmt1 = 0xc2; in ov2680_set_mode()
381 fmt1 = 0xc0; in ov2680_set_mode()
410 cci_write(sensor->regmap, OV2680_REG_FORMAT1, fmt1, &ret); in ov2680_set_mode()
/linux/arch/s390/pci/
H A Dpci_debug.c123 &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()
/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec.c37 static bool rkvdec_image_fmt_match(enum rkvdec_image_fmt fmt1, in rkvdec_image_fmt_match() argument
40 return fmt1 == fmt2 || fmt2 == RKVDEC_IMG_FMT_ANY || in rkvdec_image_fmt_match()
41 fmt1 == RKVDEC_IMG_FMT_ANY; in rkvdec_image_fmt_match()
/linux/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c1407 static bool mxc_jpeg_compare_format(const struct mxc_jpeg_fmt *fmt1, in mxc_jpeg_compare_format() argument
1410 if (fmt1 == fmt2) in mxc_jpeg_compare_format()
1412 if (mxc_jpeg_get_sibling_format(fmt1) == fmt2) in mxc_jpeg_compare_format()