Searched refs:file_get_value (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | device.c | 48 static int file_get_value(const char *fname, int base) in file_get_value() function 134 p->idVendor = file_get_value(path, 16); in query_usb_device_info() 141 p->idProduct = file_get_value(path, 16); in query_usb_device_info() 145 p->busnum = file_get_value(path, 10); in query_usb_device_info() 149 p->devnum = file_get_value(path, 10); in query_usb_device_info() 153 p->bNumInterfaces = file_get_value(path, 10); in query_usb_device_info() 167 p->bInterfaceClass = file_get_value(path, 16); in query_usb_interface_info() 171 p->bInterfaceClass = file_get_value(path, 16); in query_usb_interface_info() 175 p->bInterfaceSubClass = file_get_value(path, 16); in query_usb_interface_info() 179 p->bInterfaceProtocol = file_get_value(path, 16); in query_usb_interface_info()
|