Lines Matching defs:rate
1924 * usb4_usb3_port_max_link_rate() - Maximum support USB3 link rate
1927 * Return maximum supported link rate of a USB3 adapter in Mb/s.
1950 * usb4_usb3_port_actual_link_rate() - Established USB3 link rate
1953 * Return actual established link rate of a USB3 adapter in Mb/s. If the
2433 * usb4_dp_port_nrd() - Read non-reduced rate and lanes
2435 * @rate: Non-reduced rate in Mb/s is placed here
2438 * Reads the non-reduced rate and lanes from the DP IN adapter. Returns
2442 int usb4_dp_port_nrd(struct tb_port *port, int *rate, int *lanes)
2458 *rate = 1620;
2461 *rate = 2700;
2464 *rate = 5400;
2467 *rate = 8100;
2488 * usb4_dp_port_set_nrd() - Set non-reduced rate and lanes
2490 * @rate: Non-reduced rate in Mb/s
2498 int usb4_dp_port_set_nrd(struct tb_port *port, int rate, int lanes)
2513 switch (rate) {