Searched refs:get_format (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 161 def get_format(cls, attr_type, byte_order=None): 169 format_ = self.get_format(attr_type, byte_order) 176 format_ = self.get_format(real_type, byte_order) 186 format_ = self.get_format(c_type) 616 format_ = NlAttr.get_format(attr.sub_type) 626 format_ = NlAttr.get_format(attr_type, attr.byte_order) 926 format_ = NlAttr.get_format(m.type, m.byte_order) 949 format_ = NlAttr.get_format(m.type, m.byte_order) 980 format_ = NlAttr.get_format(m.type, m.byte_order) 138 def get_format(cls, attr_type, byte_order=None): global() member in NlAttr
|
| /linux/drivers/gpu/ipu-v3/ |
| H A D | ipu-image-convert.c | 325 static const struct ipu_image_pixfmt *get_format(u32 fourcc) in get_format() function 1917 ic_image->fmt = get_format(image->pix.pixelformat); in fill_image() 1957 infmt = get_format(in->pix.pixelformat); in ipu_image_convert_adjust() 1958 outfmt = get_format(out->pix.pixelformat); in ipu_image_convert_adjust() 1963 infmt = get_format(V4L2_PIX_FMT_RGB24); in ipu_image_convert_adjust() 1967 outfmt = get_format(V4L2_PIX_FMT_RGB24); in ipu_image_convert_adjust()
|
| /linux/drivers/media/platform/samsung/exynos-gsc/ |
| H A D | gsc-m2m.c | 632 ctx->s_frame.fmt = get_format(0); in gsc_m2m_open() 633 ctx->d_frame.fmt = get_format(0); in gsc_m2m_open()
|
| H A D | gsc-core.c | 200 const struct gsc_fmt *get_format(int index) in get_format() function 217 fmt = get_format(i); in find_fmt()
|
| /linux/tools/perf/ |
| H A D | builtin-kvm.c | 387 static struct kvm_fmt *get_format(const char *name) in get_format() function 420 struct kvm_fmt *kvm_fmt = get_format(name); in kvm_hists__init_output() 433 struct kvm_fmt *kvm_fmt = get_format(name); in kvm_hists__init_sort()
|
| H A D | builtin-c2c.c | 1975 static struct c2c_fmt *get_format(const char *name) in get_format() function 2010 struct c2c_fmt *c2c_fmt = get_format(name); in c2c_hists__init_output() 2024 struct c2c_fmt *c2c_fmt = get_format(name); in c2c_hists__init_sort()
|