Home
last modified time | relevance | path

Searched refs:firm (Results 1 – 25 of 48) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/media/tuners/
H A Dtuner-xc2028.c109 struct firmware_description *firm; member
289 if (!priv->firm) in free_firmware()
293 kfree(priv->firm[i].ptr); in free_firmware()
295 kfree(priv->firm); in free_firmware()
297 priv->firm = NULL; in free_firmware()
335 priv->firm = kcalloc(n_array, sizeof(*priv->firm), GFP_KERNEL); in load_all_firmwares()
336 if (priv->firm == NULL) { in load_all_firmwares()
384 priv->firm[n].ptr = kmemdup(p, size, GFP_KERNEL); in load_all_firmwares()
385 if (priv->firm[n].ptr == NULL) { in load_all_firmwares()
397 priv->firm[n].type = type; in load_all_firmwares()
[all …]
H A Dxc4000.c76 struct firmware_description *firm; member
625 if (!priv->firm) { in seek_firmware()
636 (priv->firm[i].id ^ (*id)) & (*id); in seek_firmware()
638 (priv->firm[i].type ^ type) in seek_firmware()
670 *id = priv->firm[i].id; in seek_firmware()
693 p = priv->firm[pos].ptr; in load_firmware()
768 priv->firm = kcalloc(n_array, sizeof(*priv->firm), GFP_KERNEL); in xc4000_fwupload()
769 if (priv->firm == NULL) { in xc4000_fwupload()
815 priv->firm[n].ptr = kmemdup(p, size, GFP_KERNEL); in xc4000_fwupload()
816 if (priv->firm[n].ptr == NULL) { in xc4000_fwupload()
[all …]
/OK3568_Linux_fs/kernel/arch/sh/configs/
H A Dshmin_defconfig22 CONFIG_CMDLINE="console=ttySC1,115200 root=1f01 mtdparts=phys_mapped_flash:64k(firm)ro,-(sys) netde…
/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A Dfsl_easrc.c1757 struct asrc_firmware_hdr *firm = easrc_priv->firmware_hdr; in fsl_easrc_dump_firmware() local
1763 if (firm->magic != FIRMWARE_MAGIC) { in fsl_easrc_dump_firmware()
1768 dev_dbg(dev, "Firmware v%u dump:\n", firm->firmware_version); in fsl_easrc_dump_firmware()
1769 dev_dbg(dev, "Num prefilter scenarios: %u\n", firm->prefil_scen); in fsl_easrc_dump_firmware()
1770 dev_dbg(dev, "Num interpolation scenarios: %u\n", firm->interp_scen); in fsl_easrc_dump_firmware()
1773 for (i = 0; i < firm->interp_scen; i++) { in fsl_easrc_dump_firmware()
1784 for (i = 0; i < firm->prefil_scen; i++) { in fsl_easrc_dump_firmware()
/OK3568_Linux_fs/buildroot/package/dahdi-linux/
H A Ddahdi-linux.mk88 install-xpp-firm
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Den_NG195 % "firm name",
H A Dnso_ZA226 % "firm name",
H A Dzu_ZA228 % "firm name",
H A Dtn_ZA238 % "firm name",
H A Dnr_ZA240 % "firm name",
H A Dts_ZA243 % "firm name",
H A Daf_ZA204 % "firm name",
H A Dss_ZA243 % "firm name",
H A Dve_ZA236 % "firm name",
H A Dxh_ZA234 % "firm name",
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Den_NG195 % "firm name",
H A Dnso_ZA226 % "firm name",
H A Dzu_ZA228 % "firm name",
H A Dss_ZA243 % "firm name",
H A Dxh_ZA234 % "firm name",
H A Dts_ZA243 % "firm name",
H A Daf_ZA204 % "firm name",
H A Dnr_ZA240 % "firm name",
H A Dtn_ZA238 % "firm name",
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Dntrig.rst106 the ghosts while keeping the screen quite responsive to firm taps.

12