Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/irqchip/
Dirq-stm32-exti.c60 struct stm32_exti_chip_data *chips_data; member
615 chip_data = &stm32_host_data->chips_data[i]; in stm32_exti_h_suspend()
630 chip_data = &stm32_host_data->chips_data[i]; in stm32_exti_h_resume()
711 chip_data = &host_data->chips_data[bank]; in stm32_exti_h_domain_alloc()
747 host_data->chips_data = kcalloc(dd->bank_nr, in stm32_exti_host_init()
750 if (!host_data->chips_data) in stm32_exti_host_init()
764 kfree(host_data->chips_data); in stm32_exti_host_init()
781 chip_data = &h_data->chips_data[bank_idx]; in stm32_exti_chip_init()
868 kfree(host_data->chips_data); in stm32_exti_init()
931 host_data->chips_data = devm_kcalloc(dev, drv_data->bank_nr, in stm32_exti_probe()
[all …]