HomeSort by: relevance | last modified time | path
    Searched defs:hidev (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/bluetooth/
bthidev.c 189 struct bthidev *hidev; local in function:bthidev_attach
327 hidev = device_private(dev);
328 hidev->sc_dev = dev;
329 hidev->sc_parent = self;
330 hidev->sc_id = rep;
331 hidev->sc_input = bha.ba_input;
332 hidev->sc_feature = bha.ba_feature;
333 LIST_INSERT_HEAD(&sc->sc_list, hidev, sc_next);
356 struct bthidev *hidev; local in function:bthidev_detach
405 while ((hidev = LIST_FIRST(&sc->sc_list)) != NULL)
623 struct bthidev *hidev; local in function:bthidev_process_one
    [all...]

Completed in 12 milliseconds