spi_bus_lock_bg_check_dev_acq() function
Check whether there is device asking for the acquiring device, and the desired device for the next operation is also recommended.
Arguments
out_dev_lock
The recommended device for hte next operation. It's the new acquiring device when found, otherwise a device that has active BG request.
Return value
true if the ISR need to quit (new acquiring device has no active BG request, or no active BG requests for all devices when there is no acquiring device), otherwise false.
Notes
Must be called when the ISR is acting as the acquiring processor, and there is no acquiring device.