Home
last modified time | relevance | path

Searched refs:PTP_MAX_CHANNELS (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/ptp/
H A Dptp_chardev.c118 queue->mask = bitmap_alloc(PTP_MAX_CHANNELS, GFP_KERNEL); in ptp_open()
123 bitmap_set(queue->mask, 0, PTP_MAX_CHANNELS); in ptp_open()
136 DIV_ROUND_UP(PTP_MAX_CHANNELS, BITS_PER_BYTE * sizeof(u32)); in ptp_open()
504 bitmap_clear(tsevq->mask, 0, PTP_MAX_CHANNELS); in ptp_ioctl()
512 if (i >= PTP_MAX_CHANNELS) { in ptp_ioctl()
H A Dptp_private.h25 #define PTP_MAX_CHANNELS 2048 macro
H A Dptp_clock.c276 queue->mask = bitmap_alloc(PTP_MAX_CHANNELS, GFP_KERNEL); in ptp_clock_register()
281 bitmap_set(queue->mask, 0, PTP_MAX_CHANNELS); in ptp_clock_register()