Home
last modified time | relevance | path

Searched refs:usbPath (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/usb/
H A Dusb_manager.hpp28 const fs::path& devPath, const fs::path& usbPath) : in USBManager() argument
29 bus(bus), event(event), devicePath(devPath), usbPath(usbPath), in USBManager()
40 "USBPATH", usbPath); in USBManager()
82 const fs::path& usbPath; member in phosphor::usb::USBManager
H A Dusb_manager_main.cpp31 fs::path usbPath = fs::path{"/run/media/usb"} / deviceName; in main()
32 phosphor::usb::USBManager manager(bus, event, devicePath, usbPath); in main()
H A Dusb_manager.cpp17 fs::path dir(usbPath); in run()
20 auto rc = mount(devicePath.c_str(), usbPath.c_str(), "vfat", 0, NULL); in run()
/openbmc/linux/drivers/input/tablet/
H A Daiptek.c269 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()