Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_exti.c98 itr_chip_to_stm32_exti_pdata(struct itr_chip *chip) in itr_chip_to_stm32_exti_pdata() function
283 struct stm32_exti_pdata *exti = itr_chip_to_stm32_exti_pdata(chip); in stm32_exti_op_enable()
294 struct stm32_exti_pdata *exti = itr_chip_to_stm32_exti_pdata(chip); in stm32_exti_op_disable()
305 struct stm32_exti_pdata *exti = itr_chip_to_stm32_exti_pdata(chip); in stm32_exti_op_mask()
316 struct stm32_exti_pdata *exti = itr_chip_to_stm32_exti_pdata(chip); in stm32_exti_op_unmask()
327 struct stm32_exti_pdata *exti = itr_chip_to_stm32_exti_pdata(chip); in stm32_exti_op_raise_pi()
338 struct stm32_exti_pdata *exti = itr_chip_to_stm32_exti_pdata(chip); in stm32_exti_op_raise_sgi()
349 struct stm32_exti_pdata *exti = itr_chip_to_stm32_exti_pdata(chip); in stm32_exti_op_set_affinity()
361 struct stm32_exti_pdata *exti = itr_chip_to_stm32_exti_pdata(chip); in stm32_exti_op_set_wake()
664 itr_chip_to_stm32_exti_pdata(itr_desc->chip); in stm32_exti_it_handler()