Lines Matching refs:device
33 struct device sc_dev;
34 struct device *sc_subdev;
39 int ucrcom_match(struct device *, void *, void *);
40 void ucrcom_attach(struct device *, struct device *, void *);
41 int ucrcom_detach(struct device *, int);
52 ucrcom_match(struct device *parent, void *match, void *aux) in ucrcom_match()
62 dd = usbd_get_device_descriptor(uaa->device); in ucrcom_match()
76 ucrcom_attach(struct device *parent, struct device *self, void *aux) in ucrcom_attach()
94 usbd_deactivate(uaa->device); in ucrcom_attach()
108 usbd_deactivate(uaa->device); in ucrcom_attach()
116 uca.device = uaa->device; in ucrcom_attach()
125 ucrcom_detach(struct device *self, int flags) in ucrcom_detach()