/openbmc/linux/drivers/irqchip/ |
H A D | irq-tegra.c | 80 static struct tegra_ictlr_info *lic; variable 124 lic->ictlr_wake_mask[index] |= mask; in tegra_set_wake() 126 lic->ictlr_wake_mask[index] &= ~mask; in tegra_set_wake() 142 void __iomem *ictlr = lic->base[i]; in tegra_ictlr_suspend() 145 lic->cpu_ier[i] = readl_relaxed(ictlr + ICTLR_CPU_IER); in tegra_ictlr_suspend() 146 lic->cpu_iep[i] = readl_relaxed(ictlr + ICTLR_CPU_IEP_CLASS); in tegra_ictlr_suspend() 147 lic->cop_ier[i] = readl_relaxed(ictlr + ICTLR_COP_IER); in tegra_ictlr_suspend() 148 lic->cop_iep[i] = readl_relaxed(ictlr + ICTLR_COP_IEP_CLASS); in tegra_ictlr_suspend() 157 writel_relaxed(lic->ictlr_wake_mask[i], ictlr + ICTLR_CPU_IER_SET); in tegra_ictlr_suspend() 171 void __iomem *ictlr = lic->base[i]; in tegra_ictlr_resume() [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | license.py | 154 excluded = [lic for lic in licenses if exclude_license(lic)] 155 included = [lic for lic in licenses if include_license(lic)] 177 lic = node.s 179 if license_ok(self._canonical_license(self._d, lic), 204 self.licensestr += lic 205 self.licenses.append(lic) 262 return [lic for lic in bad_licenses if pkg + ':' + lic not in exceptions] 312 return a if all(license_ok(canonical_license(d, lic), 313 dont_want_licenses) for lic in a) else b
|
H A D | sbom30.py | 556 lic = self.find_filter( 561 if lic is not None: 562 return lic 565 lic = self.find_by_id(self.new_spdxid(*spdxid)) 566 if lic is not None: 567 return lic 569 lic = self.add( 579 lic.simplelicensing_customIdToUri.append( 583 return lic 592 lic = self.new_license_expression(extracted_lic, license_data) [all …]
|
H A D | spdx30_tasks.py | 43 lic = objset.find_filter( 48 if lic is not None: 49 simple_license_text[name] = lic 50 return lic 52 lic = objset.add( 59 objset.set_element_alias(lic) 60 simple_license_text[name] = lic 63 lic.simplelicensing_licenseText = "Software released to the public domain" 64 return lic 72 lic.simplelicensing_licenseText = f.read() [all …]
|
H A D | spdx_common.py | 33 ascii_licenses = [lic.decode("ascii") for lic in licenses]
|
/openbmc/qemu/hw/intc/ |
H A D | loongson_ipi.c | 36 LoongsonIPIClass *lic = LOONGSON_IPI_GET_CLASS(dev); in loongson_ipi_realize() local 40 lic->parent_realize(dev, &local_err); in loongson_ipi_realize() 69 LoongsonIPIClass *lic = LOONGSON_IPI_CLASS(klass); in loongson_ipi_class_init() local 73 &lic->parent_realize); in loongson_ipi_class_init() 75 &lic->parent_unrealize); in loongson_ipi_class_init()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | license_image.bbclass | 10 COMPLEMENTARY_GLOB[lic-pkgs] = "*-lic" 15 if 'lic-pkgs' in features: 16 …bb.error("'lic-pkgs' in IMAGE_FEATURES but LICENSE_CREATE_PACKAGE not enabled to generate -lic pac… 102 for lic in pkg_dic[pkg]["LICENSES"]: 107 re.sub(r'\+', '', lic)) 111 if lic == "CLOSED": 118 % (lic, pkg_dic[pkg]["PN"]), d) 147 pkg_manifest_licenses = [oe.license.canonical_license(d, lic) \ 148 for lic in pkg_dic[pkg]["LICENSES"]] 151 for lic in licenses: [all …]
|
H A D | core-image.bbclass | 32 # - lic-pkgs - license packages for all installed pacakges in the rootfs, requires
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | incompatible_lic.py | 11 def lic_test(self, pn, pn_lic, lic, error_msg=None): argument 15 self.write_config("INCOMPATIBLE_LICENSE += \"%s\"" % (lic)) 64 def lic_test(self, pn, pn_lic, lic): argument 67 self.write_config("INCOMPATIBLE_LICENSE += \"%s\"" % (lic))
|
/openbmc/openbmc/poky/scripts/ |
H A D | pull-sdpx-licenses.py | 70 for idx, lic in enumerate(spdx_licenses["licenses"]): 71 lic_id = lic["licenseId"] 82 req = urllib.request.Request(lic["detailsUrl"])
|
/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/ |
H A D | npcm7xx-bootblock_10.10.19.bb | 14 https://raw.githubusercontent.com/Nuvoton-Israel/bootblock/${SRCREV}/LICENSE;name=lic \ 18 SRC_URI[lic.md5sum] = "b234ee4d69f5fce4486a80fdaf4a4263"
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
H A D | license.py | 58 if all(lic in self.preferred for lic in b):
|
/openbmc/linux/scripts/ |
H A D | spdxcheck.py | 76 … for lic in l.split(':')[1].upper().strip().replace(' ', '').replace('\t', '').split(','): 77 if not lic in spdx.licenses: 78 … raise SPDXException(None, 'Exception %s missing license %s' %(exception, lic)) 79 spdx.exceptions[exception].append(lic)
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_go.py | 634 lics = [lic for lic in lics if lic not in licenses] 652 for lic in lic_files_chksum: 653 f.write(" " + lic + " \\\n")
|
H A D | create.py | 972 lics = [lic for lic in lics if lic not in licenses]
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | sysinfo.h | 25 unsigned long lic; member
|
/openbmc/linux/arch/s390/kernel/ |
H A D | sysinfo.c | 98 if (info->lic) in stsi_1_1_1() 99 seq_printf(m, "LIC Identifier: %016lx\n", info->lic); in stsi_1_1_1()
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-3.4.rst | 228 - The ``-lic`` package is no longer automatically added to 232 you should instead add the new ``lic-pkgs`` feature to
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | tegra114.dtsi | 11 interrupt-parent = <&lic>; 140 lic: interrupt-controller@60004000 { label
|
H A D | tegra20.dtsi | 10 interrupt-parent = <&lic>; 170 lic: interrupt-controller@60004000 { label
|
H A D | tegra210.dtsi | 10 interrupt-parent = <&lic>; 307 lic: interrupt-controller@60004000 { label
|
H A D | tegra30.dtsi | 11 interrupt-parent = <&lic>; 255 lic: interrupt-controller@60004000 { label
|
H A D | tegra124.dtsi | 14 interrupt-parent = <&lic>; 197 lic: interrupt-controller@60004000 { label
|
/openbmc/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra114.dtsi | 11 interrupt-parent = <&lic>; 167 lic: interrupt-controller@60004000 { label
|
H A D | tegra20.dtsi | 13 interrupt-parent = <&lic>; 247 lic: interrupt-controller@60004000 { label
|