Searched refs:ba1 (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/docs/system/devices/ |
H A D | vhost-user.rst | 125 -chardev socket,id=ba1,path=/var/run/foo.sock \\ 126 -device vhost-user-foo,chardev=ba1,$OTHER_ARGS \\
|
/openbmc/linux/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 509 if (fw->size != sizeof(*chip->ba1)) { in load_firmware() 514 chip->ba1 = vmalloc(sizeof(*chip->ba1)); in load_firmware() 515 if (!chip->ba1) { in load_firmware() 520 memcpy_le32(chip->ba1, fw->data, sizeof(*chip->ba1)); in load_firmware() 525 size += chip->ba1->memory[i].size; in load_firmware() 538 struct ba1_struct *ba1 = chip->ba1; in snd_cs46xx_download_image() local 542 &ba1->map[offset], in snd_cs46xx_download_image() 543 ba1->memory[idx].offset, in snd_cs46xx_download_image() 544 ba1->memory[idx].size); in snd_cs46xx_download_image() 547 offset += ba1->memory[idx].size >> 2; in snd_cs46xx_download_image() [all …]
|
H A D | cs46xx.h | 1710 struct ba1_struct *ba1; member
|
/openbmc/linux/include/net/bluetooth/ |
H A D | bluetooth.h | 365 static inline int bacmp(const bdaddr_t *ba1, const bdaddr_t *ba2) in bacmp() argument 367 return memcmp(ba1, ba2, sizeof(bdaddr_t)); in bacmp()
|
/openbmc/linux/drivers/edac/ |
H A D | pnd2_edac.h | 220 u32 ba1 : 5; member
|
H A D | pnd2_edac.c | 989 daddr->bank |= dnv_get_bit(pmiaddr, dmap[pmiidx].ba1 + 6, 1); in dnv_pmi2mem()
|
/openbmc/linux/sound/pci/ |
H A D | cs4281.c | 440 void __iomem *ba1; /* virtual (accessible) address */ member 1131 if (copy_to_user_fromio(buf, chip->ba1 + pos, count)) in snd_cs4281_BA1_read() 1315 chip->ba1 = pcim_iomap_table(pci)[1]; in snd_cs4281_create()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/ |
H A D | 0002-replace-non-standard-uint-with-unsigned-int.patch | 127 index 1765ba1..47947e0 100644
|
/openbmc/openbmc/poky/meta/recipes-kernel/linux-firmware/ |
H A D | linux-firmware_20250109.bb | 724 ${nonarch_base_libdir}/firmware/qca/hpnv21.ba1 \ 735 ${nonarch_base_libdir}/firmware/qca/hpnv21g.ba1 \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/ |
H A D | 40-libgphoto2.rules | 778 ATTRS{idVendor}=="0bb4", ATTRS{idProduct}=="0ba1", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
|