Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/tuners/
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 = kzalloc(size, GFP_KERNEL); in load_all_firmwares()
385 if (priv->firm[n].ptr == NULL) { in load_all_firmwares()
397 memcpy(priv->firm[n].ptr, p, size); in load_all_firmwares()
[all …]
Dxc4000.c85 struct firmware_description *firm; member
634 if (!priv->firm) { in seek_firmware()
645 (priv->firm[i].id ^ (*id)) & (*id); in seek_firmware()
647 (priv->firm[i].type ^ type) in seek_firmware()
679 *id = priv->firm[i].id; in seek_firmware()
702 p = priv->firm[pos].ptr; in load_firmware()
777 priv->firm = kcalloc(n_array, sizeof(*priv->firm), GFP_KERNEL); in xc4000_fwupload()
778 if (priv->firm == NULL) { in xc4000_fwupload()
824 priv->firm[n].ptr = kzalloc(size, GFP_KERNEL); in xc4000_fwupload()
825 if (priv->firm[n].ptr == NULL) { in xc4000_fwupload()
[all …]
/Linux-v4.19/arch/sh/configs/
Dshmin_defconfig25 CONFIG_CMDLINE="console=ttySC1,115200 root=1f01 mtdparts=phys_mapped_flash:64k(firm)ro,-(sys) netde…
/Linux-v4.19/Documentation/input/devices/
Dntrig.rst106 the ghosts while keeping the screen quite responsive to firm taps.