/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pychromecast/ |
H A D | 0001-Allow-newer-version-of-wheel-and-setuptools.patch | 2 From: Tom Geelen <t.f.g.geelen@gmail.com> 7 Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
|
/openbmc/linux/Documentation/userspace-api/media/rc/ |
H A D | keytable.c.rst | 76 perror("Couldn't open input device"); 123 scancode=strtok(s,"\\n\\t =:"); 129 scancode = strtok(NULL,"\\n\\t =:"); 136 keycode=strtok(NULL,"\\n\\t =:("); 155 // printf("\\t%04x=%04x\\n",codes[0], codes[1]);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
H A D | 0003-RH-don-t-start-without-a-config-file.patch | 4 Subject: [PATCH 03/12] RH: don't start without a config file 6 If /etc/multipath.conf doesn't exist, don't start multipathd and blacklist 9 packages installed but don't want to use them. This patch provides a 41 * We don't support re-initialization after
|
/openbmc/linux/security/smack/ |
H A D | smack.h | 385 const struct task_struct *t) in smk_of_task_struct_obj() argument 392 cred = __task_cred(t); in smk_of_task_struct_obj() 452 struct task_struct *t) in smk_ad_setfield_u_tsk() argument 454 a->a.u.tsk = t; in smk_ad_setfield_u_tsk() 484 struct task_struct *t) in smk_ad_setfield_u_tsk() argument
|
/openbmc/linux/drivers/clk/at91/ |
H A D | sama7g5.c | 166 u8 t; member 176 .t = PLL_TYPE_FRAC, 189 .t = PLL_TYPE_DIV, 207 .t = PLL_TYPE_FRAC, 221 .t = PLL_TYPE_DIV, 250 .t = PLL_TYPE_DIV, 271 .t = PLL_TYPE_DIV, 291 .t = PLL_TYPE_DIV, 312 .t = PLL_TYPE_DIV, 323 .t = PLL_TYPE_DIV, [all …]
|
/openbmc/openbmc/poky/bitbake/lib/ply/ |
H A D | lex.py | 405 t = self.token() 406 if t is None: 408 return t 431 e,b,t = sys.exc_info() 432 f = t.tb_frame 673 t = self.ldict[f] 677 if hasattr(t,"__call__"): 680 self.errorf[s] = t 689 elif isinstance(t, StringTypes): 692 self.ignore[s] = t [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_vma.c | 576 }, *t; in igt_vma_rotate_remap() local 588 for (t = types; *t; t++) { in igt_vma_rotate_remap() 592 .type = *t, in igt_vma_rotate_remap() 983 }, *t; in igt_vma_remapped_gtt() local 997 for (t = types; *t; t++) { in igt_vma_remapped_gtt() 1000 .type = *t, in igt_vma_remapped_gtt() 1015 plane_info[0].dst_stride = *t == I915_GTT_VIEW_ROTATED ? in igt_vma_remapped_gtt() 1024 GEM_BUG_ON(vma->gtt_view.type != *t); in igt_vma_remapped_gtt() 1038 if (*t == I915_GTT_VIEW_ROTATED) in igt_vma_remapped_gtt() 1070 if (*t == I915_GTT_VIEW_ROTATED) in igt_vma_remapped_gtt() [all …]
|
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_macros.py | 198 qom_matches = chain(*(self.file.matches_of_type(t) for t in qom_macros)) 208 qom_matches = chain(*(self.file.matches_of_type(t) for t in qom_macros)) 405 for t in [ids.instancetype, ids.classtype]: 406 if not t: 408 if re.fullmatch(RE_STRUCT_TYPE, t): 409 self.info("type %s is not a typedef", t) 411 td = find_typedef(self.file, t) 417 if f and find_typedef(f, t): 421 issues.append("couldn't find typedef %s" % (t)) 587 for t in decl_types: [all …]
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | ptrace_64.c | 345 struct thread_info *t = task_thread_info(target); in fpregs64_get() local 351 fprs = t->fpsaved[0]; in fpregs64_get() 354 membuf_write(&to, t->fpregs, 16 * sizeof(u64)); in fpregs64_get() 363 membuf_store(&to, t->xfsr[0]); in fpregs64_get() 364 membuf_store(&to, t->gsr[0]); in fpregs64_get() 686 enabled = t->fpsaved[0] & FPRS_FEF; in fpregs32_get() 688 membuf_write(&to, t->fpregs, 32 * sizeof(u32)); in fpregs32_get() 691 membuf_store(&to, (u32)t->xfsr[0]); in fpregs32_get() 838 membuf_write(&to, t->fpregs, 32 * sizeof(u32)); in getfpregs_get() 839 if (t->fpsaved[0] & FPRS_FEF) in getfpregs_get() [all …]
|
/openbmc/linux/lib/ |
H A D | plist.c | 32 static void plist_check_prev_next(struct list_head *t, struct list_head *p, in plist_check_prev_next() argument 39 t, t->next, t->prev, in plist_check_prev_next()
|
/openbmc/linux/drivers/md/bcache/ |
H A D | util.c | 95 int u = 0, t; in STRTO_H() local 111 t = q & ~(~0 << 10); in STRTO_H() 119 return sprintf(buf, "-%llu.%i%c", q, t * 10 / 1024, units[u]); in STRTO_H() 121 return sprintf(buf, "%llu.%i%c", q, t * 10 / 1024, units[u]); in STRTO_H()
|
/openbmc/linux/drivers/phy/ralink/ |
H A D | phy-ralink-usb.c | 94 u32 t; in ralink_usb_phy_power_on() local 119 regmap_read(phy->sysctl, RT_SYSC_REG_USB_PHY_CFG, &t); in ralink_usb_phy_power_on() 121 (t & UDEV_WAKEUP) ? ("enabled") : ("disabled")); in ralink_usb_phy_power_on() 122 if (t & USB_PHY_UTMI_8B60M) in ralink_usb_phy_power_on()
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/files/ |
H A D | 0001-build-don-t-override-localstatedir-mandir-sysconfdir.patch | 4 Subject: [PATCH] build: don't override --localstatedir --mandir --sysconfdir 40 -# things that don't make sense like put our config file in /usr/etc. So, I'll just hack 41 -# it here. If the --prefix option isn't specified during configure, let it all go to 42 +# If the --prefix option isn't specified during configure, let it all go to
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | memory.h | 105 #define nvkm_fill(t,s,o,a,d,c) do { \ argument 107 u##t __iomem *_m = nvkm_kmap(o); \ 111 iowrite##t##_native(_d, &_m[_o++]); \ 117 nvkm_wo##t((o), _a, _d); \
|
/openbmc/linux/arch/x86/boot/ |
H A D | genimage.sh | 126 local t=0 129 t=$((t + ((s+cluster-1)/cluster)*cluster)) 131 echo $t
|
/openbmc/linux/net/ipv6/ |
H A D | xfrm6_input.c | 21 struct ip6_tnl *t) in xfrm6_rcv_spi() argument 23 XFRM_TUNNEL_SKB_CB(skb)->tunnel.ip6 = t; in xfrm6_rcv_spi() 170 int xfrm6_rcv_tnl(struct sk_buff *skb, struct ip6_tnl *t) in xfrm6_rcv_tnl() argument 173 0, t); in xfrm6_rcv_tnl()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | check | 188 print('\n'.join([os.path.basename(t) for t in tests])) 192 paths = [os.path.join(env.source_iotests, t) for t in tests]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/ |
H A D | trusted-firmware-m-corstone1000.inc | 38 …find ${S}/lib/ext/qcbor -type f -name '*.patch' -print0 | sort -z | xargs -r -t -0 -n 1 patch -p1 … 39 …find ${S}/lib/ext/mbedcrypto -type f -name '*.patch' -print0 | sort -z | xargs -r -t -0 -n 1 patch… 40 …find ${S}/lib/ext/mcuboot -type f -name '*.patch' -print0 | sort -z | xargs -r -t -0 -n 1 patch -p… 41 …find ${S}/lib/ext/tf-m-tests -type f -name '*.patch' -print0 | sort -z | xargs -r -t -0 -n 1 patch…
|
/openbmc/openbmc/poky/meta/recipes-extended/ghostscript/ |
H A D | ghostscript_10.03.1.bb | 50 # Uses autoconf but not automake, can't do out-of-tree 54 # ghostscript can't link to them. Can't prune zlib as that's needed for the 74 CVE_STATUS[CVE-2023-38560] = "not-applicable-config: PCL isn't part of the Ghostscript release"
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_execlists.c | 183 struct igt_live_test t; in live_unlite_restore() local 345 struct igt_live_test t; in live_unlite_ring() local 495 struct igt_live_test t; in live_pin_rewind() local 1583 struct igt_live_test t; in live_busywait_preempt() local 2059 struct igt_live_test t; in __cancel_active0() local 2103 struct igt_live_test t; in __cancel_active1() local 2174 struct igt_live_test t; in __cancel_queued() local 2802 struct igt_live_test t; in __live_preempt_ring() local 3643 struct igt_live_test t; in live_preempt_smoke() local 3722 struct igt_live_test t; in nop_virtual_engine() local [all …]
|
/openbmc/linux/Documentation/usb/ |
H A D | ehci.rst | 24 high speed "split transactions" that don't waste transfer bandwidth. 40 but those changes haven't needed to really change the basic "usbcore" 69 most USB audio and video devices can't be connected to high speed buses. 75 from a driver on one interface (or through usbfs) won't interfere with 80 controller. This driver doesn't need to know anything about those 81 drivers; a OHCI or UHCI driver that works already doesn't need to change 84 There are some issues with power management; suspend/resume doesn't 130 and isochronous transfers. Doesn't show qtds. 140 can't, such as "high bandwidth" periodic (interrupt or ISO) transfers. 181 that the controller hardware won't do concurrent USB and PCI access, [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/parted/files/ |
H A D | fix-doc-mandir.patch | 13 # threshold is 80%), it won't be distributed, and the build won't fail.
|
/openbmc/openbmc/poky/meta/recipes-devtools/mtools/mtools/ |
H A D | clang_UNUSED.patch | 11 /* gcc -traditional doesn't have PACKED, UNUSED and NORETURN */ 15 /* gcc 2.6.3 doesn't have "unused" */ /* mool */
|
/openbmc/openbmc/poky/meta/recipes-support/libgcrypt/files/ |
H A D | no-bench-slope.patch | 14 { "t-x448" }, 15 { "t-ed448" },
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/ |
H A D | ntp-4.2.4_p6-nano.patch | 29 # define ntp_adjtime(t) syscall(SYS_ntp_adjtime, (t))
|