Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/backlight/
Dili922x.c122 #define CMD_BUFSIZE 16 macro
155 unsigned char tbuf[CMD_BUFSIZE]; in ili922x_read_status()
156 unsigned char rbuf[CMD_BUFSIZE]; in ili922x_read_status()
198 unsigned char tbuf[CMD_BUFSIZE]; in ili922x_read()
199 unsigned char rbuf[CMD_BUFSIZE]; in ili922x_read()
252 unsigned char tbuf[CMD_BUFSIZE]; in ili922x_write()
253 unsigned char rbuf[CMD_BUFSIZE]; in ili922x_write()
326 unsigned char tbuf[CMD_BUFSIZE]; in set_write_to_gram_reg()
/linux-4.4.14/drivers/scsi/cxlflash/
Dcommon.h61 #define CMD_BUFSIZE SIZE_4K macro
Dvlun.c439 cmd_buf = kzalloc(CMD_BUFSIZE, GFP_KERNEL); in write_same16()
457 CMD_BUFSIZE, sense_buf, to, CMD_RETRIES, in write_same16()
Dsuperpipe.c317 cmd_buf = kzalloc(CMD_BUFSIZE, GFP_KERNEL); in read_cap16()
327 put_unaligned_be32(CMD_BUFSIZE, &scsi_cmd[10]); in read_cap16()
335 CMD_BUFSIZE, sense_buf, to, CMD_RETRIES, 0, NULL); in read_cap16()
Dmain.c62 memset(cmd->buf, 0, CMD_BUFSIZE); in cmd_checkout()
777 for (i = 0; i < CXLFLASH_NUM_CMDS; buf += CMD_BUFSIZE, i++) { in alloc_mem()