Searched refs:to_host (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/usb/usbip/ |
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-6.1.9/drivers/usb/mtu3/ |
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
|
D | mtu3_dr.c | 230 void ssusb_mode_switch(struct ssusb_mtk *ssusb, int to_host) in ssusb_mode_switch() argument 234 ssusb_set_mode(otg_sx, to_host ? USB_ROLE_HOST : USB_ROLE_DEVICE); in ssusb_mode_switch()
|
/linux-6.1.9/tools/virtio/ |
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() 312 gvdev.to_host_fd = to_host[1]; in parallel_test()
|
/linux-6.1.9/drivers/nvme/target/ |
D | configfs.c | 922 host = to_host(target); in nvmet_allowed_hosts_allow_link() 955 struct nvmet_host *host = to_host(target); in nvmet_allowed_hosts_drop_link() 1720 u8 *dhchap_secret = to_host(item)->dhchap_secret; in nvmet_host_dhchap_key_show() 1730 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_key_store() 1747 u8 *dhchap_secret = to_host(item)->dhchap_ctrl_secret; in nvmet_host_dhchap_ctrl_key_show() 1757 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_ctrl_key_store() 1774 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_hash_show() 1783 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_hash_store() 1800 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_dhgroup_show() 1809 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_dhgroup_store() [all …]
|
D | nvmet.h | 303 static inline struct nvmet_host *to_host(struct config_item *item) in to_host() function
|
/linux-6.1.9/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 1338 int to_host; in dummy_perform_transfer() local 1344 to_host = usb_urb_dir_in(urb); in dummy_perform_transfer() 1349 if (to_host) in dummy_perform_transfer() 1359 if (to_host) in dummy_perform_transfer() 1378 if (to_host) in dummy_perform_transfer() 1411 int is_short, to_host; in transfer() local 1432 to_host = usb_urb_dir_in(urb); in transfer() 1477 } else if (to_host) { in transfer() 1497 if (req->req.zero && to_host) in transfer() 1504 !to_host) in transfer()
|
/linux-6.1.9/drivers/iommu/ |
D | fsl_pamu.c | 156 set_bf(ppaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in pamu_init_ppaace() 344 set_bf(ppaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in setup_qbman_paace() 354 set_bf(ppaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in setup_qbman_paace()
|
D | fsl_pamu.h | 277 } to_host; member
|
/linux-6.1.9/Documentation/usb/ |
D | gadget-testing.rst | 393 $ aplaymidi -p 20:0 to_host.mid 414 The from_gadget.mid should sound identical to the to_host.mid.
|