/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_dp.c | 164 nv_encoder->dp.link_nr = in nouveau_dp_detect() 183 nv_encoder->dp.link_nr, nv_encoder->dp.link_bw, in nouveau_dp_detect() 186 nv_encoder->dcb->dpconf.link_nr, in nouveau_dp_detect() 189 if (nv_encoder->dcb->dpconf.link_nr < nv_encoder->dp.link_nr) in nouveau_dp_detect() 190 nv_encoder->dp.link_nr = nv_encoder->dcb->dpconf.link_nr; in nouveau_dp_detect() 195 nv_encoder->dp.link_nr, nv_encoder->dp.link_bw); in nouveau_dp_detect() 291 max_rate = outp->dp.link_nr * outp->dp.link_bw; in nv50_dp_mode_valid()
|
H A D | nouveau_encoder.h | 74 int link_nr; member
|
H A D | nouveau_bios.c | 1494 entry->dpconf.link_nr = 4; in parse_dcb20_entry() 1498 entry->dpconf.link_nr = 2; in parse_dcb20_entry() 1501 entry->dpconf.link_nr = 1; in parse_dcb20_entry()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/ |
H A D | outp.c | 131 int link_nr, int link_bw, bool hda, bool mst) in nvif_outp_acquire_dp() argument 136 args.dp.link_nr = link_nr; in nvif_outp_acquire_dp() 145 args.dp.link_nr, args.dp.link_bw, args.dp.hda, args.dp.mst, args.or, args.link); in nvif_outp_acquire_dp()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A 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()
|
/openbmc/linux/drivers/thunderbolt/ |
H A 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()
|
H A D | eeprom.c | 262 u8 link_nr:1; member 394 port->link_nr = entry->link_nr; in tb_drom_parse_entry_port()
|
H A D | tunnel.h | 88 struct tb_port *out, int link_nr,
|
H A D | tb.h | 280 u8 link_nr:1; member 585 if (port->dual_link_port && port->link_nr) in tb_port_has_remote() 1133 struct tb_port *dst, int dst_hopid, int link_nr,
|
H A D | tb.c | 1357 if (port->dual_link_port && port->link_nr) in tb_scan_port() 1741 int available_up, available_down, ret, link_nr; in tb_tunnel_one_dp() local 1752 link_nr = 1; in tb_tunnel_one_dp() 1755 link_nr = 0; in tb_tunnel_one_dp() 1794 tunnel = tb_tunnel_alloc_dp(tb, in, out, link_nr, available_up, in tb_tunnel_one_dp()
|
H A D | tunnel.c | 1432 struct tb_port *out, int link_nr, in tb_tunnel_alloc_dp() argument 1461 link_nr, "Video"); in tb_tunnel_alloc_dp() 1468 TB_DP_AUX_TX_HOPID, link_nr, "AUX TX"); in tb_tunnel_alloc_dp() 1475 TB_DP_AUX_RX_HOPID, link_nr, "AUX RX"); in tb_tunnel_alloc_dp()
|
H A D | test.c | 100 sw->ports[2].link_nr = 1; in alloc_host() 115 sw->ports[4].link_nr = 1; in alloc_host() 221 sw->ports[2].link_nr = 1; in alloc_dev_default() 236 sw->ports[4].link_nr = 1; in alloc_dev_default() 251 sw->ports[6].link_nr = 1; in alloc_dev_default() 266 sw->ports[8].link_nr = 1; in alloc_dev_default()
|
H A D | switch.c | 883 next->link_nr != prev->link_nr) { in tb_next_port_on_path() 2811 port->link_nr = 0; in tb_switch_default_link_ports() 2813 subordinate->link_nr = 1; in tb_switch_default_link_ports()
|
H A D | usb4.c | 951 if (!p->link_nr) { in usb4_port_idx()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
H A 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()
|
H A D | aux.h | 17 int (*lnk_ctl)(struct nvkm_i2c_aux *, int link_nr, int link_bw,
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | outp.h | 26 int link_nr, int link_bw, bool hda, bool mst);
|
H A D | if0012.h | 63 __u8 link_nr; /* 0 = highest possible. */ member
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | dcb.h | 48 int link_nr; member
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | uoutp.c | 150 u8 link_nr, u8 link_bw, bool hda, bool mst) in nvkm_uoutp_mthd_acquire_dp() argument 159 outp->dp.lt.nr = link_nr; in nvkm_uoutp_mthd_acquire_dp() 237 args->v0.dp.link_nr, in nvkm_uoutp_mthd_acquire()
|
H A D | dp.c | 745 outp->dp.links = min(outp->dp.links, outp->info.dpconf.link_nr); in nvkm_dp_enable()
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | i2c.h | 57 int nvkm_i2c_aux_lnk_ctl(struct nvkm_i2c_aux *, int link_nr, int link_bw,
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.c | 377 max_rate = nv_encoder->dp.link_nr * nv_encoder->dp.link_bw; in nv50_outp_atomic_fix_depth() 980 outp->dp.link_bw, outp->dp.link_nr); in nv50_msto_atomic_check()
|