Searched refs:write_command (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/s390/char/
H A Dfs3270.c37 int write_command; /* ccw command to use for writes. */ member in struct:fs3270
256 if (fp->read_command == 0 && fp->write_command != 0)
289 int write_command; local
301 write_command = fp->write_command ? : 1;
302 if (write_command == 5)
303 write_command = 13;
304 raw3270_request_set_cmd(rq, write_command);
344 fp->write_command = arg;
350 rc = put_user(fp->write_command, arg
[all...]
/linux-master/drivers/video/fbdev/omap/
H A Domapfb.h118 void (*write_command) (const void *buf, unsigned int len); member in struct:lcd_ctrl_extif
H A Dhwa742.c140 hwa742.extif->write_command(&reg, 1);
149 hwa742.extif->write_command(&reg, 1);
172 hwa742.extif->write_command(&cmd, 1);
H A Dsossi.c676 .write_command = sossi_write_command,
/linux-master/drivers/hwmon/
H A Dsht3x.c129 const char write_command[SHT3X_CMD_LENGTH]; member in struct:sht3x_limit_commands
382 memcpy(position, commands->write_command, SHT3X_CMD_LENGTH);

Completed in 228 milliseconds