Searched refs:link_nr (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_dp.c | 147 nv_encoder->dp.link_nr = in nouveau_dp_detect() 151 nv_encoder->dp.link_nr, nv_encoder->dp.link_bw, in nouveau_dp_detect() 154 nv_encoder->dcb->dpconf.link_nr, in nouveau_dp_detect() 157 if (nv_encoder->dcb->dpconf.link_nr < nv_encoder->dp.link_nr) in nouveau_dp_detect() 158 nv_encoder->dp.link_nr = nv_encoder->dcb->dpconf.link_nr; in nouveau_dp_detect() 163 nv_encoder->dp.link_nr, nv_encoder->dp.link_bw); in nouveau_dp_detect() 244 max_rate = outp->dp.link_nr * outp->dp.link_bw; in nv50_dp_mode_valid()
|
| H A D | nouveau_encoder.h | 66 int link_nr; member
|
| H A D | nouveau_bios.c | 1490 entry->dpconf.link_nr = 4; in parse_dcb20_entry() 1494 entry->dpconf.link_nr = 2; in parse_dcb20_entry() 1497 entry->dpconf.link_nr = 1; in parse_dcb20_entry()
|
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | path.c | 229 struct tb_port *dst, int dst_hopid, int link_nr, in tb_path_alloc() argument 276 in_port->link_nr != link_nr) in tb_path_alloc() 294 out_port->link_nr) { in tb_path_alloc() 301 out_port->link_nr != link_nr) { in tb_path_alloc()
|
| H A D | eeprom.c | 259 u8 link_nr:1; member 369 port->link_nr = entry->link_nr; in tb_drom_parse_entry_port()
|
| H A D | tb.h | 213 u8 link_nr:1; member 462 if (port->dual_link_port && port->link_nr) in tb_port_has_remote() 892 struct tb_port *dst, int dst_hopid, int link_nr,
|
| H A D | test.c | 96 sw->ports[2].link_nr = 1; in alloc_host() 107 sw->ports[4].link_nr = 1; in alloc_host() 172 sw->ports[2].link_nr = 1; in alloc_dev_default() 183 sw->ports[4].link_nr = 1; in alloc_dev_default() 194 sw->ports[6].link_nr = 1; in alloc_dev_default() 205 sw->ports[8].link_nr = 1; in alloc_dev_default()
|
| H A D | switch.c | 896 next->link_nr != prev->link_nr) { in tb_next_port_on_path() 2223 port->link_nr = 0; in tb_switch_default_link_ports() 2225 subordinate->link_nr = 1; in tb_switch_default_link_ports()
|
| H A D | usb4.c | 765 if (!p->link_nr) { in usb4_port_idx()
|
| H A D | tb.c | 573 if (port->dual_link_port && port->link_nr) in tb_scan_port()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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 | 10 int (*lnk_ctl)(struct nvkm_i2c_aux *, int link_nr, int link_bw,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
| H A D | dcb.h | 48 int link_nr; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
| H A D | i2c.h | 71 int nvkm_i2c_aux_lnk_ctl(struct nvkm_i2c_aux *, int link_nr, int link_bw,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | dp.c | 350 const u8 outp_nr = dp->outp.info.dpconf.link_nr; in nvkm_dp_train()
|