Searched refs:to_host (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/mtu3/ |
| H A D | mtu3_dr.c | 283 void ssusb_mode_switch(struct ssusb_mtk *ssusb, int to_host) in ssusb_mode_switch() argument 287 if (to_host) { in ssusb_mode_switch() 324 bool to_host = false; in ssusb_role_sw_set() local 327 to_host = true; in ssusb_role_sw_set() 329 if (to_host ^ ssusb->is_host) in ssusb_role_sw_set() 330 ssusb_mode_switch(ssusb, to_host); in ssusb_role_sw_set()
|
| H A D | mtu3_dr.h | 74 void ssusb_mode_switch(struct ssusb_mtk *ssusb, int to_host); 89 static inline void ssusb_mode_switch(struct ssusb_mtk *ssusb, int to_host) in ssusb_mode_switch() argument
|
| /OK3568_Linux_fs/kernel/drivers/usb/usbip/ |
| H A D | vudc_transfer.c | 193 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()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xxx/ |
| H A D | fsl_pamu.c | 48 set_bf(ppaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in pamu_setup_default_xfer_to_host_ppaace() 55 set_bf(spaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in pamu_setup_default_xfer_to_host_spaace() 122 ppaace->domain_attr.to_host.snpid = snoopid; in pamu_config_ppaace() 210 paace->domain_attr.to_host.snpid = snoopid; in pamu_config_spaace()
|
| /OK3568_Linux_fs/kernel/tools/virtio/ |
| H A D | vringh_test.c | 142 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()
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | fsl_pamu.c | 173 set_bf(ppaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in pamu_init_ppaace() 184 set_bf(spaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in pamu_init_spaace() 369 ppaace->domain_attr.to_host.snpid = snoopid; in pamu_config_ppaace() 462 paace->domain_attr.to_host.snpid = snoopid; in pamu_config_spaace() 598 set_bf(ppaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in setup_qbman_paace() 608 set_bf(ppaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in setup_qbman_paace()
|
| H A D | fsl_pamu.h | 277 } to_host; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | dummy_hcd.c | 1326 int to_host; in dummy_perform_transfer() local 1332 to_host = usb_urb_dir_in(urb); in dummy_perform_transfer() 1337 if (to_host) in dummy_perform_transfer() 1347 if (to_host) in dummy_perform_transfer() 1366 if (to_host) in dummy_perform_transfer() 1399 int is_short, to_host; in transfer() local 1420 to_host = usb_urb_dir_in(urb); in transfer() 1465 } else if (to_host) { in transfer() 1485 if (req->req.zero && to_host) in transfer() 1492 !to_host) in transfer()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | fsl_pamu.h | 114 } to_host; member
|
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | configfs.c | 858 host = to_host(target); in nvmet_allowed_hosts_allow_link() 891 struct nvmet_host *host = to_host(target); in nvmet_allowed_hosts_drop_link() 1573 struct nvmet_host *host = to_host(item); in nvmet_host_release()
|
| H A D | nvmet.h | 270 static inline struct nvmet_host *to_host(struct config_item *item) in to_host() function
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | gadget-testing.rst | 387 $ aplaymidi -p 20:0 to_host.mid 408 The from_gadget.mid should sound identical to the to_host.mid.
|