/openbmc/qemu/linux-user/ |
H A D | thunk.c | 129 const argtype *type_ptr, int to_host) in thunk_convert() argument 158 if (to_host) { in thunk_convert() 179 if (to_host) { in thunk_convert() 196 switch (thunk_type_size(type_ptr - 1, !to_host)) { in thunk_convert() 207 switch (thunk_type_size(type_ptr - 1, to_host)) { in thunk_convert() 227 dst_size = thunk_type_size(type_ptr, to_host); in thunk_convert() 228 src_size = thunk_type_size(type_ptr, 1 - to_host); in thunk_convert() 232 thunk_convert(d, s, type_ptr, to_host); in thunk_convert() 252 (*se->convert[to_host])(dst, src); in thunk_convert() 256 dst_offsets = se->field_offsets[to_host]; in thunk_convert() [all …]
|
/openbmc/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()
|
/openbmc/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 | 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()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/ |
H A D | fsl_pamu.c | 47 set_bf(ppaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in pamu_setup_default_xfer_to_host_ppaace() 54 set_bf(spaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in pamu_setup_default_xfer_to_host_spaace() 121 ppaace->domain_attr.to_host.snpid = snoopid; in pamu_config_ppaace() 209 paace->domain_attr.to_host.snpid = snoopid; in pamu_config_spaace()
|
/openbmc/linux/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() 312 gvdev.to_host_fd = to_host[1]; in parallel_test()
|
/openbmc/linux/drivers/nvme/target/ |
H A D | configfs.c | 945 host = to_host(target); in nvmet_allowed_hosts_allow_link() 978 struct nvmet_host *host = to_host(target); in nvmet_allowed_hosts_drop_link() 1863 u8 *dhchap_secret = to_host(item)->dhchap_secret; in nvmet_host_dhchap_key_show() 1873 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_key_store() 1890 u8 *dhchap_secret = to_host(item)->dhchap_ctrl_secret; in nvmet_host_dhchap_ctrl_key_show() 1900 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_ctrl_key_store() 1917 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_hash_show() 1926 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_hash_store() 1943 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_dhgroup_show() 1952 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_dhgroup_store() [all …]
|
H A D | nvmet.h | 306 static inline struct nvmet_host *to_host(struct config_item *item) in to_host() function
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | fsl_pamu.h | 113 } to_host; member
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 1344 int to_host; in dummy_perform_transfer() local 1350 to_host = usb_urb_dir_in(urb); in dummy_perform_transfer() 1355 if (to_host) in dummy_perform_transfer() 1365 if (to_host) in dummy_perform_transfer() 1384 if (to_host) in dummy_perform_transfer() 1417 int is_short, to_host; in transfer() local 1438 to_host = usb_urb_dir_in(urb); in transfer() 1483 } else if (to_host) { in transfer() 1503 if (req->req.zero && to_host) in transfer() 1510 !to_host) in transfer()
|
/openbmc/qemu/include/user/ |
H A D | thunk.h | 80 const argtype *type_ptr, int to_host);
|
/openbmc/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
|
/openbmc/linux/Documentation/usb/ |
H A D | gadget-testing.rst | 394 $ aplaymidi -p 20:0 to_host.mid 415 The from_gadget.mid should sound identical to the to_host.mid. 1076 $ aplaymidi -p 20:1 to_host.mid
|
/openbmc/linux/Documentation/sound/designs/ |
H A D | midi-2.0.rst | 478 % aplaymidi -p 20:1 to_host.mid
|