/kernel/linux/linux-5.10/drivers/irqchip/ |
H A D | irq-pruss-intc.c | 96 * @event_channel: current state of system event to channel mappings 106 struct pruss_intc_map_record event_channel[MAX_PRU_SYS_EVENTS]; member 186 intc->event_channel[hwirq].ref_count++; in pruss_intc_map() 188 ch = intc->event_channel[hwirq].value; in pruss_intc_map() 229 ch = intc->event_channel[hwirq].value; in pruss_intc_unmap() 240 intc->event_channel[hwirq].ref_count--; in pruss_intc_unmap() 384 if (intc->event_channel[event].ref_count > 0 && in pruss_intc_validate_mapping() 385 intc->event_channel[event].value != channel) { in pruss_intc_validate_mapping() 387 event, channel, intc->event_channel[event].value); in pruss_intc_validate_mapping() 401 intc->event_channel[even in pruss_intc_validate_mapping() [all...] |
/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-pruss-intc.c | 96 * @event_channel: current state of system event to channel mappings 106 struct pruss_intc_map_record event_channel[MAX_PRU_SYS_EVENTS]; member 186 intc->event_channel[hwirq].ref_count++; in pruss_intc_map() 188 ch = intc->event_channel[hwirq].value; in pruss_intc_map() 229 ch = intc->event_channel[hwirq].value; in pruss_intc_unmap() 240 intc->event_channel[hwirq].ref_count--; in pruss_intc_unmap() 384 if (intc->event_channel[event].ref_count > 0 && in pruss_intc_validate_mapping() 385 intc->event_channel[event].value != channel) { in pruss_intc_validate_mapping() 387 event, channel, intc->event_channel[event].value); in pruss_intc_validate_mapping() 401 intc->event_channel[even in pruss_intc_validate_mapping() [all...] |
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | ti-ads1015.c | 244 unsigned int event_channel; member 259 return (data->event_channel != ADS1015_CHANNELS); in ads1015_event_channel_enabled() 267 data->event_channel = chan; in ads1015_event_channel_enable() 273 data->event_channel = ADS1015_CHANNELS; in ads1015_event_channel_disable() 477 data->event_channel != chan->address) { in ads1015_read_raw() 641 if (data->event_channel == chan->address) { in ads1015_read_event_config() 668 if (data->event_channel != chan->address || in ads1015_enable_event_config() 713 if (data->event_channel != chan->address) in ads1015_disable_event_config() 779 code = IIO_UNMOD_EVENT_CODE(IIO_VOLTAGE, data->event_channel, in ads1015_event_handler() 978 data->event_channel in ads1015_probe() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/ |
H A D | lan743x_ptp.c | 145 int event_channel) in lan743x_ptp_reserve_event_ch() 151 if (!(test_bit(event_channel, &ptp->used_event_ch))) { in lan743x_ptp_reserve_event_ch() 152 ptp->used_event_ch |= BIT(event_channel); in lan743x_ptp_reserve_event_ch() 153 result = event_channel; in lan743x_ptp_reserve_event_ch() 156 "attempted to reserved a used event_channel = %d\n", in lan743x_ptp_reserve_event_ch() 157 event_channel); in lan743x_ptp_reserve_event_ch() 164 int event_channel) in lan743x_ptp_release_event_ch() 169 if (test_bit(event_channel, &ptp->used_event_ch)) { in lan743x_ptp_release_event_ch() 170 ptp->used_event_ch &= ~BIT(event_channel); in lan743x_ptp_release_event_ch() 173 "attempted release on a not used event_channel in lan743x_ptp_release_event_ch() 144 lan743x_ptp_reserve_event_ch(struct lan743x_adapter *adapter, int event_channel) lan743x_ptp_reserve_event_ch() argument 163 lan743x_ptp_release_event_ch(struct lan743x_adapter *adapter, int event_channel) lan743x_ptp_release_event_ch() argument 235 lan743x_gpio_rsrv_ptp_out(struct lan743x_adapter *adapter, int pin, int event_channel) lan743x_gpio_rsrv_ptp_out() argument [all...] |
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | ti-ads1015.c | 253 unsigned int event_channel; member 268 return (data->event_channel != ADS1015_CHANNELS); in ads1015_event_channel_enabled() 276 data->event_channel = chan; in ads1015_event_channel_enable() 282 data->event_channel = ADS1015_CHANNELS; in ads1015_event_channel_disable() 551 data->event_channel != chan->address) { in ads1015_read_raw() 716 if (data->event_channel == chan->address) { in ads1015_read_event_config() 743 if (data->event_channel != chan->address || in ads1015_enable_event_config() 788 if (data->event_channel != chan->address) in ads1015_disable_event_config() 854 code = IIO_UNMOD_EVENT_CODE(IIO_VOLTAGE, data->event_channel, in ads1015_event_handler() 1008 data->event_channel in ads1015_probe() [all...] |
/kernel/linux/linux-5.10/include/xen/interface/ |
H A D | sched.h | 30 #include <xen/interface/event_channel.h>
|
/kernel/linux/linux-6.6/include/xen/interface/ |
H A D | sched.h | 13 #include <xen/interface/event_channel.h>
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | gntdev-common.h | 18 #include <xen/interface/event_channel.h>
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | gntdev-common.h | 18 #include <xen/interface/event_channel.h>
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/ |
H A D | lan743x_ptp.c | 157 int event_channel) in lan743x_ptp_reserve_event_ch() 163 if (!(test_bit(event_channel, &ptp->used_event_ch))) { in lan743x_ptp_reserve_event_ch() 164 ptp->used_event_ch |= BIT(event_channel); in lan743x_ptp_reserve_event_ch() 165 result = event_channel; in lan743x_ptp_reserve_event_ch() 168 "attempted to reserved a used event_channel = %d\n", in lan743x_ptp_reserve_event_ch() 169 event_channel); in lan743x_ptp_reserve_event_ch() 176 int event_channel) in lan743x_ptp_release_event_ch() 181 if (test_bit(event_channel, &ptp->used_event_ch)) { in lan743x_ptp_release_event_ch() 182 ptp->used_event_ch &= ~BIT(event_channel); in lan743x_ptp_release_event_ch() 185 "attempted release on a not used event_channel in lan743x_ptp_release_event_ch() 156 lan743x_ptp_reserve_event_ch(struct lan743x_adapter *adapter, int event_channel) lan743x_ptp_reserve_event_ch() argument 175 lan743x_ptp_release_event_ch(struct lan743x_adapter *adapter, int event_channel) lan743x_ptp_release_event_ch() argument 249 lan743x_gpio_rsrv_ptp_out(struct lan743x_adapter *adapter, int pin, int event_channel) lan743x_gpio_rsrv_ptp_out() argument [all...] |
/kernel/linux/linux-6.6/drivers/ptp/ |
H A D | ptp_idt82p33.h | 95 struct idt82p33_channel *event_channel[MAX_PHC_PLL]; member
|
H A D | ptp_clockmatrix.h | 124 struct idtcm_channel *event_channel[MAX_TOD]; member
|
H A D | ptp_idt82p33.c | 291 idt82p33->event_channel[index] = channel; in idt82p33_extts_enable() 313 struct idt82p33_channel *event_channel; in idt82p33_extts_check_channel() local 320 event_channel = idt82p33->event_channel[todn]; in idt82p33_extts_check_channel() 324 ptp_clock_event(event_channel->ptp_clock, in idt82p33_extts_check_channel()
|
H A D | ptp_clockmatrix.c | 316 idtcm->event_channel[index] = channel; in idtcm_extts_enable() 466 ptp_channel = idtcm->event_channel[todn]; in idtcm_extts_check_channel()
|
/kernel/linux/linux-5.10/include/xen/ |
H A D | events.h | 11 #include <xen/interface/event_channel.h>
|
H A D | xenbus.h | 50 #include <xen/interface/event_channel.h>
|
/kernel/linux/linux-6.6/include/xen/ |
H A D | events.h | 11 #include <xen/interface/event_channel.h>
|
H A D | xenbus.h | 50 #include <xen/interface/event_channel.h>
|
/kernel/linux/linux-5.10/drivers/xen/events/ |
H A D | events_fifo.c | 52 #include <xen/interface/event_channel.h>
|
H A D | events_2l.c | 22 #include <xen/interface/event_channel.h>
|
H A D | events_base.c | 61 #include <xen/interface/event_channel.h>
|
/kernel/linux/linux-6.6/drivers/xen/events/ |
H A D | events_fifo.c | 52 #include <xen/interface/event_channel.h>
|
H A D | events_2l.c | 22 #include <xen/interface/event_channel.h>
|
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus_client.c | 42 #include <xen/interface/event_channel.h>
|
/kernel/linux/linux-6.6/drivers/xen/xenbus/ |
H A D | xenbus_client.c | 42 #include <xen/interface/event_channel.h>
|