Home
last modified time | relevance | path

Searched refs:event_channel (Results 1 – 25 of 44) sorted by relevance

12

/linux/drivers/irqchip/
A Dirq-pruss-intc.c106 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[event].value = channel; in pruss_intc_validate_mapping()
/linux/drivers/iio/adc/
A Dti-ads1015.c244 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()
475 data->event_channel != chan->address) { in ads1015_read_raw()
639 if (data->event_channel == chan->address) { in ads1015_read_event_config()
666 if (data->event_channel != chan->address || in ads1015_enable_event_config()
711 if (data->event_channel != chan->address) in ads1015_disable_event_config()
777 code = IIO_UNMOD_EVENT_CODE(IIO_VOLTAGE, data->event_channel, in ads1015_event_handler()
976 data->event_channel = ADS1015_CHANNELS; in ads1015_probe()
/linux/drivers/net/ethernet/microchip/
A Dlan743x_ptp.c145 int event_channel) in lan743x_ptp_reserve_event_ch() argument
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()
157 event_channel); in lan743x_ptp_reserve_event_ch()
164 int event_channel) in lan743x_ptp_release_event_ch() argument
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()
174 event_channel); in lan743x_ptp_release_event_ch()
236 int pin, int event_channel) in lan743x_gpio_rsrv_ptp_out() argument
[all …]
/linux/drivers/ptp/
A Dptp_clockmatrix.h121 struct idtcm_channel *event_channel[MAX_TOD]; member
A Dptp_clockmatrix.c300 idtcm->event_channel[todn] = channel; in idtcm_enable_extts()
417 ptp_channel = idtcm->event_channel[todn]; in idtcm_extts_check_channel()
/linux/drivers/xen/
A D.features.o.cmd202 include/xen/interface/event_channel.h \
A D.cpu_hotplug.o.cmd948 include/xen/interface/event_channel.h \
A D.sys-hypervisor.o.cmd757 include/xen/interface/event_channel.h \
A D.dbgp.o.cmd1128 include/xen/interface/event_channel.h \
A D.efi.o.cmd1081 include/xen/interface/event_channel.h \
A D.evtchn.o.cmd1095 include/xen/interface/event_channel.h \
A D.gntalloc.o.cmd1167 include/xen/interface/event_channel.h \
A D.mem-reservation.o.cmd204 include/xen/interface/event_channel.h \
A D.xen-balloon.o.cmd948 include/xen/interface/event_channel.h \
A D.xlate_mmu.o.cmd921 include/xen/interface/event_channel.h \
/linux/drivers/xen/xenbus/
A D.xenbus_xs.o.cmd951 include/xen/interface/event_channel.h \
A D.xenbus_probe_backend.o.cmd1011 include/xen/interface/event_channel.h \
A D.xenbus_client.o.cmd1049 include/xen/interface/event_channel.h \
A D.xenbus_comms.o.cmd1023 include/xen/interface/event_channel.h \
/linux/drivers/xen/xenfs/
A D.super.o.cmd1024 include/xen/interface/event_channel.h \
A D.xenstored.o.cmd1051 include/xen/interface/event_channel.h \
/linux/drivers/tty/hvc/
A D.hvc_xen.o.cmd1072 include/xen/interface/event_channel.h \
/linux/drivers/input/misc/
A D.xen-kbdfront.o.cmd1039 include/xen/interface/event_channel.h \
/linux/drivers/xen/events/
A D.events_2l.o.cmd840 include/xen/interface/event_channel.h \
A D.events_fifo.o.cmd1030 include/xen/interface/event_channel.h \

Completed in 58 milliseconds

12