Searched refs:GNSS_WRITE_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
32 #define GNSS_WRITE_BUF_SIZE 1024 macro148 if (n > GNSS_WRITE_BUF_SIZE) in gnss_write()149 n = GNSS_WRITE_BUF_SIZE; in gnss_write()261 gdev->write_buf = kzalloc(GNSS_WRITE_BUF_SIZE, GFP_KERNEL); in gnss_allocate_device()
Completed in 3 milliseconds