Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/drivers/usb/gadget/udc/
Ddummy_hcd.c1219 int to_host; in dummy_perform_transfer() local
1225 to_host = usb_pipein(urb->pipe); in dummy_perform_transfer()
1230 if (to_host) in dummy_perform_transfer()
1240 if (to_host) in dummy_perform_transfer()
1259 if (to_host) in dummy_perform_transfer()
1291 int is_short, to_host; in transfer() local
1312 to_host = usb_pipein(urb->pipe); in transfer()
1353 } else if (to_host) { in transfer()
1359 } else if (!to_host) { in transfer()
/linux-4.1.27/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.