Home
last modified time | relevance | path

Searched refs:yf (Results 1 – 3 of 3) sorted by relevance

/linux/tools/net/ynl/lib/
H A Dynl.c736 ynl_sock_create(const struct ynl_family *yf, struct ynl_error *yse) in ynl_sock_create() argument
749 ys->family = yf; in ynl_sock_create()
754 sock_type = yf->is_classic ? yf->classic_id : NETLINK_GENERIC; in ynl_sock_create()
789 if (yf->is_classic) { in ynl_sock_create()
790 ys->family_id = yf->classic_id; in ynl_sock_create()
791 } else if (ynl_sock_read_family(ys, yf->name)) { in ynl_sock_create()
H A Dynl.h104 ynl_sock_create(const struct ynl_family *yf, struct ynl_error *e);
/linux/drivers/media/platform/renesas/
H A Dsh_vou.c144 unsigned char yf; member
154 .yf = 0,
161 .yf = 1,
489 fmt->pkf | (fmt->yf << 8) | (fmt->rgb << 16)); in sh_vou_configure_geometry()