Searched refs:usbPath (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-bmc-code-mgmt/usb/ |
H A D | usb_manager.hpp | 31 const fs::path& usbPath) : in USBManager() argument 32 ctx(ctx), devicePath(devPath), usbPath(usbPath) in USBManager() 52 const fs::path& devPath, const fs::path& usbPath) : in USBManager() argument 59 devicePath(devPath), usbPath(usbPath) in USBManager() 64 "USBPATH", usbPath); in USBManager() 121 const fs::path& usbPath; member in phosphor::usb::USBManager
|
H A D | usb_manager_main.cpp | 27 fs::path usbPath = fs::path{"/run/media/usb"} / deviceName; in main() 32 phosphor::usb::USBManager manager(ctx, devicePath, usbPath); in main() 43 phosphor::usb::USBManager manager(bus, event, devicePath, usbPath); in main()
|
H A D | usb_manager.cpp | 24 fs::path dir(usbPath); in copyImage() 27 auto rc = mount(devicePath.c_str(), usbPath.c_str(), "vfat", 0, NULL); in copyImage()
|
/openbmc/linux/drivers/input/tablet/ |
H A D | aiptek.c | 269 char usbPath[64 + 1]; /* device's physical usb path */ member 1735 usb_make_path(usbdev, aiptek->features.usbPath, in aiptek_probe() 1736 sizeof(aiptek->features.usbPath)); in aiptek_probe() 1737 strlcat(aiptek->features.usbPath, "/input0", in aiptek_probe() 1738 sizeof(aiptek->features.usbPath)); in aiptek_probe() 1744 inputdev->phys = aiptek->features.usbPath; in aiptek_probe()
|