• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /barrelfish-2018-10-04/lib/usb/class/

Lines Matching refs:port

70  * \brief     This request resets a value reported in the port status.
73 * \param port a valid port number for that hub
74 * \param sel port indicator selector when clearing a port indicator.
85 * the specified port.
87 * Clearing the PORT_ENABLE feature causes the port to be placed in the
90 * Clearing the PORT_POWER feature causes the port to be placed in the
92 * method of power switching, result in power being removed from the port.
97 uint8_t port)
105 req.wIndex = (0x00FF & port);
139 * \param ep_num a valid port number for that hub
140 * \param tt_port the port number if multiple TTs are supported, or 1 else.
196 // each port occupies one bit in the last field
269 * \brief This request returns the current port status and the current value
270 * of the port status change bits.
272 * \param port the port number we want to get the status
273 * \param ret_status the returned port status
278 * The port number must be a valid port number for that hub, greater than zero.
282 usb_error_t usb_hub_get_port_status(uint16_t port,
292 req.wIndex = port;
318 * \param port the port for which we want to reset the TT
323 * The port number must be a valid port number for that hub, greater than zero.
333 usb_error_t usb_hub_reset_tt(uint16_t port)
342 req.wIndex = port;
409 * \brief This request sets a value reported in the port status.
413 * \param port the port we want to set the featre
418 * The port number must be a valid port number for that hub, greater than zero.
426 uint8_t port)
452 req.wIndex = (0x00FF & port);
468 * \param port the port number we want to get the status
477 * The port number must be a valid port number for that hub, greater than zero.
485 usb_error_t usb_hub_get_tt_state(uint16_t flags, uint16_t port,
495 req.wIndex = port;
521 * \param port the port number for which the TT shall be stopped
529 * If the hub supports multiple TTs, then wIndex must specify the port number
536 usb_error_t usb_hub_stop_tt(uint16_t port)
545 req.wIndex = port;