Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Ddevice.c462 struct usbfs_getdriver getdrv; in usbfs_is_kernel_driver_alive() local
463 getdrv.interface = ifnum; in usbfs_is_kernel_driver_alive()
464 if (ioctl(fd, USBDEVFS_GETDRIVER, &getdrv) < 0) { in usbfs_is_kernel_driver_alive()
468 dbg_time("%s find interface %d has match the driver %s", __func__, ifnum, getdrv.driver); in usbfs_is_kernel_driver_alive()