Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/cx231xx/
Dcx231xx-417.c953 u32 *p_current_fw, *p_fw; in cx231xx_load_firmware() local
959 p_current_fw = vmalloc(1884180 * 4); in cx231xx_load_firmware()
960 p_fw = p_current_fw; in cx231xx_load_firmware()
961 if (p_current_fw == NULL) { in cx231xx_load_firmware()
1032 mci_write_memory_to_gpio(dev, address, fw_data, p_current_fw); in cx231xx_load_firmware()
1034 p_current_fw += 20; in cx231xx_load_firmware()
1054 p_current_fw = p_fw; in cx231xx_load_firmware()
1055 vfree(p_current_fw); in cx231xx_load_firmware()
1056 p_current_fw = NULL; in cx231xx_load_firmware()