Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A Dirq-stm32mp-exti.c72 struct stm32mp_exti_chip_data *chips_data; member
435 chip_data = &host_data->chips_data[i]; in stm32mp_exti_suspend()
449 chip_data = &host_data->chips_data[i]; in stm32mp_exti_resume()
512 chip_data = &host_data->chips_data[bank]; in stm32mp_exti_domain_alloc()
568 chip_data = &h_data->chips_data[bank_idx]; in stm32mp_exti_chip_init()
610 host_data->chips_data[bank].event_reserved |= BIT(i); in stm32mp_exti_check_rif()
664 host_data->chips_data = devm_kcalloc(dev, drv_data->bank_nr, in stm32mp_exti_probe()
665 sizeof(*host_data->chips_data), in stm32mp_exti_probe()
667 if (!host_data->chips_data) in stm32mp_exti_probe()
H A Dirq-stm32-exti.c48 struct stm32_exti_chip_data *chips_data; member
277 host_data->chips_data = kcalloc(dd->bank_nr, in stm32_exti_host_init()
280 if (!host_data->chips_data) in stm32_exti_host_init()
292 kfree(host_data->chips_data); in stm32_exti_host_init()
309 chip_data = &h_data->chips_data[bank_idx]; in stm32_exti_chip_init()
393 kfree(host_data->chips_data); in stm32_exti_init()