|
static void | add_device (struct prober *p, struct prober_device **out_dev) |
|
static int | initialize (struct prober *p, struct xrt_prober_entry_lists *lists) |
|
static void | teardown_devices (struct prober *p) |
|
static void | teardown (struct prober *p) |
|
static xrt_result_t | p_probe (struct xrt_prober *xp) |
|
static xrt_result_t | p_lock_list (struct xrt_prober *xp, struct xrt_prober_device ***out_devices, size_t *out_device_count) |
|
static xrt_result_t | p_unlock_list (struct xrt_prober *xp, struct xrt_prober_device ***devices) |
|
static int | p_dump (struct xrt_prober *xp, bool use_stdout) |
|
static xrt_result_t | p_create_system (struct xrt_prober *xp, struct xrt_session_event_sink *broadcast, struct xrt_system_devices **out_xsysd, struct xrt_space_overseer **out_xso) |
|
static int | p_select_device (struct xrt_prober *xp, struct xrt_device **xdevs, size_t xdev_count) |
|
static int | p_open_hid_interface (struct xrt_prober *xp, struct xrt_prober_device *xpdev, int interface, struct os_hid_device **out_hid_dev) |
|
static int | p_open_video_device (struct xrt_prober *xp, struct xrt_prober_device *xpdev, struct xrt_frame_context *xfctx, struct xrt_fs **out_xfs) |
|
static int | p_list_video_devices (struct xrt_prober *xp, xrt_prober_list_video_func_t cb, void *ptr) |
|
static int | p_get_builders (struct xrt_prober *xp, size_t *out_builder_count, struct xrt_builder ***out_builders, size_t *out_num_entries, struct xrt_prober_entry ***out_entries, struct xrt_auto_prober ***out_auto_probers) |
|
static int | p_get_string_descriptor (struct xrt_prober *xp, struct xrt_prober_device *xpdev, enum xrt_prober_string which_string, unsigned char *buffer, size_t length) |
|
static bool | p_can_open (struct xrt_prober *xp, struct xrt_prober_device *xpdev) |
|
static void | p_destroy (struct xrt_prober **xp) |
|
int | xrt_prober_create_with_lists (struct xrt_prober **out_xp, struct xrt_prober_entry_lists *lists) |
|
int | p_dev_get_usb_dev (struct prober *p, uint16_t bus, uint16_t addr, uint16_t vendor_id, uint16_t product_id, struct prober_device **out_pdev) |
|
int | p_dev_get_bluetooth_dev (struct prober *p, uint64_t id, uint16_t vendor_id, uint16_t product_id, const char *product_name, struct prober_device **out_pdev) |
|
static void | fill_out_product (struct prober *p, struct prober_device *pdev) |
|
static void | add_usb_entry (struct prober *p, struct xrt_prober_entry *entry) |
|
static void | add_builder (struct prober *p, struct xrt_builder *xb) |
|
static int | collect_entries (struct prober *p) |
|
static void | disable_drivers_from_conflicts (struct prober *p) |
|
static void | parse_disabled_drivers (struct prober *p) |
|
static void | handle_found_device (struct prober *p, struct xrt_device **xdevs, size_t xdev_count, bool *have_hmd, struct xrt_device *xdev) |
|
static void | add_from_devices (struct prober *p, struct xrt_device **xdevs, size_t xdev_count, bool *have_hmd) |
|
static void | add_from_auto_probers (struct prober *p, struct xrt_device **xdevs, size_t xdev_count, bool *have_hmd) |
|
static void | apply_tracking_override (struct prober *p, struct xrt_device **xdevs, size_t xdev_count, struct xrt_tracking_override *o) |
|
struct xrt_builder * | find_builder_by_identifier (struct prober *p, const char *ident) |
|
static void | print_system_devices (u_pp_delegate_t dg, struct xrt_system_devices *xsysd) |
|