Searched refs:to_host (Results 1 – 7 of 7) 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
|
| /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 172 pipe_ret = pipe(to_host); in parallel_test() 194 close(to_host[1]); in parallel_test() 251 if (read(to_host[0], buf, sizeof(buf)) < 1) in parallel_test() 315 close(to_host[0]); in parallel_test() 320 gvdev.to_host_fd = to_host[1]; in parallel_test()
|
| /linux/drivers/nvme/target/ |
| H A D | configfs.c | 1148 host = to_host(target); in nvmet_allowed_hosts_allow_link() 1181 struct nvmet_host *host = to_host(target); in nvmet_allowed_hosts_drop_link() 2128 dhchap_secret = to_host(item)->dhchap_secret; in nvmet_host_dhchap_key_show() 2140 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_key_store() 2157 u8 *dhchap_secret = to_host(item)->dhchap_ctrl_secret; in nvmet_host_dhchap_ctrl_key_show() 2161 dhchap_secret = to_host(item)->dhchap_ctrl_secret; in nvmet_host_dhchap_ctrl_key_show() 2173 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_ctrl_key_store() 2190 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_hash_show() 2199 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_hash_store() 2214 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_dhgroup_show() [all …]
|
| H A D | nvmet.h | 394 static inline struct nvmet_host *to_host(struct config_item *item) in to_host() function
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | dummy_hcd.c | 1367 int to_host; in dummy_perform_transfer() local 1373 to_host = usb_urb_dir_in(urb); in dummy_perform_transfer() 1378 if (to_host) in dummy_perform_transfer() 1388 if (to_host) in dummy_perform_transfer() 1407 if (to_host) in dummy_perform_transfer() 1440 int is_short, to_host; in transfer() local 1461 to_host = usb_urb_dir_in(urb); in transfer() 1506 } else if (to_host) { in transfer() 1526 if (req->req.zero && to_host) in transfer() 1533 !to_host) in transfer()
|
| /linux/drivers/iommu/ |
| H A D | fsl_pamu.h | 277 } to_host; member
|