Searched refs:proto_out (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | core_kern.c | 22 ASSERT_TRUE(skel->bss->proto_out[0], "bpf_core_type_exists"); in test_core_kern_lskel() 23 ASSERT_FALSE(skel->bss->proto_out[1], "!bpf_core_type_exists"); in test_core_kern_lskel() 24 ASSERT_TRUE(skel->bss->proto_out[2], "bpf_core_type_exists. nested"); in test_core_kern_lskel()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | core_kern.c | 108 int proto_out[3]; variable 113 proto_out[0] = bpf_core_type_exists(func_proto_typedef___match); in core_relo_proto() 114 proto_out[1] = bpf_core_type_exists(func_proto_typedef___doesnt_match); in core_relo_proto() 115 proto_out[2] = bpf_core_type_exists(func_proto_typedef_nested1); in core_relo_proto()
|
H A D | core_kern_overflow.c | 12 int proto_out; variable 17 proto_out = bpf_core_type_exists(func_proto_typedef_nested2); in core_relo_proto()
|
/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | outp.h | 74 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/drivers/gpu/drm/nouveau/nvif/ |
H A D | outp.c | 360 u8 *proto_out) in nvif_outp_inherit() argument 373 *proto_out = args->proto; in nvif_outp_inherit() 378 nvif_outp_inherit_lvds(struct nvif_outp *outp, u8 *proto_out) in nvif_outp_inherit_lvds() argument 383 ret = nvif_outp_inherit(outp, NVIF_OUTP_INHERIT_V0_LVDS, &args, proto_out); in nvif_outp_inherit_lvds() 389 nvif_outp_inherit_tmds(struct nvif_outp *outp, u8 *proto_out) in nvif_outp_inherit_tmds() argument 394 ret = nvif_outp_inherit(outp, NVIF_OUTP_INHERIT_V0_TMDS, &args, proto_out); in nvif_outp_inherit_tmds() 400 nvif_outp_inherit_dp(struct nvif_outp *outp, u8 *proto_out) in nvif_outp_inherit_dp() argument 405 ret = nvif_outp_inherit(outp, NVIF_OUTP_INHERIT_V0_DP, &args, proto_out); in nvif_outp_inherit_dp() 414 nvif_outp_inherit_rgb_crt(struct nvif_outp *outp, u8 *proto_out) in nvif_outp_inherit_rgb_crt() argument 419 ret = nvif_outp_inherit(outp, NVIF_OUTP_INHERIT_V0_RGB_CRT, &args, proto_out); in nvif_outp_inherit_rgb_crt()
|