Searched refs:CMD_BUFSIZE (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/video/backlight/ |
| D | ili922x.c | 118 #define CMD_BUFSIZE 16 macro 151 unsigned char tbuf[CMD_BUFSIZE]; in ili922x_read_status() 152 unsigned char rbuf[CMD_BUFSIZE]; in ili922x_read_status() 194 unsigned char tbuf[CMD_BUFSIZE]; in ili922x_read() 195 unsigned char rbuf[CMD_BUFSIZE]; in ili922x_read() 248 unsigned char tbuf[CMD_BUFSIZE]; in ili922x_write() 249 unsigned char rbuf[CMD_BUFSIZE]; in ili922x_write() 321 unsigned char tbuf[CMD_BUFSIZE]; in set_write_to_gram_reg()
|
| /Linux-v5.4/drivers/scsi/cxlflash/ |
| D | common.h | 76 #define CMD_BUFSIZE SIZE_4K macro
|
| D | vlun.c | 436 cmd_buf = kzalloc(CMD_BUFSIZE, GFP_KERNEL); in write_same16() 454 CMD_BUFSIZE, NULL, NULL, to, in write_same16()
|
| D | superpipe.c | 344 cmd_buf = kzalloc(CMD_BUFSIZE, GFP_KERNEL); in read_cap16() 353 put_unaligned_be32(CMD_BUFSIZE, &scsi_cmd[10]); in read_cap16() 361 CMD_BUFSIZE, NULL, &sshdr, to, CMD_RETRIES, in read_cap16()
|