Home
last modified time | relevance | path

Searched refs:sc_udev (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/atu/
H A Datu.c95 uret = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, in atu_usb_request()
108 uret = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, in atu_usb_request()
540 ep = usb_lookup_ep_data(sc->sc_dip, sc->sc_udev, 0, 0, 0, in atu_open_pipes()
549 ep = usb_lookup_ep_data(sc->sc_dip, sc->sc_udev, 0, 0, 0, in atu_open_pipes()
1208 err = usb_get_dev_data(dip, &sc->sc_udev, USB_PARSE_LVL_ALL, 0); in atu_attach()
1210 sc->sc_udev = NULL; in atu_attach()
1216 if (sc->sc_udev->dev_descr->idVendor == t->atu_vid && in atu_attach()
1217 sc->sc_udev->dev_descr->idProduct == t->atu_pid) { in atu_attach()
1310 usb_client_detach(sc->sc_dip, sc->sc_udev); in atu_attach()
1365 usb_client_detach(dip, sc->sc_udev); in atu_detach()
H A Datu.h81 usb_client_dev_data_t *sc_udev; member
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c2169 usb_client_detach(sc->sc_dev, sc->sc_udev); in uath_reconnect()
2184 err = usb_get_dev_data(devinfo, &sc->sc_udev, in uath_reconnect()
2187 sc->sc_udev = NULL; in uath_reconnect()
2192 vendor_id = sc->sc_udev->dev_descr->idVendor; in uath_reconnect()
3051 sc->sc_udev = NULL; in uath_attach()
3057 vendor_id = sc->sc_udev->dev_descr->idVendor; in uath_attach()
3058 product_id = sc->sc_udev->dev_descr->idProduct; in uath_attach()
3091 usb_client_detach(sc->sc_dev, sc->sc_udev); in uath_attach()
3277 usb_client_detach(sc->sc_dev, sc->sc_udev); in uath_attach()
3344 usb_client_detach(devinfo, sc->sc_udev); in uath_detach()
[all …]
H A Duath_var.h181 usb_client_dev_data_t *sc_udev; /* usb dev */ member
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c327 err = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in ural_read()
364 err = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in ural_read_multi()
397 err = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, NULL, in ural_write()
900 err = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in ural_eeprom_read()
1493 ep_node = usb_lookup_ep_data(sc->sc_dev, sc->sc_udev, 0, 0, 0, in ural_open_pipes()
1507 ep_node = usb_lookup_ep_data(sc->sc_dev, sc->sc_udev, 0, 0, 0, in ural_open_pipes()
2224 if (usb_get_dev_data(devinfo, &sc->sc_udev, in ural_attach()
2226 sc->sc_udev = NULL; in ural_attach()
2377 usb_client_detach(sc->sc_dev, sc->sc_udev); in ural_attach()
2424 usb_client_detach(devinfo, sc->sc_udev); in ural_detach()
[all …]
H A Dural_var.h65 usb_client_dev_data_t *sc_udev; /* usb dev */ member
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c323 err = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in rum_read_multi()
373 err = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in rum_write_multi()
425 err = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, NULL, in rum_load_microcode()
458 err = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in rum_eeprom_read()
1499 ep_node = usb_lookup_ep_data(sc->sc_dev, sc->sc_udev, 0, 0, 0, in rum_open_pipes()
1513 ep_node = usb_lookup_ep_data(sc->sc_dev, sc->sc_udev, 0, 0, 0, in rum_open_pipes()
2249 if (usb_get_dev_data(devinfo, &sc->sc_udev, in rum_attach()
2251 sc->sc_udev = NULL; in rum_attach()
2422 usb_client_detach(sc->sc_dev, sc->sc_udev); in rum_attach()
2467 usb_client_detach(devinfo, sc->sc_udev); in rum_detach()
[all …]
H A Drum_var.h65 usb_client_dev_data_t *sc_udev; /* usb dev */ member
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c662 error = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in urtw_8225_write_s16()
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()
[all …]
H A Durtw_var.h81 usb_client_dev_data_t *sc_udev; member