Searched refs:write_command (Results  1 – 6 of 6) sorted by relevance
| /linux-4.4.14/drivers/s390/char/ | 
| D | fs3270.c | 35 	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, argp);  in fs3270_ioctl()
  | 
| /linux-4.4.14/drivers/video/fbdev/omap/ | 
| D | omapfb.h | 131 	void (*write_command)	(const void *buf, unsigned int len);  member
  | 
| D | hwa742.c | 145 	hwa742.extif->write_command(®, 1);  in hwa742_read_reg() 154 	hwa742.extif->write_command(®, 1);  in hwa742_write_reg() 177 	hwa742.extif->write_command(&cmd, 1);  in set_window_regs()
  | 
| D | sossi.c | 686 	.write_command		= sossi_write_command,
  | 
| /linux-4.4.14/sound/oss/ | 
| D | mpu401.c | 92 static inline void write_command(struct mpu_config *devc, unsigned char cmd)  in write_command()  function 608 	write_command(devc, cmd->cmd);  in mpu401_command() 1134 		write_command(devc, MPU_RESET);	/*  in reset_mpu401()
  | 
| /linux-4.4.14/drivers/isdn/hardware/eicon/ | 
| D | message.c | 171 static void adv_voice_write_coefs(PLCI *plci, word write_command); 13073 static void adv_voice_write_coefs(PLCI *plci, word write_command)  in adv_voice_write_coefs()  argument 13086 			(char *)(FILE_), __LINE__, write_command));  in adv_voice_write_coefs() 13128 		switch (write_command)  in adv_voice_write_coefs()
  |