Searched refs:CMD_BUFSIZE (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/video/backlight/ |
H A D | ili922x.c | 122 #define CMD_BUFSIZE 16 macro 155 unsigned char tbuf[CMD_BUFSIZE]; ili922x_read_status() 156 unsigned char rbuf[CMD_BUFSIZE]; ili922x_read_status() 198 unsigned char tbuf[CMD_BUFSIZE]; ili922x_read() 199 unsigned char rbuf[CMD_BUFSIZE]; ili922x_read() 252 unsigned char tbuf[CMD_BUFSIZE]; ili922x_write() 253 unsigned char rbuf[CMD_BUFSIZE]; ili922x_write() 326 unsigned char tbuf[CMD_BUFSIZE]; set_write_to_gram_reg()
|
/linux-4.4.14/drivers/scsi/cxlflash/ |
H A D | common.h | 61 #define CMD_BUFSIZE SIZE_4K macro
|
H A D | superpipe.c | 317 cmd_buf = kzalloc(CMD_BUFSIZE, GFP_KERNEL); read_cap16() 327 put_unaligned_be32(CMD_BUFSIZE, &scsi_cmd[10]); read_cap16() 335 CMD_BUFSIZE, sense_buf, to, CMD_RETRIES, 0, NULL); read_cap16()
|
H A D | vlun.c | 439 cmd_buf = kzalloc(CMD_BUFSIZE, GFP_KERNEL); write_same16() 457 CMD_BUFSIZE, sense_buf, to, CMD_RETRIES, write_same16()
|
H A D | main.c | 62 memset(cmd->buf, 0, CMD_BUFSIZE); cmd_checkout() 777 for (i = 0; i < CXLFLASH_NUM_CMDS; buf += CMD_BUFSIZE, i++) { alloc_mem()
|
Completed in 418 milliseconds