| /openbmc/qemu/audio/ |
| H A D | dbusaudio.c | 99 DBusAudio *da = (DBusAudio *)hw->s->drv_opaque; in dbus_put_buffer_out() local 119 g_hash_table_iter_init(&iter, da->out_listeners); in dbus_put_buffer_out() 156 dbus_audio_get_nsamples(DBusAudio *da) in dbus_audio_get_nsamples() argument 158 AudiodevDBusOptions *opts = &da->dev->u.dbus; in dbus_audio_get_nsamples() 170 DBusAudio *da = (DBusAudio *)hw->s->drv_opaque; in dbus_init_out() local 176 hw->samples = dbus_audio_get_nsamples(da); in dbus_init_out() 179 g_hash_table_iter_init(&iter, da->out_listeners); in dbus_init_out() 189 DBusAudio *da = (DBusAudio *)hw->s->drv_opaque; in dbus_fini_out() local 194 g_hash_table_iter_init(&iter, da->out_listeners); in dbus_fini_out() 208 DBusAudio *da = (DBusAudio *)hw->s->drv_opaque; in dbus_enable_out() local [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/ |
| H A D | 51-these-are-not-joysticks-rm.rules | 34 SUBSYSTEM=="input", ATTRS{idVendor}=="09da", ATTRS{idProduct}=="054f", ENV{ID_INPUT_JOYSTICK}=="?*"… 35 SUBSYSTEM=="input", ATTRS{idVendor}=="09da", ATTRS{idProduct}=="054f", KERNEL=="js[0-9]*", RUN+="/b… 36 SUBSYSTEM=="input", ATTRS{idVendor}=="09da", ATTRS{idProduct}=="1410", ENV{ID_INPUT_JOYSTICK}=="?*"… 37 SUBSYSTEM=="input", ATTRS{idVendor}=="09da", ATTRS{idProduct}=="1410", KERNEL=="js[0-9]*", RUN+="/b… 38 SUBSYSTEM=="input", ATTRS{idVendor}=="09da", ATTRS{idProduct}=="3043", ENV{ID_INPUT_JOYSTICK}=="?*"… 39 SUBSYSTEM=="input", ATTRS{idVendor}=="09da", ATTRS{idProduct}=="3043", KERNEL=="js[0-9]*", RUN+="/b… 40 SUBSYSTEM=="input", ATTRS{idVendor}=="09da", ATTRS{idProduct}=="31b5", ENV{ID_INPUT_JOYSTICK}=="?*"… 41 SUBSYSTEM=="input", ATTRS{idVendor}=="09da", ATTRS{idProduct}=="31b5", KERNEL=="js[0-9]*", RUN+="/b… 42 SUBSYSTEM=="input", ATTRS{idVendor}=="09da", ATTRS{idProduct}=="3997", ENV{ID_INPUT_JOYSTICK}=="?*"… 43 SUBSYSTEM=="input", ATTRS{idVendor}=="09da", ATTRS{idProduct}=="3997", KERNEL=="js[0-9]*", RUN+="/b… [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
| H A D | arch_pm.patch | 24 (my $da = $debarch) =~ s/<cpu>/$_cpu/; 26 - next if exists $debarch_to_debtuple{$da} 29 $debarch_to_debtuple{$da} = $dt; 30 $debtuple_to_debarch{$dt} = $da;
|
| /openbmc/qemu/target/sparc/ |
| H A D | translate.c | 1796 static void gen_ld_asi(DisasContext *dc, DisasASI *da, TCGv dst, TCGv addr) in gen_ld_asi() argument 1798 switch (da->type) { in gen_ld_asi() 1805 tcg_gen_qemu_ld_tl(dst, addr, da->mem_idx, da->memop | MO_ALIGN); in gen_ld_asi() 1811 MemOpIdx oi = make_memop_idx(da->memop, da->mem_idx); in gen_ld_asi() 1824 TCGv_i32 r_asi = tcg_constant_i32(da->asi); in gen_ld_asi() 1825 TCGv_i32 r_mop = tcg_constant_i32(da->memop | MO_ALIGN); in gen_ld_asi() 1842 static void gen_st_asi(DisasContext *dc, DisasASI *da, TCGv src, TCGv addr) in gen_st_asi() argument 1844 switch (da->type) { in gen_st_asi() 1861 tcg_gen_qemu_st_tl(src, addr, da->mem_idx, da->memop | MO_ALIGN); in gen_st_asi() 1889 tcg_gen_qemu_ld_i128(tmp, saddr, da->mem_idx, mop); in gen_st_asi() [all …]
|
| /openbmc/u-boot/drivers/core/ |
| H A D | of_addr.c | 60 u64 cp, s, da; in of_bus_default_map() local 64 da = of_read_number(addr, na); in of_bus_default_map() 68 (unsigned long long)da); in of_bus_default_map() 70 if (da < cp || da >= (cp + s)) in of_bus_default_map() 72 return da - cp; in of_bus_default_map()
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-spidev_3.7.bb | 5 [here](http://elk.informatik.fh-augsburg.de/da/da-49/trees/pyap7k/lang/py-spi)\
|
| /openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
| H A D | spl_mem_init.c | 231 uint32_t sz, da; in mxs_mem_get_size() local 237 da = vt[4]; in mxs_mem_get_size() 243 vt[4] = da; in mxs_mem_get_size()
|
| /openbmc/qemu/tests/tcg/xtensa/ |
| H A D | test_mac16.S | 55 test_mulxx mul.da, 2, m1, a3, 0xf7315a5a, 0xa5a5137f 101 test_mulxxx mula.da, 2, m1, a3, 0xf7315a5a, 0xa5a5137f, 0x0ff73155aa, + 118 test_mulxxx muls.da, 2, m1, a3, 0xf7315a5a, 0xa5a5137f, 0xfff73155aa, - 189 test_mulxxx_ld mula.da, ldinc, 2, m1, a2, m1, a3, \ 217 test_mulxxx_ld mula.da, lddec, 2, m1, a2, m1, a3, \
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
| H A D | se-Boda_Fagerum | 1 # Sweden - Böda/Fagerum
|
| H A D | pt-All | 2 [Monte da Virgem]
|
| /openbmc/u-boot/common/ |
| H A D | fdt_support.c | 1022 u64 cp, s, da; in of_bus_default_map() local 1026 da = fdt_read_number(addr, na); in of_bus_default_map() 1028 debug("OF: default map, cp=%llx, s=%llx, da=%llx\n", cp, s, da); in of_bus_default_map() 1030 if (da < cp || da >= (cp + s)) in of_bus_default_map() 1032 return da - cp; in of_bus_default_map() 1073 u64 cp, s, da; in of_bus_isa_map() local 1081 da = fdt_read_number(addr + 1, na - 1); in of_bus_isa_map() 1083 debug("OF: ISA map, cp=%llx, s=%llx, da=%llx\n", cp, s, da); in of_bus_isa_map() 1085 if (da < cp || da >= (cp + s)) in of_bus_isa_map() 1087 return da - cp; in of_bus_isa_map()
|
| /openbmc/qemu/hw/ppc/ |
| H A D | ppc440_uc.c | 527 uint64_t da; member 560 val = dma->ch[chnl].da >> 32; in dcr_read_dma() 563 val = dma->ch[chnl].da; in dcr_read_dma() 610 wptr = cpu_physical_memory_map(dma->ch[chnl].da, &wlen, in dcr_write_dma() 653 dma->ch[chnl].da &= 0xffffffffULL; in dcr_write_dma() 654 dma->ch[chnl].da |= (uint64_t)val << 32; in dcr_write_dma() 657 dma->ch[chnl].da &= 0xffffffff00000000ULL; in dcr_write_dma() 658 dma->ch[chnl].da |= val; in dcr_write_dma()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vblade/files/ |
| H A D | makefile-add-ldflags.patch | 8 index 98008da..c328ba7 100644
|
| /openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
| H A D | 0001-cut-Fix-s-flag-to-omit-blank-lines.patch | 49 testing "cut with -d -f(a) -s" "cut -da -f3 -s input" "n\nsium:Jim\n\ncion:Ed\n" "$input" "" 50 testing "cut with -d -f(a) -s -n" "cut -da -f3 -s -n input" "n\nsium:Jim\n\ncion:Ed\n" "$input" ""
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2/ |
| H A D | 0001-configure.ac-remove-AM_PO_SUBDIRS.patch | 19 …ALL_LINGUAS="az cs da de en_GB es eu fi fr hu id is it ja nl pa pl pt_BR ro ru rw sk sr sv uk vi z…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/luajit/luajit/ |
| H A D | 0001-Use-builtin-for-clear_cache.patch | 15 index 163aada4..471897da 100644
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/ |
| H A D | polkit-gnome-authentication-agent-1.desktop | 8 Name[da]=Godkendelsesprogrammet PolicyKit 48 Comment[da]=Godkendelsesprogrammet PolicyKit
|
| /openbmc/qemu/target/loongarch/ |
| H A D | cpu_helper.c | 168 uint8_t da = FIELD_EX64(env->CSR_CRMD, CSR_CRMD, DA); in get_physical_address() local 172 if (da & !pg) { in get_physical_address()
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools/ |
| H A D | gettext.patch | 11 ALL_LINGUAS="be cs da en_GB eo es fr hr hu nl pl ro ru sk sv uk vi"
|
| /openbmc/qemu/pc-bios/keymaps/ |
| H A D | meson.build | 5 'da': '-l dk',
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman/ |
| H A D | 0001-Link-with-libm-for-floor-function.patch | 41 index 125564da..010fa0b6 100644
|
| /openbmc/boost-dbus/cmake/ |
| H A D | Finddbus.cmake | 8 # Copyright (C) 2012 Raphael Kubo da Costa <rakuco@webkit.org>
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/flashrom/flashrom/ |
| H A D | 0002-meson-Add-options-pciutils-ftdi-usb.patch | 22 @@ -150,9 +150,9 @@ systems_serial = [ 'linux', 'openbsd', 'freebsd', 'dragonfly', 'netbsd', 'da
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/ |
| H A D | daemontools_0.76.bb | 22 file://0002-supervise.c-.-supervise-may-be-a-symlink-if-it-s-da.diff \
|
| /openbmc/qemu/docs/system/devices/ |
| H A D | keyboard.rst | 50 - da
|