Home
last modified time | relevance | path

Searched refs:channel_host (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-pruss-intc.c97 * @channel_host: current state of channel to host mappings
107 struct pruss_intc_map_record channel_host[MAX_PRU_CHANNELS]; member
189 host = intc->channel_host[ch].value; in pruss_intc_map()
200 if (++intc->channel_host[ch].ref_count == 1) { in pruss_intc_map()
230 host = intc->channel_host[ch].value; in pruss_intc_unmap()
232 if (--intc->channel_host[ch].ref_count == 0) { in pruss_intc_unmap()
393 if (intc->channel_host[channel].ref_count > 0 && in pruss_intc_validate_mapping()
394 intc->channel_host[channel].value != host) { in pruss_intc_validate_mapping()
396 channel, host, intc->channel_host[channel].value); in pruss_intc_validate_mapping()
402 intc->channel_host[channe in pruss_intc_validate_mapping()
[all...]
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-pruss-intc.c97 * @channel_host: current state of channel to host mappings
107 struct pruss_intc_map_record channel_host[MAX_PRU_CHANNELS]; member
189 host = intc->channel_host[ch].value; in pruss_intc_map()
200 if (++intc->channel_host[ch].ref_count == 1) { in pruss_intc_map()
230 host = intc->channel_host[ch].value; in pruss_intc_unmap()
232 if (--intc->channel_host[ch].ref_count == 0) { in pruss_intc_unmap()
393 if (intc->channel_host[channel].ref_count > 0 && in pruss_intc_validate_mapping()
394 intc->channel_host[channel].value != host) { in pruss_intc_validate_mapping()
396 channel, host, intc->channel_host[channel].value); in pruss_intc_validate_mapping()
402 intc->channel_host[channe in pruss_intc_validate_mapping()
[all...]

Completed in 2 milliseconds