Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/irqchip/
Dirq-stm32-exti.c66 struct stm32_exti_chip_data *chips_data; member
577 chip_data = &stm32_host_data->chips_data[i]; in stm32_exti_h_suspend()
592 chip_data = &stm32_host_data->chips_data[i]; in stm32_exti_h_resume()
668 chip_data = &host_data->chips_data[bank]; in stm32_exti_h_domain_alloc()
701 host_data->chips_data = kcalloc(dd->bank_nr, in stm32_exti_host_init()
704 if (!host_data->chips_data) in stm32_exti_host_init()
718 kfree(host_data->chips_data); in stm32_exti_host_init()
735 chip_data = &h_data->chips_data[bank_idx]; in stm32_exti_chip_init()
821 kfree(host_data->chips_data); in stm32_exti_init()
885 host_data->chips_data = devm_kcalloc(dev, drv_data->bank_nr, in stm32_exti_probe()
[all …]