Searched refs:implied (Results 1 – 25 of 278) sorted by relevance
12345678910>>...12
| /u-boot/scripts/kconfig/ |
| A D | symbol.c | 226 if (sym->implied.expr && sym->dir_dep.tri != no) in sym_calc_visibility() 227 tri = expr_calc_value(sym->implied.expr); in sym_calc_visibility() 230 if (sym->implied.tri != tri) { in sym_calc_visibility() 231 sym->implied.tri = tri; in sym_calc_visibility() 396 if (sym->implied.tri != no) { in sym_calc_value() 489 if (sym->implied.tri == yes && val == mod) in sym_tristate_within_range() 744 if (val < sym->implied.tri) in sym_get_string_default() 745 val = sym->implied.tri; in sym_get_string_default() 1099 } else if (stack->expr == &sym->implied.expr) { in sym_check_print_recursive() 1181 stack.expr = &sym->implied.expr; in sym_check_sym_deps() [all …]
|
| A D | menu.c | 407 es->implied.expr = expr_alloc_or(es->implied.expr, in menu_finalize() 834 if (sym->implied.expr) { in get_symbol_str() 835 expr_gstr_print_revdep(sym->implied.expr, r, yes, " Implied by [y]:\n"); in get_symbol_str() 836 expr_gstr_print_revdep(sym->implied.expr, r, mod, " Implied by [m]:\n"); in get_symbol_str() 837 expr_gstr_print_revdep(sym->implied.expr, r, no, " Implied by [n]:\n"); in get_symbol_str()
|
| /u-boot/arch/arm/dts/ |
| A D | omap3-cpu-thermal.dtsi | 8 * kind, whether express or implied.
|
| A D | dra7-dspeve-thermal.dtsi | 8 * kind, whether express or implied.
|
| A D | dra7-iva-thermal.dtsi | 8 * kind, whether express or implied.
|
| A D | omap5-core-thermal.dtsi | 9 * kind, whether express or implied.
|
| A D | omap5-gpu-thermal.dtsi | 9 * kind, whether express or implied.
|
| A D | omap4-cpu-thermal.dtsi | 9 * kind, whether express or implied.
|
| A D | fsl-imx8qxp.dtsi | 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| A D | omap443x.dtsi | 8 * kind, whether express or implied.
|
| A D | omap34xx.dtsi | 8 * kind, whether express or implied.
|
| A D | fsl-imx8-ca53.dtsi | 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| A D | am3517.dtsi | 8 * kind, whether express or implied.
|
| A D | axp152.dtsi | 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| A D | axp809.dtsi | 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| A D | imx6ul-isiot-nand.dts | 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| A D | omap4460.dtsi | 8 * kind, whether express or implied.
|
| A D | sun5i-r8.dtsi | 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| A D | armada-372x.dtsi | 20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| /u-boot/Licenses/ |
| A D | ibm-pibs.txt | 6 patent applications is to be implied by the copyright license.
|
| A D | eCos-2.0.txt | 16 WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
| /u-boot/scripts/kconfig/tests/err_recursive_dep/ |
| A D | expected_stderr | 25 Kconfig:42: symbol E2 is implied by E1
|
| /u-boot/fs/jffs2/ |
| A D | LICENCE | 12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
| /u-boot/board/vscom/baltos/ |
| A D | u-boot.lds | 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| /u-boot/board/ti/am335x/ |
| A D | u-boot.lds | 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
Completed in 28 milliseconds
12345678910>>...12