Home
last modified time | relevance | path

Searched refs:t (Results 5626 – 5650 of 8709) sorted by relevance

1...<<221222223224225226227228229230>>...349

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_hangcheck.c1880 struct tasklet_struct * const t = &engine->sched_engine->tasklet; in __igt_atomic_reset_engine() local
1886 if (t->func) in __igt_atomic_reset_engine()
1887 tasklet_disable(t); in __igt_atomic_reset_engine()
1897 if (t->func) { in __igt_atomic_reset_engine()
1898 tasklet_enable(t); in __igt_atomic_reset_engine()
1899 tasklet_hi_schedule(t); in __igt_atomic_reset_engine()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor.dtsi170 * Actually should be pp1800_h1 but we don't have any need to
320 /* The panels don't seem to like anything below ~ 5% */
1335 * The pen driver doesn't currently support
1363 * the active state and don't redefine them here. Also note
1364 * that we don't need the reverse (output-enable) in the
1397 * Configure pull-up on TX when it isn't actively driven
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass130 for t in get_types(filepath):
131 spdx_file.fileTypes.append(t)
262 # Otherwise, it can result in broken links since this task won't
305 # Don't collect sources from native recipes as they
840 # "OTHER" isn't ideal here, but I can't find a relationship that makes sense
/openbmc/qemu/
H A Dmeson.build443 # don't add -no-pie anywhere and cross fingers. :(
4129 arch_srcs += t.sources()
4130 arch_deps += t.dependencies()
4147 arch_srcs += t.sources()
4148 arch_deps += t.dependencies()
4185 arch_srcs += t.sources()
4186 arch_deps += t.dependencies()
4329 # when we don't build tools or system
4396 foreach t: traceable
4406 '--probe-prefix=' + t['probe-prefix'],
[all …]
/openbmc/linux/sound/x86/
H A Dintel_hdmi_audio.c461 const struct channel_map_table *t = map_tables; in spk_to_chmap() local
463 for (; t->map; t++) { in spk_to_chmap()
464 if (t->spk_mask == spk) in spk_to_chmap()
465 return t->map; in spk_to_chmap()
/openbmc/linux/drivers/mtd/devices/
H A Dst_spi_fsm.c918 uint8_t *t = (uint8_t *)&tmp; in stfsm_read_status() local
934 data[i] = t[i]; in stfsm_read_status()
1586 uint8_t *t = (uint8_t *)&tmp; in stfsm_write() local
1640 memset(t, 0xff, write_mask + 1); /* fill with 0xff's */ in stfsm_write()
1642 t[i] = *p++; in stfsm_write()
/openbmc/linux/arch/arm/boot/dts/mediatek/
H A Dmt7623.dtsi603 u2phy1: t-phy@11210000 {
822 pcie0_phy: t-phy@1a149000 {
840 pcie1_phy: t-phy@1a14a000 {
873 u3phy1: t-phy@1a1c4000 {
914 u3phy2: t-phy@1a244000 {
/openbmc/qemu/hw/s390x/
H A Ds390-pci-inst.c1001 uint8_t t = (g_iota >> 11) & 0x1; in reg_ioat() local
1011 if (!(dt == ZPCI_IOTA_RTTO && t)) { in reg_ioat()
1012 error_report("unsupported ioat dt %d t %d", dt, t); in reg_ioat()
1087 int64_t t = qemu_clock_get_ms(QEMU_CLOCK_VIRTUAL); in fmb_update() local
1123 timer_mod(pbdev->fmb_timer, t + pbdev->pci_group->zpci_group.mui); in fmb_update()
/openbmc/linux/Documentation/admin-guide/blockdev/
H A Dzram.rst337 In this example all pages which haven't been accessed in more than 86400
366 The "writeback_limit_enable"'s default value is 0 so that it doesn't limit
372 Once writeback_limit_enable is set, zram doesn't allow any writeback
375 (If admin doesn't enable writeback_limit_enable, writeback_limit's value
528 storage. It's a debugging feature so anyone shouldn't rely on it to work
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c525 struct ip6_tnl *t = netdev_priv(to_dev); in mlxsw_sp_span_gretap6_route() local
526 struct flowi6 fl6 = t->fl.u.ip6; in mlxsw_sp_span_gretap6_route()
534 fl6.flowi6_mark = t->parms.fwmark; in mlxsw_sp_span_gretap6_route()
535 if (!ip6_tnl_xmit_ctl(t, &fl6.saddr, &fl6.daddr)) in mlxsw_sp_span_gretap6_route()
538 dst = ip6_route_output(t->net, NULL, &fl6); in mlxsw_sp_span_gretap6_route()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch609 + // * We should be able to arrange life s.t. this isn't needed
2692 + // Can't transform
2710 + // HVS can't do I420
5767 + while ((t = av_dict_get(options, "", t, AV_DICT_IGNORE_SUFFIX))) {
8985 + ent = t->next;
8986 + ent_free(t);
9198 + fprintf(stderr, "t=%d, s=%d,%d:%dx%d, c=%d,%d:%dx%d -> ", (int)t,
9202 + if (is_transform_hflip(t))
9292 + // isn't working
11711 + if (is_transform_hflip(t))
[all …]
/openbmc/u-boot/doc/driver-model/
H A Dfdt-fixup.txt16 one series either don't differ greatly from another, or can be thought of as
49 and the current mechanisms don't allow easy manipulation of the device tree
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-ipmi140 hosed_count (RO) Number of times the hardware didn't
207 hosed (RO) Number of times the hardware didn't
/openbmc/linux/drivers/input/touchscreen/
H A Dad7879.c238 static void ad7879_timer(struct timer_list *t) in ad7879_timer() argument
240 struct ad7879 *ts = from_timer(ts, t, timer); in ad7879_timer()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.3.rst84 - scripts/runqemu-ifdown: Don't treat the last iptables command as special
87 - sstate: inside the threadedpool don't write to the shared localdata
H A Drelease-notes-4.2.1.rst49 - machine/qemuarm*: don't explicitly set vmalloc
84 - ref-manual: variables.rst: don't mention the :term:`INIT_MANAGER` "none" option
H A Drelease-notes-4.0.11.rst39 - go.bbclass: don't use test to check output from ls
45 - kernel: don't force PAHOLE=false
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/
H A D0001-Add-configure-options-for-packages.patch126 - # can't use CHECK_FUNCS alone to decide whether to add the
152 + # can't use CHECK_FUNCS alone to decide whether to add the
/openbmc/qemu/hw/net/
H A De1000x_regs.h869 #define E1000_RXD_PKT_TYPE(t) ((t) << 16) argument
/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_wed_wo.c234 static void mtk_wed_wo_irq_tasklet(struct tasklet_struct *t) in mtk_wed_wo_irq_tasklet() argument
236 struct mtk_wed_wo *wo = from_tasklet(wo, t, mmio.irq_tasklet); in mtk_wed_wo_irq_tasklet()
/openbmc/linux/include/linux/
H A Dsysfs.h471 static inline int sysfs_rename_link_ns(struct kobject *k, struct kobject *t, in sysfs_rename_link_ns() argument
478 static inline void sysfs_delete_link(struct kobject *k, struct kobject *t, in sysfs_delete_link() argument
/openbmc/linux/sound/isa/sb/
H A Demu8000_pcm.c183 static void emu8k_pcm_timer_func(struct timer_list *t) in emu8k_pcm_timer_func() argument
185 struct snd_emu8k_pcm *rec = from_timer(rec, t, timer); in emu8k_pcm_timer_func()
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dmediatek,tphy.yaml67 pattern: "^t-phy(@[0-9a-f]+)?$"
286 t-phy@11290000 {
/openbmc/linux/drivers/net/can/sja1000/
H A Dpeak_pcmcia.c375 static void pcan_led_timer(struct timer_list *t) in pcan_led_timer() argument
377 struct pcan_pccard *card = from_timer(card, t, led_timer); in pcan_led_timer()
/openbmc/linux/Documentation/core-api/
H A Dsymbol-namespaces.rst119 the kernel is to reject loading modules that don't specify sufficient imports.
121 allow loading of modules that don't satisfy this precondition, a configuration

1...<<221222223224225226227228229230>>...349