/openbmc/linux/sound/usb/line6/ |
H A D | pod.c | 167 static char *pod_alloc_sysex_buffer(struct usb_line6_pod *pod, int code, in pod_alloc_sysex_buffer() argument 170 return line6_alloc_sysex_buffer(&pod->line6, POD_SYSEX_CODE, code, in pod_alloc_sysex_buffer() 179 struct usb_line6_pod *pod = line6_to_pod(line6); in line6_pod_process_message() local 180 const unsigned char *buf = pod->line6.buffer_message; in line6_pod_process_message() 183 pod->firmware_version = buf[13] * 100 + buf[14] * 10 + buf[15]; in line6_pod_process_message() 184 pod->device_id = ((int)buf[8] << 16) | ((int)buf[9] << 8) | in line6_pod_process_message() 186 if (pod->startup_progress == POD_STARTUP_VERSIONREQ) { in line6_pod_process_message() 187 pod->startup_progress = POD_STARTUP_SETUP; in line6_pod_process_message() 204 pod->monitor_level = value; in line6_pod_process_message() 211 static int pod_set_system_param_int(struct usb_line6_pod *pod, int value, in pod_set_system_param_int() argument [all …]
|
H A D | podhd.c | 147 struct usb_line6_podhd *pod = card->private_data; in serial_number_show() local 149 return sysfs_emit(buf, "%u\n", pod->serial_number); in serial_number_show() 156 struct usb_line6_podhd *pod = card->private_data; in firmware_version_show() local 158 return sysfs_emit(buf, "%06x\n", pod->firmware_version); in firmware_version_show() 183 static int podhd_dev_start(struct usb_line6_podhd *pod) in podhd_dev_start() argument 188 struct usb_device *usbdev = pod->line6.usbdev; in podhd_dev_start() 195 dev_err(pod->line6.ifcdev, "read request failed (error %d)\n", ret); in podhd_dev_start() 205 dev_err(pod->line6.ifcdev, in podhd_dev_start() 210 pod->firmware_version = in podhd_dev_start() 214 ret = line6_read_data(&pod->line6, 0xf000 + 0x08 * i, init_bytes, 8); in podhd_dev_start() [all …]
|
H A D | Makefile | 10 snd-usb-pod-y := pod.o 16 obj-$(CONFIG_SND_USB_POD) += snd-usb-pod.o
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/files/ |
H A D | 0ca64277b317b4836beccaa3248ab9055526811c.patch | 14 spa/include/spa/pod/builder.h | 2 +- 15 spa/include/spa/pod/parser.h | 2 +- 18 diff --git a/spa/include/spa/pod/builder.h b/spa/include/spa/pod/builder.h 20 --- a/spa/include/spa/pod/builder.h 21 +++ b/spa/include/spa/pod/builder.h 31 diff --git a/spa/include/spa/pod/parser.h b/spa/include/spa/pod/parser.h 33 --- a/spa/include/spa/pod/parser.h 34 +++ b/spa/include/spa/pod/parser.h
|
/openbmc/u-boot/drivers/clk/ |
H A D | clk_meson_axg.c | 203 struct parm *pm, *pn, *pod; in meson_pll_get_rate() local 212 pod = &meson_fixed_pll_parm[2]; in meson_pll_get_rate() 217 pod = &meson_sys_pll_parm[2]; in meson_pll_get_rate() 229 regmap_read(priv->map, pod->reg_off, ®); in meson_pll_get_rate() 230 od = PARM_GET(pod->width, pod->shift, reg); in meson_pll_get_rate()
|
H A D | clk_meson.c | 691 struct parm *pm, *pn, *pod; in meson_pll_get_rate() local 700 pod = &meson_fixed_pll_parm[2]; in meson_pll_get_rate() 705 pod = &meson_sys_pll_parm[2]; in meson_pll_get_rate() 717 regmap_read(priv->map, pod->reg_off, ®); in meson_pll_get_rate() 718 od = PARM_GET(pod->width, pod->shift, reg); in meson_pll_get_rate()
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
H A D | perl-rdepends.txt | 879 RDEPENDS:perl-module-getopt-long += "perl-module-pod-usage" 1446 RDEPENDS:perl-module-pod-checker += "perl-module-base" 1447 RDEPENDS:perl-module-pod-checker += "perl-module-exporter" 1448 RDEPENDS:perl-module-pod-checker += "perl-module-strict" 1449 RDEPENDS:perl-module-pod-checker += "perl-module-warnings" 1450 RDEPENDS:perl-module-pod-escapes += "perl-module-exporter" 1451 RDEPENDS:perl-module-pod-escapes += "perl-module-strict" 1452 RDEPENDS:perl-module-pod-escapes += "perl-module-vars" 1453 RDEPENDS:perl-module-pod-escapes += "perl-module-warnings" 1454 RDEPENDS:perl-module-pod-functions += "perl-module-exporter" [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/ |
H A D | perl_5.40.0.bb | 217 ${PKGD}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/Config.pod \ 222 ${PKGD}${libdir}/perl5/${PV}/pod/*.pod \ 292 PACKAGES += "${PN}-pod" 294 FILES:${PN}-pod = "${libdir}/perl5/${PV}/pod \ 295 ${libdir}/perl5/${PV}/*.pod \ 296 ${libdir}/perl5/${PV}/*/*.pod \ 297 ${libdir}/perl5/${PV}/*/*/*.pod \ 298 ${libdir}/perl5/${PV}/*/*/*/*.pod \ 361 RDEPENDS:${PN}-pod += "perl" 365 SSTATE_SCAN_FILES += "*.pm *.pod *.h *.pl *.sh"
|
H A D | libmodule-build-perl_0.4234.bb | 89 perl-module-pod-man \ 109 perl-module-pod-simple-transcodesmart \ 110 perl-module-pod-text \
|
/openbmc/linux/tools/workqueue/ |
H A D | wq_dump.py | 104 for pod in range(pt.nr_pods): 109 for pod in range(pt.nr_pods):
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/ |
H A D | libxml-libxml-perl_2.0134.bb | 61 rm -rf ${B}/t/pod.t 63 rm -rf ${B}/t/pod-files-presence.t
|
/openbmc/openbmc/meta-security/recipes-scanners/buck-security/ |
H A D | buck-security_0.7.bb | 34 perl-module-time-localtime pinentry perl-module-pod-usage \ 35 perl-module-pod-text perl-module-file-glob \
|
/openbmc/openbmc/meta-google/recipes-extended/libconfig/ |
H A D | libconfig-perl_0.100.bb | 1 HOMEPAGE = "https://metacpan.org/pod/Conf::Libconfig"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/ |
H A D | libjson-perl_4.03000.bb | 5 HOMEPAGE = "https://metacpan.org/pod/JSON"
|
H A D | libperlio-gzip-perl_0.20.bb | 5 HOMEPAGE = "https://metacpan.org/pod/PerlIO::gzip"
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liblocale/ |
H A D | liblocale-gettext-perl_1.07.bb | 7 HOMEPAGE = "https://metacpan.org/pod/Locale::gettext"
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdevel/ |
H A D | libdevel-globaldestruction-perl_0.14.bb | 7 HOMEPAGE = "https://metacpan.org/pod/Devel-GlobalDestruction/"
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdigest/ |
H A D | libdigest-hmac-perl_1.05.bb | 3 HOMEPAGE = "https://metacpan.org/pod/Digest::HMAC"
|
H A D | libdigest-sha1-perl_2.13.bb | 3 HOMEPAGE = "https://metacpan.org/pod/Digest::SHA1"
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/librole/ |
H A D | librole-tiny-perl_2.002004.bb | 6 HOMEPAGE = "https://metacpan.org/pod/Role::Tiny"
|
/openbmc/openbmc/meta-openpower/recipes-devtools/hostboot/ |
H A D | hostboot-debug-tools.bb | 9 perl perl-module-pod-text perl-module-lib \
|
/openbmc/linux/drivers/clk/ingenic/ |
H A D | cgu.c | 132 unsigned int *pm, unsigned int *pn, unsigned int *pod) in ingenic_pll_calc_m_n_od() argument 150 *pod = od; in ingenic_pll_calc_m_n_od() 156 unsigned int *pm, unsigned int *pn, unsigned int *pod) in ingenic_pll_calc() argument 170 if (pod) in ingenic_pll_calc() 171 *pod = od; in ingenic_pll_calc()
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libhtml/ |
H A D | libhtml-tagset-perl_3.20.bb | 25 rm -rf ${B}/t/pod.t
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcrypt/ |
H A D | libcrypt-openssl-random-perl_0.17.bb | 3 HOMEPAGE = "https://metacpan.org/pod/Crypt::OpenSSL::Random"
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libextutils/ |
H A D | libextutils-helpers-perl_0.028.bb | 5 HOMEPAGE = "https://metacpan.org/pod/ExtUtils::Helpers"
|