Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/
Dsnsc.h27 #define CHUNKSIZE 127 macro
40 char sd_rb[CHUNKSIZE]; /* read buffer */
41 char sd_wb[CHUNKSIZE]; /* write buffer */
Dsnsc_event.c95 event[CHUNKSIZE-1] = '\0'; /* ensure this string ends! */ in scdrv_parse_event()
189 char desc[CHUNKSIZE]; in scdrv_dispatch_event()
243 len = CHUNKSIZE; in scdrv_event()
251 len = CHUNKSIZE; in scdrv_event()
Dsnsc.c182 len = CHUNKSIZE; in scdrv_read()
196 len = CHUNKSIZE; in scdrv_read()
273 count = min((int) count, CHUNKSIZE); in scdrv_write()