Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/ttusb-dec/
Dttusbdecfe.c57 ret=state->config->send_command(fe, 0x73, sizeof(b), b, &len, result); in ttusbdecfe_dvbt_read_status()
98 state->config->send_command(fe, 0x71, sizeof(b), b, NULL, NULL); in ttusbdecfe_dvbt_set_frontend()
143 state->config->send_command(fe, 0x71, sizeof(b), b, NULL, NULL); in ttusbdecfe_dvbs_set_frontend()
160 state->config->send_command(fe, 0x72, in ttusbdecfe_dvbs_diseqc_send_master_cmd()
Dttusbdecfe.h25 int (*send_command)(struct dvb_frontend* fe, const u8 command, member
Dttusb_dec.c1650 .send_command = fe_send_command
/Linux-v4.19/drivers/platform/chrome/
Dcros_ec_proto.c59 static int send_command(struct cros_ec_device *ec_dev, in send_command() function
182 ret = send_command(ec_dev, msg); in cros_ec_get_host_event_wake_mask()
210 ret = send_command(ec_dev, msg); in cros_ec_host_command_proto_query()
248 ret = send_command(ec_dev, msg); in cros_ec_host_command_proto_query_v2()
313 ret = send_command(ec_dev, msg); in cros_ec_get_host_command_version_mask()
485 ret = send_command(ec_dev, msg); in cros_ec_cmd_xfer()
/Linux-v4.19/drivers/watchdog/
Dpcwd_pci.c158 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-v4.19/drivers/video/fbdev/
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()
Dhecubafb.c251 par->send_command = apollo_send_command; in hecubafb_probe()
/Linux-v4.19/include/video/
Dhecubafb.h33 void (*send_command)(struct hecubafb_par *, unsigned char); member
/Linux-v4.19/drivers/media/radio/si4713/
Dradio-usb-si4713.c296 static int send_command(struct si4713_usb_device *radio, u8 *payload, char *data, int len) in send_command() function
359 retval = send_command(radio, command_table[i].payload, in si4713_i2c_write()
/Linux-v4.19/drivers/media/dvb-frontends/
Dmxl5xx.c183 static int send_command(struct mxl *state, u32 size, u8 *buf) in send_command() function
412 return send_command(state, sizeof(buf), buf); in cfg_scrambler()
424 return send_command(state, cmd_size + MXL_HYDRA_CMD_HEADER_SIZE, in cfg_demod_abort_tune()
494 stat = send_command(state, cmd_size + MXL_HYDRA_CMD_HEADER_SIZE, in set_parameters()
1052 status = send_command(state, cmd_size + MXL_HYDRA_CMD_HEADER_SIZE, in firmware_download()
1367 stat = send_command(state, cmd_size + MXL_HYDRA_CMD_HEADER_SIZE, in enable_tuner()
/Linux-v4.19/drivers/media/usb/go7007/
Dgo7007-priv.h130 int (*send_command)(struct go7007 *go, unsigned int cmd, void *arg); member
/Linux-v4.19/drivers/hwmon/
Dapplesmc.c216 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-v4.19/drivers/atm/
Dsolos-pci.c178 static int send_command(struct solos_card *card, int dev, const char *buf, size_t size);
474 static int send_command(struct solos_card *card, int dev, const char *buf, size_t size) in send_command() function
510 err = send_command(card, SOLOS_CHAN(atmdev), buf, count); in console_store()
/Linux-v4.19/drivers/crypto/inside-secure/
Dsafexcel_hash.c268 goto send_command; in safexcel_ahash_send_req()
304 send_command: in safexcel_ahash_send_req()
/Linux-v4.19/drivers/isdn/gigaset/
Dev-layer.c761 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-v4.19/drivers/mmc/host/
Dvub300.c892 static void send_command(struct vub300_mmc_host *vub300) in send_command() function
1768 send_command(vub300); in vub300_cmndwork_thread()