Searched refs:dev_path (Results 1 – 2 of 2) sorted by relevance
38 const char *dev_path = "/dev/uhid"; variable302 p_dev->fd = TEMP_FAILURE_RETRY(open(dev_path, O_RDWR | O_CLOEXEC)); in bta_hh_co_open()331 p_dev->fd = TEMP_FAILURE_RETRY(open(dev_path, O_RDWR | O_CLOEXEC)); in bta_hh_co_open()
570 static void register_device(const char* dev_name, const char* dev_path, in register_device() argument633 "/sys/bus/usb/devices/%s/serial", dev_path + 4); in register_device()652 register_usb_transport(usb, serial.c_str(), dev_path, usb->writeable); in register_device()