| /linux-4.1.27/drivers/media/usb/ttusb-dec/ | 
| D | ttusbdecfe.c | 61 	ret=state->config->send_command(fe, 0x73, sizeof(b), b, &len, result);  in ttusbdecfe_dvbt_read_status() 102 	state->config->send_command(fe, 0x71, sizeof(b), b, NULL, NULL);  in ttusbdecfe_dvbt_set_frontend() 147 	state->config->send_command(fe, 0x71, sizeof(b), b, NULL, NULL);  in ttusbdecfe_dvbs_set_frontend() 164 	state->config->send_command(fe, 0x72,  in ttusbdecfe_dvbs_diseqc_send_master_cmd()
  | 
| D | ttusbdecfe.h | 29 	int (*send_command)(struct dvb_frontend* fe, const u8 command,  member
  | 
| D | ttusb_dec.c | 1617 	.send_command = fe_send_command
  | 
| /linux-4.1.27/drivers/video/fbdev/ | 
| D | n411.c | 129 	par->send_command(par, APOLLO_INIT_DISPLAY);  in n411_init_board() 137 		par->send_command(par, APOLLO_ERASE_DISPLAY);  in n411_init_board()
  | 
| D | hecubafb.c | 251 	par->send_command = apollo_send_command;  in hecubafb_probe()
  | 
| /linux-4.1.27/drivers/watchdog/ | 
| D | pcwd_pci.c | 158 static int send_command(int cmd, int *msb, int *lsb)  in send_command()  function 234 	got_fw_rev = send_command(CMD_GET_FIRMWARE_VERSION, &fw_rev_major,  in pcipcwd_show_card_info() 332 	send_command(CMD_WRITE_WATCHDOG_TIMEOUT, &t_msb, &t_lsb);  in pcipcwd_set_heartbeat() 385 	send_command(CMD_GET_CLEAR_RESET_COUNT, &msb, &reset_counter);  in pcipcwd_clear_status() 424 	send_command(CMD_READ_WATCHDOG_TIMEOUT, &msb, &lsb);  in pcipcwd_get_timeleft()
  | 
| /linux-4.1.27/include/video/ | 
| D | hecubafb.h | 33 	void (*send_command)(struct hecubafb_par *, unsigned char);  member
  | 
| /linux-4.1.27/drivers/media/radio/si4713/ | 
| D | radio-usb-si4713.c | 308 static int send_command(struct si4713_usb_device *radio, u8 *payload, char *data, int len)  in send_command()  function 371 			retval = send_command(radio, command_table[i].payload,  in si4713_i2c_write()
  | 
| /linux-4.1.27/drivers/media/usb/go7007/ | 
| D | go7007-priv.h | 130 	int (*send_command)(struct go7007 *go, unsigned int cmd, void *arg);  member
  | 
| /linux-4.1.27/drivers/hwmon/ | 
| D | applesmc.c | 216 static int send_command(u8 cmd)  in send_command()  function 236 	if (send_command(cmd) || send_argument(key)) {  in read_smc() 273 	if (send_command(cmd) || send_argument(key)) {  in write_smc()
  | 
| /linux-4.1.27/drivers/atm/ | 
| D | solos-pci.c | 178 static int send_command(struct solos_card *card, int dev, const char *buf, size_t size); 468 static int send_command(struct solos_card *card, int dev, const char *buf, size_t size)  in send_command()  function 504 	err = send_command(card, SOLOS_CHAN(atmdev), buf, count);  in console_store()
  | 
| /linux-4.1.27/drivers/isdn/gigaset/ | 
| D | ev-layer.c | 761 static void send_command(struct cardstate *cs, const char *cmd,  in send_command()  function 1644 				send_command(cs, p_command, at_state);  in process_event()
  | 
| /linux-4.1.27/drivers/mmc/host/ | 
| D | vub300.c | 894 static void send_command(struct vub300_mmc_host *vub300)  in send_command()  function 1772 		send_command(vub300);  in vub300_cmndwork_thread()
  |