Searched refs:proto_out (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_kern.c22 ASSERT_TRUE(skel->bss->proto_out[0], "bpf_core_type_exists");
23 ASSERT_FALSE(skel->bss->proto_out[1], "!bpf_core_type_exists");
24 ASSERT_TRUE(skel->bss->proto_out[2], "bpf_core_type_exists. nested");
/linux-master/tools/testing/selftests/bpf/progs/
H A Dcore_kern_overflow.c12 int proto_out; variable
17 proto_out = bpf_core_type_exists(func_proto_typedef_nested2);
H A Dcore_kern.c108 int proto_out[3]; variable
113 proto_out[0] = bpf_core_type_exists(func_proto_typedef___match);
114 proto_out[1] = bpf_core_type_exists(func_proto_typedef___doesnt_match);
115 proto_out[2] = bpf_core_type_exists(func_proto_typedef_nested1);
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Doutp.h74 int nvif_outp_inherit_rgb_crt(struct nvif_outp *outp, u8 *proto_out);
75 int nvif_outp_inherit_lvds(struct nvif_outp *outp, u8 *proto_out);
76 int nvif_outp_inherit_tmds(struct nvif_outp *outp, u8 *proto_out);
77 int nvif_outp_inherit_dp(struct nvif_outp *outp, u8 *proto_out);
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Doutp.c360 u8 *proto_out)
373 *proto_out = args->proto;
378 nvif_outp_inherit_lvds(struct nvif_outp *outp, u8 *proto_out) argument
383 ret = nvif_outp_inherit(outp, NVIF_OUTP_INHERIT_V0_LVDS, &args, proto_out);
389 nvif_outp_inherit_tmds(struct nvif_outp *outp, u8 *proto_out) argument
394 ret = nvif_outp_inherit(outp, NVIF_OUTP_INHERIT_V0_TMDS, &args, proto_out);
400 nvif_outp_inherit_dp(struct nvif_outp *outp, u8 *proto_out) argument
405 ret = nvif_outp_inherit(outp, NVIF_OUTP_INHERIT_V0_DP, &args, proto_out);
414 nvif_outp_inherit_rgb_crt(struct nvif_outp *outp, u8 *proto_out) argument
419 ret = nvif_outp_inherit(outp, NVIF_OUTP_INHERIT_V0_RGB_CRT, &args, proto_out);
357 nvif_outp_inherit(struct nvif_outp *outp, u8 proto, struct nvif_outp_inherit_v0 *args, u8 *proto_out) argument
[all...]

Completed in 122 milliseconds