Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/usbip/
Dvudc_transfer.c193 int is_short, to_host; in transfer() local
208 to_host = usb_pipein(urb->pipe); in transfer()
247 } else if (to_host) { in transfer()
265 if (req->req.zero && to_host) in transfer()
272 !to_host) in transfer()
/Linux-v5.15/drivers/usb/mtu3/
Dmtu3_dr.h96 void ssusb_mode_switch(struct ssusb_mtk *ssusb, int to_host);
111 static inline void ssusb_mode_switch(struct ssusb_mtk *ssusb, int to_host) in ssusb_mode_switch() argument
Dmtu3_dr.c232 void ssusb_mode_switch(struct ssusb_mtk *ssusb, int to_host) in ssusb_mode_switch() argument
236 ssusb_set_mode(otg_sx, to_host ? USB_ROLE_HOST : USB_ROLE_DEVICE); in ssusb_mode_switch()
/Linux-v5.15/tools/virtio/
Dvringh_test.c142 int fd, mapsize, to_guest[2], to_host[2]; in parallel_test() local
165 pipe(to_host); in parallel_test()
186 close(to_host[1]); in parallel_test()
243 if (read(to_host[0], buf, sizeof(buf)) < 1) in parallel_test()
307 close(to_host[0]); in parallel_test()
311 gvdev.to_host_fd = to_host[1]; in parallel_test()
/Linux-v5.15/drivers/usb/gadget/udc/
Ddummy_hcd.c1337 int to_host; in dummy_perform_transfer() local
1343 to_host = usb_urb_dir_in(urb); in dummy_perform_transfer()
1348 if (to_host) in dummy_perform_transfer()
1358 if (to_host) in dummy_perform_transfer()
1377 if (to_host) in dummy_perform_transfer()
1410 int is_short, to_host; in transfer() local
1431 to_host = usb_urb_dir_in(urb); in transfer()
1476 } else if (to_host) { in transfer()
1496 if (req->req.zero && to_host) in transfer()
1503 !to_host) in transfer()
/Linux-v5.15/drivers/iommu/
Dfsl_pamu.c153 set_bf(ppaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in pamu_init_ppaace()
341 set_bf(ppaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in setup_qbman_paace()
351 set_bf(ppaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in setup_qbman_paace()
Dfsl_pamu.h277 } to_host; member
/Linux-v5.15/drivers/nvme/target/
Dconfigfs.c896 host = to_host(target); in nvmet_allowed_hosts_allow_link()
929 struct nvmet_host *host = to_host(target); in nvmet_allowed_hosts_drop_link()
1662 struct nvmet_host *host = to_host(item); in nvmet_host_release()
Dnvmet.h275 static inline struct nvmet_host *to_host(struct config_item *item) in to_host() function
/Linux-v5.15/Documentation/usb/
Dgadget-testing.rst387 $ aplaymidi -p 20:0 to_host.mid
408 The from_gadget.mid should sound identical to the to_host.mid.