Searched refs:scanned (Results 1 – 10 of 10) sorted by relevance
/u-boot/drivers/mtd/ubispl/ |
A D | ubispl.h | 109 unsigned long scanned[UBI_FM_BM_SIZE]; member
|
A D | ubispl.c | 244 if (test_and_set_bit(pnum, ubi->scanned)) in ubi_io_read_vid_hdr() 324 !!test_bit(pnum, ubi->scanned)); in ubi_add_peb_to_vol() 340 if (!test_bit(cur_pnum, ubi->scanned)) { in ubi_add_peb_to_vol() 945 if (!test_bit(pnum, ubi->scanned)) { in ubi_load_block() 1004 if (!test_bit(pnum, ubi->scanned)) { in ubi_load_block()
|
/u-boot/doc/driver-model/ |
A D | pci-info.rst | 6 How busses are scanned 137 be scanned as a PCI device, causing confusion. 139 When this bus is scanned we will end up with something like this:: 167 When this bus is scanned we will end up with something like this::
|
A D | usb-info.rst | 73 does not by itself cause the bus to be scanned. 77 each controller will be probed and its bus scanned. 206 usb_setup_device(), passing the port number to be scanned, in this case 216 scanned the bus and so the device was created before 248 Note that the first device is always a root hub, and this must be scanned to 266 - once all hub ports are scanned in this way, the hub is ready for use and 268 - additional controllers are scanned in the same way 282 USB hubs are scanned as in the section above. While hubs have their own 327 is scanned, all Ethernet devices will be created as generic USB devices (in 348 (defined by the sandbox device tree sandbox.dts) which can be scanned and
|
/u-boot/doc/uImage.FIT/ |
A D | source_file_format.txt | 282 allows the FIT to be quite small, so that it can be loaded and scanned
|
/u-boot/drivers/core/ |
A D | Kconfig | 8 CONFIG_OF_CONTROL is enabled, the device tree will be scanned also
|
/u-boot/doc/device-tree-bindings/gpio/ |
A D | gpio.txt | 195 Only one of the following properties scanned in the order shown below.
|
/u-boot/scripts/ |
A D | spelling.txt | 1009 scaned||scanned
|
/u-boot/common/ |
A D | dlmalloc.src | 2053 1. The bin corresponding to the request size is scanned, and if 2065 3. Other bins are scanned in increasing size order, using a 2152 idx += 2; /* Set for bin scan below. We've already scanned 2 bins. */
|
/u-boot/arch/x86/ |
A D | Kconfig | 858 convenient. Using this, PCI can be scanned and configured. This
|
Completed in 14 milliseconds