Lines Matching refs:event_channel
157 int event_channel) in lan743x_ptp_reserve_event_ch() argument
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()
169 event_channel); in lan743x_ptp_reserve_event_ch()
176 int event_channel) in lan743x_ptp_release_event_ch() argument
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()
186 event_channel); in lan743x_ptp_release_event_ch()
250 int pin, int event_channel) in lan743x_gpio_rsrv_ptp_out() argument
281 if (event_channel == 0) { in lan743x_gpio_rsrv_ptp_out()