Home
last modified time | relevance | path

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

/drivers/char/xilinx_hwicap/
Dxilinx_hwicap.c114 static bool probed_devices[HWICAP_DEVICES]; variable
613 if (!probed_devices[id]) in hwicap_setup()
621 if (probed_devices[id]) { in hwicap_setup()
628 probed_devices[id] = 1; in hwicap_setup()
701 probed_devices[id] = 0; in hwicap_setup()
737 probed_devices[MINOR(dev->devt)-XHWICAP_MINOR] = 0; in hwicap_remove()