Home
last modified time | relevance | path

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

/linux/drivers/gnss/
A Dcore.c32 #define GNSS_WRITE_BUF_SIZE 1024 macro
148 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