Searched refs:to_host (Results 1 – 10 of 10) sorted by relevance
/linux/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()
|
/linux/drivers/usb/mtu3/ |
H A D | mtu3_dr.h | 96 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
|
H A D | mtu3_dr.c | 231 void ssusb_mode_switch(struct ssusb_mtk *ssusb, int to_host) in ssusb_mode_switch() argument 235 ssusb_set_mode(otg_sx, to_host ? USB_ROLE_HOST : USB_ROLE_DEVICE); in ssusb_mode_switch()
|
/linux/tools/virtio/ |
H A D | vringh_test.c | 142 int pipe_ret, fd, mapsize, to_guest[2], to_host[2]; in parallel_test() local 167 pipe_ret = pipe(to_host); in parallel_test() 189 close(to_host[1]); in parallel_test() 246 if (read(to_host[0], buf, sizeof(buf)) < 1) in parallel_test() 310 close(to_host[0]); in parallel_test() 315 gvdev.to_host_fd = to_host[1]; in parallel_test()
|
/linux/drivers/nvme/target/ |
H A D | configfs.c | 1121 host = to_host(target); in nvmet_allowed_hosts_allow_link() 1154 struct nvmet_host *host = to_host(target); in nvmet_allowed_hosts_drop_link() 2107 dhchap_secret = to_host(item)->dhchap_secret; in nvmet_host_dhchap_key_show() 2119 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_key_store() 2136 u8 *dhchap_secret = to_host(item)->dhchap_ctrl_secret; in nvmet_host_dhchap_ctrl_key_show() 2140 dhchap_secret = to_host(item)->dhchap_ctrl_secret; in nvmet_host_dhchap_ctrl_key_show() 2152 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_ctrl_key_store() 2169 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_hash_show() 2178 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_hash_store() 2195 struct nvmet_host *host = to_host(ite in nvmet_host_dhchap_dhgroup_show() [all...] |
/linux/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 1345 int to_host; in dummy_perform_transfer() local 1351 to_host = usb_urb_dir_in(urb); in dummy_perform_transfer() 1356 if (to_host) in dummy_perform_transfer() 1366 if (to_host) in dummy_perform_transfer() 1385 if (to_host) in dummy_perform_transfer() 1418 int is_short, to_host; in transfer() local 1439 to_host = usb_urb_dir_in(urb); in transfer() 1484 } else if (to_host) { in transfer() 1504 if (req->req.zero && to_host) in transfer() 1511 !to_host) in transfer() [all...] |
/linux/drivers/iommu/ |
H A D | fsl_pamu.c | 156 set_bf(ppaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in pamu_init_ppaace() 345 set_bf(ppaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in setup_qbman_paace() 355 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
|
/linux/Documentation/usb/ |
H A D | gadget-testing.rst | 402 $ aplaymidi -p 20:0 to_host.mid 423 The from_gadget.mid should sound identical to the to_host.mid. 1107 $ aplaymidi -p 20:1 to_host.mid
|
/linux/Documentation/sound/designs/ |
H A D | midi-2.0.rst | 496 % aplaymidi -p 20:1 to_host.mid
|