Searched refs:write_command (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | fs3270.c | 36 int write_command; /* ccw command to use for writes. */ member 260 if (fp->read_command == 0 && fp->write_command != 0) in fs3270_read() 293 int write_command; in fs3270_write() local 305 write_command = fp->write_command ? : 1; in fs3270_write() 306 if (write_command == 5) in fs3270_write() 307 write_command = 13; in fs3270_write() 308 raw3270_request_set_cmd(rq, write_command); in fs3270_write() 347 fp->write_command = arg; in fs3270_ioctl() 353 rc = put_user(fp->write_command, arg in fs3270_ioctl() [all...] |
/kernel/linux/linux-6.6/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, arg in fs3270_ioctl() [all...] |
/kernel/linux/linux-5.10/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 | 132 hwa742.extif->write_command(®, 1); in hwa742_read_reg() 141 hwa742.extif->write_command(®, 1); in hwa742_write_reg() 164 hwa742.extif->write_command(&cmd, 1); in set_window_regs()
|
H A D | sossi.c | 673 .write_command = sossi_write_command,
|
/kernel/linux/linux-6.6/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,
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | sht3x.c | 104 const char write_command[SHT3X_CMD_LENGTH]; member 356 memcpy(position, commands->write_command, SHT3X_CMD_LENGTH); in limit_store()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | sht3x.c | 125 const char write_command[SHT3X_CMD_LENGTH]; member 376 memcpy(position, commands->write_command, SHT3X_CMD_LENGTH); in limit_write()
|
Completed in 10 milliseconds