Searched refs:router_bus (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_i2c.c1337 if (!radeon_connector->router_bus)
1340 radeon_i2c_get_byte(radeon_connector->router_bus,
1344 radeon_i2c_put_byte(radeon_connector->router_bus,
1347 radeon_i2c_get_byte(radeon_connector->router_bus,
1352 radeon_i2c_put_byte(radeon_connector->router_bus,
1365 if (!radeon_connector->router_bus)
1368 radeon_i2c_get_byte(radeon_connector->router_bus,
1372 radeon_i2c_put_byte(radeon_connector->router_bus,
1375 radeon_i2c_get_byte(radeon_connector->router_bus,
1380 radeon_i2c_put_byte(radeon_connector->router_bus,
[all...]
H A Dradeon_connectors.c1545 if (radeon_connector->router_bus && router->ddc_valid &&
1583 radeon_connector->router_bus = radeon_i2c_lookup(rdev, &router->i2c_info);
1584 if (!radeon_connector->router_bus)
H A Dradeon_mode.h483 struct radeon_i2c_chan *router_bus; member in struct:radeon_connector

Completed in 113 milliseconds