Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_msg_arm64.h156 unsigned long vmware_hypercall_hb(unsigned long cmd, unsigned long in2, in vmware_hypercall_hb() argument
163 register u64 x2 asm("x2") = in2; in vmware_hypercall_hb()
185 unsigned long vmware_hypercall_hb_out(unsigned long cmd, unsigned long in2, in vmware_hypercall_hb_out() argument
190 return vmware_hypercall_hb(cmd, in2, in3, in4, in5, in6, out1, 0); in vmware_hypercall_hb_out()
194 unsigned long vmware_hypercall_hb_in(unsigned long cmd, unsigned long in2, in vmware_hypercall_hb_in() argument
199 return vmware_hypercall_hb(cmd, in2, in3, in4, in5, in6, out1, in vmware_hypercall_hb_in()
/drivers/thunderbolt/
A Dtest.c1606 struct tb_port *in1, *in2, *in3, *out1, *out2, *out3; in tb_test_tunnel_3dp() local
1633 in2 = &host->ports[6]; in tb_test_tunnel_3dp()
1648 tunnel2 = tb_tunnel_alloc_dp(NULL, in2, out2, 1, 0, 0, NULL, NULL); in tb_test_tunnel_3dp()
1651 KUNIT_EXPECT_PTR_EQ(test, tunnel2->src_port, in2); in tb_test_tunnel_3dp()

Completed in 11 milliseconds