Lines Matching defs:lanes
1480 * @lanes: Which lanes to run (must match the port capabilities). Can be
1490 int usb4_port_hw_margin(struct tb_port *port, unsigned int lanes,
1497 val = lanes;
1523 * @lanes: Which lanes to run (must match the port capabilities). Can be
1533 int usb4_port_sw_margin(struct tb_port *port, unsigned int lanes, bool timing,
1539 val = lanes;
2433 * usb4_dp_port_nrd() - Read non-reduced rate and lanes
2436 * @lanes: Non-reduced lanes are 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)
2474 *lanes = 1;
2477 *lanes = 2;
2480 *lanes = 4;
2488 * usb4_dp_port_set_nrd() - Set non-reduced rate and lanes
2491 * @lanes: Non-reduced lanes
2498 int usb4_dp_port_set_nrd(struct tb_port *port, int rate, int lanes)
2534 switch (lanes) {