Searched refs:ocores_isr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-ocores.c | 237 static irqreturn_t ocores_isr(int irq, void *dev_id) in ocores_isr() function 343 * ocores_isr(), we just add our polling code around it. 359 ret = ocores_isr(-1, i2c); in ocores_process_polling() 710 ocores_isr, 0, in ocores_i2c_probe()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-ocores.c | 236 static irqreturn_t ocores_isr(int irq, void *dev_id) in ocores_isr() function 342 * ocores_isr(), we just add our polling code around it. 358 ret = ocores_isr(-1, i2c); in ocores_process_polling() 700 ocores_isr, 0, in ocores_i2c_probe()
|
Completed in 3 milliseconds