Home
last modified time | relevance | path

Searched refs:work (Results 1 – 25 of 208) sorted by relevance

123456789

/u-boot/include/linux/
A Dcompletion.h39 #define COMPLETION_INITIALIZER(work) \ argument
43 (*({ init_completion_map(&(work), &(map)); &(work); }))
45 #define COMPLETION_INITIALIZER_ONSTACK(work) \ argument
46 (*({ init_completion(&work); &work; }))
56 #define DECLARE_COMPLETION(work) \ argument
57 struct completion work = COMPLETION_INITIALIZER(work)
72 # define DECLARE_COMPLETION_ONSTACK(work) \ argument
73 struct completion work = COMPLETION_INITIALIZER_ONSTACK(work)
75 struct completion work = COMPLETION_INITIALIZER_ONSTACK_MAP(work, map)
77 # define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work) argument
[all …]
/u-boot/lib/zlib/
A Dinftrees.c34 unsigned short FAR *work) in inflate_table() argument
143 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; in inflate_table()
180 base = extra = work; /* dummy value--not used */ in inflate_table()
213 if (work[sym] + 1 < match) { in inflate_table()
215 this.val = work[sym]; in inflate_table()
216 } else if (work[sym] >= match) { in inflate_table()
217 this.op = (unsigned char)(extra[work[sym] - match]); in inflate_table()
218 this.val = base[work[sym] - match]; in inflate_table()
249 len = lens[work[sym]]; in inflate_table()
A Dinftrees.h55 unsigned FAR *bits, unsigned short FAR *work));
A Dinflate.h113 unsigned short work[288]; /* work area for code table building */ member
/u-boot/Licenses/
A Dlgpl-2.1.txt111 "work based on the library" and a "work that uses the library". The
130 Library" means either the Library or any derivative work under
136 "Source code" for a work means the preferred form of the work for
163 of it, thus forming a work based on the Library, and copy and
167 a) The modified work must itself be a software library.
190 These requirements apply to the modified work as a whole. If
243 work, in isolation, is not a derivative work of the Library, and
268 Any executables containing that work also fall under Section 6,
273 work containing portions of the Library, and distribute that work
286 a) Accompany the work with the complete corresponding
[all …]
A Dlgpl-2.0.txt95 "work based on the library" and a "work that uses the library". The
117 Library" means either the Library or any derivative work under
123 "Source code" for a work means the preferred form of the work for
150 of it, thus forming a work based on the Library, and copy and
154 a) The modified work must itself be a software library.
177 These requirements apply to the modified work as a whole. If
230 work, in isolation, is not a derivative work of the Library, and
255 Any executables containing that work also fall under Section 6,
260 work containing portions of the Library, and distribute that work
273 a) Accompany the work with the complete corresponding
[all …]
A DExceptions8 U-Boot, and does *not* fall under the heading of "derived work".
13 *not* fall under the heading of "derived work".
A Dgpl-2.0.txt62 0. This License applies to any program or other work which contains
65 refers to any such program or work, and a "work based on the Program"
66 means either the Program or any derivative work under copyright law:
67 that is to say, a work containing the Program or a portion of it,
75 is covered only if its contents constitute a work based on the
91 of it, thus forming a work based on the Program, and copy and
92 distribute such modifications or work under the terms of Section 1
111 does not normally print such an announcement, your work based on
114 These requirements apply to the modified work as a whole. If
155 The source code for a work means the preferred form of the work for
[all …]
A DeCos-2.0.txt26 link it with other works to produce a work based on this file, this
27 file does not by itself cause the resulting work to be covered by the
32 This exception does not invalidate any other reasons why a work based
/u-boot/fs/jffs2/
A DLICENCE22 files and link them with other works to produce a work based on these
23 files, these files do not by themselves cause the resulting work to be
28 This exception does not invalidate any other reasons why a work based on
/u-boot/doc/
A Dindex.rst9 documentation, like the U-Boot itself, is very much a work in progress;
10 that is especially true as we work to integrate our many scattered
22 trying to get it to work optimally on a given system.
68 These books get into the details of how specific U-Boot subsystems work
A DREADME.atmel_mci10 - AT91SAM9XE512 (tested, will definitely work with XE128 and XE256)
12 - AT91SAM9G20 (not tested, should work)
14 It should work with all other ATMEL devices that have MCI.
/u-boot/arch/arm/dts/
A Drk3328-roc-cc-u-boot.dtsi57 * This makes XHCI responsible for toggling VBUS. This is needed to work
59 * work, depending on how VBUS is configured. Having USB 3.0 seems better.
A Drk3328-rock64-u-boot.dtsi57 * This makes XHCI responsible for toggling VBUS. This is needed to work
59 * work, depending on how VBUS is configured. Having USB 3.0 seems better.
A Darmada-38x-solidrun-microsom.dtsi7 * This board is in development; the contents of this file work with
31 * If the rtc doesn't work, run "date reset"
/u-boot/board/work-microwave/work_92105/
A DMAINTAINERS4 F: board/work-microwave/work_92105/
A DKconfig7 default "work-microwave"
/u-boot/doc/device-tree-bindings/usb/
A Dgeneric.txt4 - maximum-speed: tells USB controllers we want to work up to a certain
10 - dr_mode: tells Dual-Role USB controllers that we want to work on a
/u-boot/arch/arm/mach-lpc32xx/
A DKconfig18 source "board/work-microwave/work_92105/Kconfig"
/u-boot/doc/SPI/
A DREADME.altera_spi6 - Only then will the driver work
/u-boot/test/
A DKconfig11 # We need to be able to unbind devices for tests to work
76 work correctly. The test is fairly simple and will not catch all
86 manipulating Unicode strings work correctly.
/u-boot/drivers/serial/
A DKconfig133 device does not work.
227 You will need to provide parameters to make this work. The
236 You will need to provide parameters to make this work. The
245 will need to provide parameters to make this work. The driver will
253 will need to provide parameters to make this work. The driver will
339 work. The driver will be available until the real driver model
348 work. The driver will be available until the real driver model
389 You will need to provide parameters to make this work.
398 You will need to provide DEBUG_UART_BASE to make this work. The
416 You will need to provide parameters to make this work. The
[all …]
/u-boot/board/Marvell/db-88f6820-gp/
A DREADME15 work reliable. So here this command should be used:
/u-boot/board/toradex/apalis-tk1/
A DKconfig34 to actually work.
/u-boot/drivers/soc/ti/
A DKconfig15 to enable straightforward passing of work between a producer

Completed in 21 milliseconds

123456789