Lines Matching full:bridge
13 * dm_pciauto_prescan_setup_bridge() - Set up a bridge for scanning
15 * This gets a bridge ready so that its downstream devices can be scanned.
19 * @dev: Bridge device to be scanned
20 * @sub_bus: Bus number of the 'other side' of the bridge
25 * dm_pciauto_postscan_setup_bridge() - Finish set up of a bridge after scanning
29 * of the bridge.
31 * @dev: Bridge device that was scanned
32 * @sub_bus: Bus number of the 'other side' of the bridge
39 * If the device is a bridge, downstream devices will be probed.
44 * bridge then it will return a larger number, depending on the devices on
45 * that bridge. On error, returns a -ve error number.