mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
drivers: Add references to xrt_prober_found_function_t in all relevant docs
This commit is contained in:
parent
3a22c74aa6
commit
0fa5876a5c
|
@ -31,6 +31,7 @@ extern "C" {
|
||||||
* Probing function for HDK devices.
|
* Probing function for HDK devices.
|
||||||
*
|
*
|
||||||
* @ingroup drv_hdk
|
* @ingroup drv_hdk
|
||||||
|
* @see xrt_prober_found_function_t
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
hdk_found(struct xrt_prober *xp,
|
hdk_found(struct xrt_prober *xp,
|
||||||
|
|
|
@ -29,6 +29,7 @@ extern "C" {
|
||||||
* Probing function for Razer Hydra devices.
|
* Probing function for Razer Hydra devices.
|
||||||
*
|
*
|
||||||
* @ingroup drv_hydra
|
* @ingroup drv_hydra
|
||||||
|
* @see xrt_prober_found_function_t
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
hydra_found(struct xrt_prober *xp,
|
hydra_found(struct xrt_prober *xp,
|
||||||
|
|
|
@ -29,6 +29,7 @@ extern "C" {
|
||||||
* Probing function for the PS Move devices.
|
* Probing function for the PS Move devices.
|
||||||
*
|
*
|
||||||
* @ingroup drv_psmv
|
* @ingroup drv_psmv
|
||||||
|
* @see xrt_prober_found_function_t
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
psmv_found(struct xrt_prober *xp,
|
psmv_found(struct xrt_prober *xp,
|
||||||
|
|
|
@ -43,6 +43,7 @@ extern "C" {
|
||||||
* Probing function for Vive devices.
|
* Probing function for Vive devices.
|
||||||
*
|
*
|
||||||
* @ingroup drv_vive
|
* @ingroup drv_vive
|
||||||
|
* @see xrt_prober_found_function_t
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
vive_found(struct xrt_prober *xp,
|
vive_found(struct xrt_prober *xp,
|
||||||
|
@ -57,6 +58,7 @@ vive_found(struct xrt_prober *xp,
|
||||||
* Probing function for HTC Vive and Valve Index controllers.
|
* Probing function for HTC Vive and Valve Index controllers.
|
||||||
*
|
*
|
||||||
* @ingroup drv_vive
|
* @ingroup drv_vive
|
||||||
|
* @see xrt_prober_found_function_t
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
vive_controller_found(struct xrt_prober *xp,
|
vive_controller_found(struct xrt_prober *xp,
|
||||||
|
|
|
@ -27,6 +27,7 @@ extern "C" {
|
||||||
* Probing function for Windows Mixed Reality devices.
|
* Probing function for Windows Mixed Reality devices.
|
||||||
*
|
*
|
||||||
* @ingroup drv_wmr
|
* @ingroup drv_wmr
|
||||||
|
* @see xrt_prober_found_function_t
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
wmr_found(struct xrt_prober *xp,
|
wmr_found(struct xrt_prober *xp,
|
||||||
|
|
Loading…
Reference in a new issue