Home
last modified time | relevance | path

Searched refs:send_command (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/media/usb/ttusb-dec/
H A Dttusbdecfe.c47 ret=state->config->send_command(fe, 0x73, sizeof(b), b, &len, result); in ttusbdecfe_dvbt_read_status()
88 state->config->send_command(fe, 0x71, sizeof(b), b, NULL, NULL); in ttusbdecfe_dvbt_set_frontend()
133 state->config->send_command(fe, 0x71, sizeof(b), b, NULL, NULL); in ttusbdecfe_dvbs_set_frontend()
150 state->config->send_command(fe, 0x72, in ttusbdecfe_dvbs_diseqc_send_master_cmd()
H A Dttusbdecfe.h15 int (*send_command)(struct dvb_frontend* fe, const u8 command, member
H A Dttusb_dec.c1633 .send_command = fe_send_command
/linux/drivers/staging/gpib/lpvo_usb_gpib/
H A Dlpvo_usb_gpib.c265 static int send_command(gpib_board_t *board, char *msg, int leng) in send_command() function
321 retval = send_command(board, USB_GPIB_READ_LINES, 0); in set_control_line()
330 retval = send_command(board, msg, 0); in set_control_line()
400 val = send_command(board, command, 0); in set_timeout()
406 val = send_command(board, command, 0); in set_timeout()
512 retval = send_command(board, USB_GPIB_ON, 0); in usb_gpib_attach()
521 retval = send_command(board, USB_GPIB_DEBUG_ON, 0); in usb_gpib_attach()
530 retval = send_command(board, USB_GPIB_IBm0, 0); in usb_gpib_attach()
539 retval = send_command(board, USB_GPIB_FTMO, 0); in usb_gpib_attach()
599 retval = send_command(board, command, 5); in usb_gpib_command()
[all …]
/linux/drivers/watchdog/
H A Dpcwd_pci.c154 static int send_command(int cmd, int *msb, int *lsb) in send_command() function
230 got_fw_rev = send_command(CMD_GET_FIRMWARE_VERSION, &fw_rev_major, in pcipcwd_show_card_info()
328 send_command(CMD_WRITE_WATCHDOG_TIMEOUT, &t_msb, &t_lsb); in pcipcwd_set_heartbeat()
381 send_command(CMD_GET_CLEAR_RESET_COUNT, &msb, &reset_counter); in pcipcwd_clear_status()
420 send_command(CMD_READ_WATCHDOG_TIMEOUT, &msb, &lsb); in pcipcwd_get_timeleft()
/linux/drivers/video/fbdev/
H A Dn411.c129 par->send_command(par, APOLLO_INIT_DISPLAY); in n411_init_board()
137 par->send_command(par, APOLLO_ERASE_DISPLAY); in n411_init_board()
H A Dhecubafb.c189 par->send_command = apollo_send_command; in hecubafb_probe()
/linux/include/video/
H A Dhecubafb.h33 void (*send_command)(struct hecubafb_par *, unsigned char); member
/linux/drivers/media/radio/si4713/
H A Dradio-usb-si4713.c293 static int send_command(struct si4713_usb_device *radio, u8 *payload, char *data, int len) in send_command() function
356 retval = send_command(radio, command_table[i].payload, in si4713_i2c_write()
/linux/drivers/hwmon/
H A Dapplesmc.c208 static int send_command(u8 cmd) in send_command() function
232 ret = send_command(APPLESMC_READ_CMD); in smc_sane()
258 if (send_command(cmd) || send_argument(key)) { in read_smc()
301 if (send_command(cmd) || send_argument(key)) { in write_smc()
/linux/drivers/media/dvb-frontends/
H A Dmxl5xx.c173 static int send_command(struct mxl *state, u32 size, u8 *buf) in send_command() function
402 return send_command(state, sizeof(buf), buf); in cfg_scrambler()
414 return send_command(state, cmd_size + MXL_HYDRA_CMD_HEADER_SIZE, in cfg_demod_abort_tune()
484 stat = send_command(state, cmd_size + MXL_HYDRA_CMD_HEADER_SIZE, in set_parameters()
1043 status = send_command(state, cmd_size + MXL_HYDRA_CMD_HEADER_SIZE, in firmware_download()
1358 stat = send_command(state, cmd_size + MXL_HYDRA_CMD_HEADER_SIZE, in enable_tuner()
/linux/drivers/media/usb/go7007/
H A Dgo7007-priv.h122 int (*send_command)(struct go7007 *go, unsigned int cmd, void *arg); member
/linux/drivers/atm/
H A Dsolos-pci.c169 static int send_command(struct solos_card *card, int dev, const char *buf, size_t size);
465 static int send_command(struct solos_card *card, int dev, const char *buf, size_t size) in send_command() function
501 err = send_command(card, SOLOS_CHAN(atmdev), buf, count); in console_store()
/linux/drivers/mmc/host/
H A Dvub300.c889 static void send_command(struct vub300_mmc_host *vub300) in send_command() function
1766 send_command(vub300); in vub300_cmndwork_thread()