Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-417.c937 u32 *p_current_fw, *p_fw; in cx231xx_load_firmware() local
943 p_current_fw = vmalloc(1884180 * 4); in cx231xx_load_firmware()
944 p_fw = p_current_fw; in cx231xx_load_firmware()
945 if (p_current_fw == NULL) { in cx231xx_load_firmware()
953 vfree(p_current_fw); in cx231xx_load_firmware()
977 vfree(p_current_fw); in cx231xx_load_firmware()
991 vfree(p_current_fw); in cx231xx_load_firmware()
1001 vfree(p_current_fw); in cx231xx_load_firmware()
1010 vfree(p_current_fw); in cx231xx_load_firmware()
1025 mci_write_memory_to_gpio(dev, address, fw_data, p_current_fw); in cx231xx_load_firmware()
[all …]