/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-chess/gnuchess/ |
H A D | 0001-Remove-register-storage-class-classifier.patch | 26 int t; 35 int t;
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/ |
H A D | edk2-firmware.inc | 90 #FIXME - arm32 doesn't work with clang due to a linker issue 101 # Copy the templates as we don't run envsetup
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | overlayfs-etc.bbclass | 23 # original name, i.e. /sbin/init. It has an advantage that you won't need to change any kernel 24 # parameters in order to make it work, but it poses a restriction that package-management can't
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | vrf_strict_mode_test.sh | 414 for t in $TESTS 416 case $t in
|
/openbmc/linux/arch/arc/kernel/ |
H A D | entry.S | 185 ; don't call ret_from_system_call as it saves r0, already done above 329 ; Can't preempt if preemption disabled
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mmio.c | 86 static void mt7615_irq_tasklet(struct tasklet_struct *t) in mt7615_irq_tasklet() argument 88 struct mt7615_dev *dev = from_tasklet(dev, t, mt76.irq_tasklet); in mt7615_irq_tasklet()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-buildid-cache.txt | 29 Don't complain, do it. 59 Update specified file of the cache. Note that this doesn't remove
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | syscall_wrapper.h | 76 #define __SC_COMPAT_CAST(t, a) \ argument 77 (__typeof(__builtin_choose_expr(__TYPE_IS_L(t), 0, 0U))) \
|
/openbmc/linux/Documentation/i2c/ |
H A D | i2c-protocol.rst | 78 This will probably confuse all other clients on your bus, so don't 95 like SCCB require that. Normally, you really don't want to get interrupted
|
/openbmc/linux/drivers/tty/serial/ |
H A D | kgdb_nmi.c | 191 static void kgdb_nmi_tty_receiver(struct timer_list *t) in kgdb_nmi_tty_receiver() argument 193 struct kgdb_nmi_tty_priv *priv = from_timer(priv, t, timer); in kgdb_nmi_tty_receiver()
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm2836.dtsi | 48 * https://forums.raspberrypi.com/viewtopic.php?t=98428 111 * https://forums.raspberrypi.com/viewtopic.php?t=98428
|
/openbmc/linux/drivers/leds/flash/ |
H A D | leds-sgm3140.c | 136 static void sgm3140_powerdown_timer(struct timer_list *t) in sgm3140_powerdown_timer() argument 138 struct sgm3140 *priv = from_timer(priv, t, powerdown_timer); in sgm3140_powerdown_timer()
|
/openbmc/linux/drivers/pcmcia/ |
H A D | omap_cf.c | 78 static void omap_cf_timer(struct timer_list *t) in omap_cf_timer() argument 80 struct omap_cf_socket *cf = from_timer(cf, t, timer); in omap_cf_timer()
|
/openbmc/linux/drivers/gpu/drm/tests/ |
H A D | drm_plane_helper_test.c | 130 static void drm_check_plane_state_desc(const struct drm_check_plane_state_test *t, in drm_check_plane_state_desc() argument 133 sprintf(desc, "%s", t->name); in drm_check_plane_state_desc()
|
/openbmc/linux/drivers/dma-buf/ |
H A D | Kconfig | 47 Don't pin buffers if the dynamic DMA-buf interface is available on 51 This is marked experimental because we don't yet have a consistent
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | cq.c | 44 void mlx5_cq_tasklet_cb(struct tasklet_struct *t) in mlx5_cq_tasklet_cb() argument 48 struct mlx5_eq_tasklet *ctx = from_tasklet(ctx, t, task); in mlx5_cq_tasklet_cb()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | uaccess.h | 234 __typeof__(*(addr)) t; \ 255 (val) = __gu_tmp.t; \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/ |
H A D | toybox_0.8.11.bb | 54 # Disable killall5 as it isn't managed by update-alternatives 57 # Disable swapon as it doesn't handle the '-a' argument used during boot
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/ |
H A D | mycroft_19.8.1.bb | 15 file://0005-pip-requirements-Don-t-install-requirements-with-pip.patch \ 35 # Install the dev opts so it doesn't ask us on initial setup.
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-xhci.c | 160 #define TRB_TYPE(t) (((t).control >> TRB_TYPE_SHIFT) & TRB_TYPE_MASK) argument 193 #define TRB_INTR(t) (((t).status >> TRB_INTR_SHIFT) & TRB_INTR_MASK) argument 1189 if (report && (t->running_async || t->running_retry)) { in xhci_ep_nuke_one_xfer() 1190 t->status = report; in xhci_ep_nuke_one_xfer() 1191 xhci_xfer_report(t); in xhci_ep_nuke_one_xfer() 1194 if (t->running_async) { in xhci_ep_nuke_one_xfer() 1199 if (t->running_retry) { in xhci_ep_nuke_one_xfer() 1200 if (t->epctx) { in xhci_ep_nuke_one_xfer() 1207 g_free(t->trbs); in xhci_ep_nuke_one_xfer() 1209 t->trbs = NULL; in xhci_ep_nuke_one_xfer() [all …]
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_user.c | 1774 t->reqid = ut->reqid; in copy_templates() 1775 t->mode = ut->mode; in copy_templates() 1776 t->share = ut->share; in copy_templates() 1778 t->aalgos = ut->aalgos; in copy_templates() 1779 t->ealgos = ut->ealgos; in copy_templates() 1780 t->calgos = ut->calgos; in copy_templates() 1782 t->allalgs = !~(t->aalgos & t->ealgos & t->calgos); in copy_templates() 2752 x->props.mode = t->mode; in xfrm_add_acquire() 2755 t->aalgos = ua->aalgos; in xfrm_add_acquire() 2756 t->ealgos = ua->ealgos; in xfrm_add_acquire() [all …]
|
/openbmc/linux/drivers/net/ethernet/xircom/ |
H A D | Kconfig | 13 Note that the answer to this question doesn't directly affect the
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | gpio-ts4900.txt | 5 uses 2 bits: it doesn't use a dedicated input bit.
|
/openbmc/linux/drivers/net/ethernet/alacritech/ |
H A D | Kconfig | 8 Note that the answer to this question doesn't directly affect the
|
/openbmc/linux/drivers/media/usb/ttusb-dec/ |
H A D | Kconfig | 8 produced by Hauppauge, shipped under the brand name 'DEC2000-t'
|