Lines Matching refs:sc_udev

662 	error = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp,  in urtw_8225_write_s16()
1233 error = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in urtw_read8_c()
1264 error = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in urtw_read8e()
1297 error = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in urtw_read16_c()
1331 error = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in urtw_read32_c()
1372 error = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in urtw_write8_c()
1409 error = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in urtw_write8e()
1446 error = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in urtw_write16_c()
1483 error = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in urtw_write32_c()
3786 ep_node = usb_lookup_ep_data(sc->sc_dev, sc->sc_udev, 0, 0, in urtw_open_pipes()
3801 ep_node = usb_lookup_ep_data(sc->sc_dev, sc->sc_udev, 0, 0, in urtw_open_pipes()
3816 ep_node = usb_lookup_ep_data(sc->sc_dev, sc->sc_udev, 0, 0, 0, in urtw_open_pipes()
4259 if (usb_get_dev_data(devinfo, &sc->sc_udev, in urtw_attach()
4261 sc->sc_udev = NULL; in urtw_attach()
4270 e = urtw_lookup(sc->sc_udev->dev_descr->idVendor, in urtw_attach()
4271 sc->sc_udev->dev_descr->idProduct); in urtw_attach()
4467 usb_client_detach(sc->sc_dev, sc->sc_udev); in urtw_attach()
4517 usb_client_detach(devinfo, sc->sc_udev); in urtw_detach()
4522 sc->sc_udev = NULL; in urtw_detach()