Home
last modified time | relevance | path

Searched refs:bind_device (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-google/recipes-google/networking/google-usb-network/
H A Dusb_network_test.sh72 local bind_device="f80002000.udc"
77 --bind-device "${bind_device}" \
110 check_file_content "${FAKE_GADGETFS}/${gadget_dir}/UDC" "${bind_device}"
147 local bind_device="f80002000.udc"
150 --bind-device "${bind_device}"
186 check_file_content "${FAKE_GADGETFS}/${gadget_dir}/UDC" "${bind_device}"
193 local bind_device="f80002000.udc"
197 --bind-device "${bind_device}" \
236 check_file_content "${FAKE_GADGETFS}/${gadget_dir}/UDC" "${bind_device}"
/openbmc/linux/tools/usb/usbip/src/
H A Dusbip_bind.c130 static int bind_device(char *busid) in bind_device() function
200 ret = bind_device(optarg); in usbip_bind()