/linux-5.19.10/drivers/gpu/drm/nouveau/ |
D | nouveau_dp.c | 147 nv_encoder->dp.link_nr = in nouveau_dp_detect() 166 nv_encoder->dp.link_nr, nv_encoder->dp.link_bw, in nouveau_dp_detect() 169 nv_encoder->dcb->dpconf.link_nr, in nouveau_dp_detect() 172 if (nv_encoder->dcb->dpconf.link_nr < nv_encoder->dp.link_nr) in nouveau_dp_detect() 173 nv_encoder->dp.link_nr = nv_encoder->dcb->dpconf.link_nr; in nouveau_dp_detect() 178 nv_encoder->dp.link_nr, nv_encoder->dp.link_bw); in nouveau_dp_detect() 259 max_rate = outp->dp.link_nr * outp->dp.link_bw; in nv50_dp_mode_valid()
|
D | nouveau_encoder.h | 74 int link_nr; member
|
D | nouveau_bios.c | 1493 entry->dpconf.link_nr = 4; in parse_dcb20_entry() 1497 entry->dpconf.link_nr = 2; in parse_dcb20_entry() 1500 entry->dpconf.link_nr = 1; in parse_dcb20_entry()
|
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | dcb.c | 164 outp->dpconf.link_nr = 4; in dcb_outp_parse() 168 outp->dpconf.link_nr = 2; in dcb_outp_parse() 172 outp->dpconf.link_nr = 1; in dcb_outp_parse()
|
/linux-5.19.10/drivers/thunderbolt/ |
D | path.c | 239 struct tb_port *dst, int dst_hopid, int link_nr, in tb_path_alloc() argument 288 in_port->link_nr != link_nr) in tb_path_alloc() 306 out_port->link_nr) { in tb_path_alloc() 313 out_port->link_nr != link_nr) { in tb_path_alloc()
|
D | eeprom.c | 262 u8 link_nr:1; member 394 port->link_nr = entry->link_nr; in tb_drom_parse_entry_port()
|
D | tunnel.h | 74 struct tb_port *out, int link_nr,
|
D | tb.c | 592 if (port->dual_link_port && port->link_nr) in tb_scan_port() 864 int available_up, available_down, ret, link_nr; in tb_tunnel_dp() local 915 link_nr = 1; in tb_tunnel_dp() 918 link_nr = 0; in tb_tunnel_dp() 954 tunnel = tb_tunnel_alloc_dp(tb, in, out, link_nr, available_up, in tb_tunnel_dp()
|
D | tunnel.c | 876 struct tb_port *out, int link_nr, in tb_tunnel_alloc_dp() argument 901 link_nr, "Video"); in tb_tunnel_alloc_dp() 908 TB_DP_AUX_TX_HOPID, link_nr, "AUX TX"); in tb_tunnel_alloc_dp() 915 TB_DP_AUX_RX_HOPID, link_nr, "AUX RX"); in tb_tunnel_alloc_dp()
|
D | tb.h | 265 u8 link_nr:1; member 555 if (port->dual_link_port && port->link_nr) in tb_port_has_remote() 1060 struct tb_port *dst, int dst_hopid, int link_nr,
|
D | test.c | 100 sw->ports[2].link_nr = 1; in alloc_host() 115 sw->ports[4].link_nr = 1; in alloc_host() 204 sw->ports[2].link_nr = 1; in alloc_dev_default() 219 sw->ports[4].link_nr = 1; in alloc_dev_default() 234 sw->ports[6].link_nr = 1; in alloc_dev_default() 249 sw->ports[8].link_nr = 1; in alloc_dev_default()
|
D | switch.c | 926 next->link_nr != prev->link_nr) { in tb_next_port_on_path() 2603 port->link_nr = 0; in tb_switch_default_link_ports() 2605 subordinate->link_nr = 1; in tb_switch_default_link_ports()
|
D | usb4.c | 903 if (!p->link_nr) { in usb4_port_idx()
|
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | anx9805.c | 193 int link_nr, int link_bw, bool enh) in anx9805_aux_lnk_ctl() argument 201 link_nr, link_bw, enh); in anx9805_aux_lnk_ctl() 204 nvkm_wri2cr(adap, aux->addr, 0xa1, link_nr | (enh ? 0x80 : 0x00)); in anx9805_aux_lnk_ctl()
|
D | aux.h | 17 int (*lnk_ctl)(struct nvkm_i2c_aux *, int link_nr, int link_bw,
|
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | dcb.h | 48 int link_nr; member
|
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | i2c.h | 71 int nvkm_i2c_aux_lnk_ctl(struct nvkm_i2c_aux *, int link_nr, int link_bw,
|
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | dp.c | 651 dp->links = min(dp->links, dp->outp.info.dpconf.link_nr); in nvkm_dp_enable()
|
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.c | 1622 max_payloads, outp->dcb->dpconf.link_nr, in nv50_mstm_new()
|