Searched refs:CMD_BUFSIZE (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/video/backlight/
H A Dili922x.c120 #define CMD_BUFSIZE 16 macro
153 unsigned char tbuf[CMD_BUFSIZE];
154 unsigned char rbuf[CMD_BUFSIZE];
196 unsigned char tbuf[CMD_BUFSIZE];
197 unsigned char rbuf[CMD_BUFSIZE];
250 unsigned char tbuf[CMD_BUFSIZE];
251 unsigned char rbuf[CMD_BUFSIZE];
329 unsigned char tbuf[CMD_BUFSIZE];
/linux-master/drivers/scsi/cxlflash/
H A Dcommon.h76 #define CMD_BUFSIZE SIZE_4K macro
H A Dvlun.c436 cmd_buf = kzalloc(CMD_BUFSIZE, GFP_KERNEL);
454 cmd_buf, CMD_BUFSIZE, to,
H A Dsuperpipe.c347 cmd_buf = kzalloc(CMD_BUFSIZE, GFP_KERNEL);
356 put_unaligned_be32(CMD_BUFSIZE, &scsi_cmd[10]);
364 CMD_BUFSIZE, to, CMD_RETRIES, &exec_args);

Completed in 147 milliseconds