Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.c113 static bool probed_devices[HWICAP_DEVICES]; variable
617 if (!probed_devices[id]) in hwicap_setup()
625 if (probed_devices[id]) { in hwicap_setup()
632 probed_devices[id] = 1; in hwicap_setup()
704 probed_devices[id] = 0; in hwicap_setup()
740 probed_devices[MINOR(dev->devt)-XHWICAP_MINOR] = 0; in hwicap_remove()