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.c71 struct stm32mp_exti_chip_data *chips_data; member
434 chip_data = &host_data->chips_data[i]; in stm32mp_exti_suspend()
448 chip_data = &host_data->chips_data[i]; in stm32mp_exti_resume()
511 chip_data = &host_data->chips_data[bank]; in stm32mp_exti_domain_alloc()
567 chip_data = &h_data->chips_data[bank_idx]; in stm32mp_exti_chip_init()
609 host_data->chips_data[bank].event_reserved |= BIT(i); in stm32mp_exti_check_rif()
663 host_data->chips_data = devm_kcalloc(dev, drv_data->bank_nr, in stm32mp_exti_probe()
664 sizeof(*host_data->chips_data), in stm32mp_exti_probe()
666 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 = kzalloc_objs(struct stm32_exti_chip_data, in stm32_exti_host_init()
279 if (!host_data->chips_data) in stm32_exti_host_init()
291 kfree(host_data->chips_data); in stm32_exti_host_init()
308 chip_data = &h_data->chips_data[bank_idx]; in stm32_exti_chip_init()
392 kfree(host_data->chips_data); in stm32_exti_init()