Searched refs:write_command (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/s390/char/ |
H A D | fs3270.c | 37 int write_command; /* ccw command to use for writes. */ member 256 if (fp->read_command == 0 && fp->write_command != 0) in fs3270_read() 289 int write_command; in fs3270_write() local 301 write_command = fp->write_command ? : 1; in fs3270_write() 302 if (write_command == 5) in fs3270_write() 303 write_command = 13; in fs3270_write() 304 raw3270_request_set_cmd(rq, write_command); in fs3270_write() 344 fp->write_command = arg; in fs3270_ioctl() 350 rc = put_user(fp->write_command, argp); in fs3270_ioctl()
|
/linux/drivers/gpu/drm/panel/ |
H A D | panel-sitronix-st7701.c | 143 int (*write_command)(struct st7701 *st7701, u8 cmd, const u8 *seq, member 167 st7701->write_command(st7701, cmd, d, ARRAY_SIZE(d)); \ 226 st7701->write_command(st7701, ST7701_CMD2_BK0_PVGAMCTRL, desc->pv_gamma, in st7701_init_sequence() 228 st7701->write_command(st7701, ST7701_CMD2_BK0_NVGAMCTRL, desc->nv_gamma, in st7701_init_sequence() 1216 st7701->write_command = st7701_dsi_write; in st7701_dsi_probe() 1244 st7701->write_command = st7701_dbi_write; in st7701_spi_probe()
|
/linux/drivers/video/fbdev/omap/ |
H A D | omapfb.h | 118 void (*write_command) (const void *buf, unsigned int len); member
|
H A D | hwa742.c | 140 hwa742.extif->write_command(®, 1); in hwa742_read_reg() 149 hwa742.extif->write_command(®, 1); in hwa742_write_reg() 172 hwa742.extif->write_command(&cmd, 1); in set_window_regs()
|
H A D | sossi.c | 676 .write_command = sossi_write_command,
|
/linux/drivers/hwmon/ |
H A D | sht3x.c | 129 const char write_command[SHT3X_CMD_LENGTH]; member 382 memcpy(position, commands->write_command, SHT3X_CMD_LENGTH); in limit_write()
|