Searched refs:intpol_idx (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/irqchip/
H A Dirq-mtk-sysirq.c22 u8 *intpol_idx; member in struct:mtk_sysirq_chip_data
30 u8 intpol_idx = chip_data->intpol_idx[hwirq]; local
36 base = chip_data->intpol_bases[intpol_idx];
180 chip_data->intpol_idx = kcalloc(intpol_num,
181 sizeof(*chip_data->intpol_idx),
183 if (!chip_data->intpol_idx) {
206 chip_data->intpol_idx[i] = j;
223 kfree(chip_data->intpol_idx);

Completed in 374 milliseconds