Home
last modified time | relevance | path

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

/openbmc/linux/drivers/irqchip/
H A Dirq-stm32-exti.c61 struct stm32_exti_chip_data *chips_data; member
630 chip_data = &stm32_host_data->chips_data[i]; in stm32_exti_h_suspend()
645 chip_data = &stm32_host_data->chips_data[i]; in stm32_exti_h_resume()
726 chip_data = &host_data->chips_data[bank]; in stm32_exti_h_domain_alloc()
762 host_data->chips_data = kcalloc(dd->bank_nr, in stm32_exti_host_init()
765 if (!host_data->chips_data) in stm32_exti_host_init()
779 kfree(host_data->chips_data); in stm32_exti_host_init()
796 chip_data = &h_data->chips_data[bank_idx]; in stm32_exti_chip_init()
883 kfree(host_data->chips_data); in stm32_exti_init()
947 sizeof(*host_data->chips_data), in stm32_exti_probe()
[all …]