Home
last modified time | relevance | path

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

/titanic_50/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
/titanic_50/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()
872 err = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, NULL, in ural_set_testmode()
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()
[all …]
H A Dural_var.h65 usb_client_dev_data_t *sc_udev; /* usb dev */ member
/titanic_50/usr/src/uts/common/io/uath/
H A Duath.c435 altif_data = uath_lookup_alt_if(sc->sc_udev, UATH_CONFIG_NO, in uath_open_pipes()
450 ep_node = uath_lookup_ep_data(sc->sc_dev, sc->sc_udev, in uath_open_pipes()
469 ep_node = uath_lookup_ep_data(sc->sc_dev, sc->sc_udev, in uath_open_pipes()
488 ep_node = uath_lookup_ep_data(sc->sc_dev, sc->sc_udev, in uath_open_pipes()
507 ep_node = uath_lookup_ep_data(sc->sc_dev, sc->sc_udev, in uath_open_pipes()
2164 usb_client_detach(sc->sc_dev, sc->sc_udev); in uath_reconnect()
2179 err = usb_get_dev_data(devinfo, &sc->sc_udev, in uath_reconnect()
2182 sc->sc_udev = NULL; in uath_reconnect()
2187 vendor_id = sc->sc_udev->dev_descr->idVendor; in uath_reconnect()
2188 product_id = sc->sc_udev->dev_descr->idProduct; in uath_reconnect()
[all …]
H A Duath_var.h181 usb_client_dev_data_t *sc_udev; /* usb dev */ member
/titanic_50/usr/src/uts/common/io/rum/
H A Drum_var.h65 usb_client_dev_data_t *sc_udev; /* usb dev */ member
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 …]
/titanic_50/usr/src/uts/common/io/urtw/
H A Durtw_var.h81 usb_client_dev_data_t *sc_udev; member
H A Durtw.c658 error = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in urtw_8225_write_s16()
1229 error = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in urtw_read8_c()
1260 error = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in urtw_read8e()
1293 error = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in urtw_read16_c()
1327 error = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in urtw_read32_c()
1368 error = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in urtw_write8_c()
1405 error = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in urtw_write8e()
1442 error = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in urtw_write16_c()
1479 error = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp, in urtw_write32_c()
3782 ep_node = usb_lookup_ep_data(sc->sc_dev, sc->sc_udev, 0, 0, in urtw_open_pipes()
[all …]