Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/usb/cx231xx/
Dcx231xx-417.c941 u32 *p_current_fw, *p_fw; in cx231xx_load_firmware() local
947 p_current_fw = vmalloc(1884180 * 4); in cx231xx_load_firmware()
948 p_fw = p_current_fw; in cx231xx_load_firmware()
949 if (p_current_fw == NULL) { in cx231xx_load_firmware()
957 vfree(p_current_fw); in cx231xx_load_firmware()
981 vfree(p_current_fw); in cx231xx_load_firmware()
995 vfree(p_current_fw); in cx231xx_load_firmware()
1005 vfree(p_current_fw); in cx231xx_load_firmware()
1014 vfree(p_current_fw); in cx231xx_load_firmware()
1029 mci_write_memory_to_gpio(dev, address, fw_data, p_current_fw); in cx231xx_load_firmware()
[all …]