Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/irqchip/
Dirq-stm32-exti.c59 struct stm32_exti_chip_data *chips_data; member
522 chip_data = &stm32_host_data->chips_data[i]; in stm32_exti_h_suspend()
537 chip_data = &stm32_host_data->chips_data[i]; in stm32_exti_h_resume()
582 chip_data = &host_data->chips_data[bank]; in stm32_exti_h_domain_alloc()
612 host_data->chips_data = kcalloc(dd->bank_nr, in stm32_exti_host_init()
615 if (!host_data->chips_data) in stm32_exti_host_init()
629 kfree(host_data->chips_data); in stm32_exti_host_init()
647 chip_data = &h_data->chips_data[bank_idx]; in stm32_exti_chip_init()
738 kfree(host_data->chips_data); in stm32_exti_init()
787 kfree(host_data->chips_data); in stm32_exti_hierarchy_init()