Searched refs:attach (Results 1 – 25 of 26) sorted by relevance
12
| /u-boot/drivers/video/bridge/ |
| A D | ptn3460.c | 20 .attach = ptn3460_attach,
|
| A D | video-bridge-uclass.c | 31 if (!ops->attach) in video_bridge_attach() 34 return ops->attach(dev); in video_bridge_attach()
|
| A D | ps862x.c | 121 .attach = ps8622_attach,
|
| A D | anx6345.c | 408 .attach = anx6345_attach,
|
| /u-boot/drivers/mtd/ubi/ |
| A D | Makefile | 6 obj-y += attach.o build.o vtbl.o vmt.o upd.o kapi.o eba.o io.o wl.o crc32.o
|
| A D | Kconfig | 77 by the "attach" ioctl. 90 The on-flash fastmap contains all information needed to attach
|
| /u-boot/include/ |
| A D | video_bridge.h | 34 int (*attach)(struct udevice *dev); member
|
| A D | mipi_dsi.h | 91 int (*attach)(struct mipi_dsi_host *host, member
|
| /u-boot/drivers/video/ |
| A D | mipi_dsi.c | 61 if (!ops || !ops->attach) in mipi_dsi_attach() 64 return ops->attach(dsi->host, dsi); in mipi_dsi_attach()
|
| A D | dw_mipi_dsi.c | 438 .attach = dw_mipi_dsi_host_attach,
|
| /u-boot/doc/usage/cmd/ |
| A D | host.rst | 19 The host command provides a way to attach disk images on the host to U-Boot
|
| /u-boot/doc/develop/ |
| A D | event.rst | 77 cases we want to attach an event handler at runtime. For example, we may wish
|
| A D | py_testing.rst | 8 console interface. A single top-level script exists to execute or attach to the 64 physical board, attach to the board's console stream, and reset the board. 119 The test script will attach to U-Boot, execute all valid tests for the board, 182 debug communication via the channel `COMM`. You can attach a debugger to the 211 to attach the debugger to the new sandbox instance. If these tests are not
|
| /u-boot/drivers/video/stm32/ |
| A D | stm32_dsi.c | 500 .attach = stm32_dsi_attach,
|
| /u-boot/doc/ |
| A D | README.ubi | 29 a new UBI device on the requested MTD partition. Or it will attach a
|
| /u-boot/drivers/video/rockchip/ |
| A D | dw_mipi_dsi_rockchip.c | 857 .attach = dw_mipi_dsi_rockchip_attach,
|
| /u-boot/doc/develop/driver-model/ |
| A D | usb-info.rst | 183 The enumeration process needs to work out which driver to attach to each USB 285 - they both attach private data to their children (struct usb_device,
|
| /u-boot/Licenses/ |
| A D | gpl-2.0.txt | 288 To do so, attach the following notices to the program. It is safest 289 to attach them to the start of each source file to most effectively
|
| A D | lgpl-2.0.txt | 447 To apply these terms, attach the following notices to the library. It is 448 safest to attach them to the start of each source file to most effectively
|
| A D | lgpl-2.1.txt | 468 To apply these terms, attach the following notices to the library. It is 469 safest to attach them to the start of each source file to most effectively
|
| /u-boot/tools/u_boot_pylib/ |
| A D | LICENSE | 288 To do so, attach the following notices to the program. It is safest 289 to attach them to the start of each source file to most effectively
|
| /u-boot/board/freescale/t208xqds/ |
| A D | README | 91 direct attach cable(copper), the copper cable is used to emulate
|
| /u-boot/scripts/ |
| A D | spelling.txt | 191 attatch||attach
|
| /u-boot/doc/arch/sandbox/ |
| A D | sandbox.rst | 538 will let you use GDB to attach like::
|
| /u-boot/ |
| A D | README | 544 attach your USB cable. The Unix command "dmesg" should print 1148 The on-flash fastmap contains all information needed to attach
|
Completed in 45 milliseconds
12