Home
last modified time | relevance | path

Searched refs:to_host (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/tools/virtio/
Dvringh_test.c141 int fd, mapsize, to_guest[2], to_host[2]; in parallel_test() local
164 pipe(to_host); in parallel_test()
185 close(to_host[1]); in parallel_test()
242 if (read(to_host[0], buf, sizeof(buf)) < 1) in parallel_test()
306 close(to_host[0]); in parallel_test()
309 gvdev.to_host_fd = to_host[1]; in parallel_test()
/linux-4.4.14/drivers/iommu/
Dfsl_pamu.c183 set_bf(ppaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in pamu_init_ppaace()
194 set_bf(spaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in pamu_init_spaace()
379 ppaace->domain_attr.to_host.snpid = snoopid; in pamu_config_ppaace()
472 paace->domain_attr.to_host.snpid = snoopid; in pamu_config_spaace()
609 set_bf(ppaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in setup_qbman_paace()
619 set_bf(ppaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in setup_qbman_paace()
Dfsl_pamu.h288 } to_host; member
/linux-4.4.14/drivers/usb/gadget/udc/
Ddummy_hcd.c1284 int to_host; in dummy_perform_transfer() local
1290 to_host = usb_pipein(urb->pipe); in dummy_perform_transfer()
1295 if (to_host) in dummy_perform_transfer()
1305 if (to_host) in dummy_perform_transfer()
1324 if (to_host) in dummy_perform_transfer()
1357 int is_short, to_host; in transfer() local
1378 to_host = usb_pipein(urb->pipe); in transfer()
1423 } else if (to_host) { in transfer()
1443 if (req->req.zero && to_host) in transfer()
1450 !to_host) in transfer()
/linux-4.4.14/Documentation/usb/
Dgadget-testing.txt334 $ aplaymidi -p 20:0 to_host.mid
354 The from_gadget.mid should sound identical to the to_host.mid.