Home
last modified time | relevance | path

Searched refs:pfmt (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/amphion/
H A Dvpu_helpers.c33 const struct vpu_format *pfmt; in vpu_helper_check_type() local
35 for (pfmt = inst->formats; pfmt->pixfmt; pfmt++) { in vpu_helper_check_type()
36 if (!vpu_iface_check_format(inst, pfmt->pixfmt)) in vpu_helper_check_type()
38 if (pfmt->type == type) in vpu_helper_check_type()
47 const struct vpu_format *pfmt; in vpu_helper_find_format() local
55 for (pfmt = inst->formats; pfmt->pixfmt; pfmt++) { in vpu_helper_find_format()
56 if (pfmt->pixfmt == pixelfmt && (!type || type == pfmt->type)) in vpu_helper_find_format()
57 return pfmt; in vpu_helper_find_format()
95 const struct vpu_format *pfmt; in vpu_helper_enum_format() local
101 for (pfmt = inst->formats; pfmt->pixfmt; pfmt++) { in vpu_helper_enum_format()
[all …]
/linux/arch/s390/include/asm/
H A Dqdio.h102 u32 pfmt : 8; member