Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/usb/ttusb-dec/
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()
Dttusbdecfe.h15 int (*send_command)(struct dvb_frontend* fe, const u8 command, member
Dttusb_dec.c1633 .send_command = fe_send_command
/linux-5.19.10/drivers/watchdog/
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-5.19.10/drivers/platform/chrome/
Dcros_ec_proto.c88 static int send_command(struct cros_ec_device *ec_dev, in send_command() function
249 ret = send_command(ec_dev, msg); in cros_ec_get_host_event_wake_mask()
283 ret = send_command(ec_dev, msg); in cros_ec_host_command_proto_query()
292 ret = send_command(ec_dev, msg); in cros_ec_host_command_proto_query()
330 ret = send_command(ec_dev, msg); in cros_ec_host_command_proto_query_v2()
395 ret = send_command(ec_dev, msg); in cros_ec_get_host_command_version_mask()
624 ret = send_command(ec_dev, msg); in cros_ec_cmd_xfer()
/linux-5.19.10/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-5.19.10/include/video/
Dhecubafb.h33 void (*send_command)(struct hecubafb_par *, unsigned char); member
/linux-5.19.10/drivers/media/radio/si4713/
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-5.19.10/drivers/hwmon/
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-5.19.10/drivers/media/dvb-frontends/
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-5.19.10/drivers/media/usb/go7007/
Dgo7007-priv.h122 int (*send_command)(struct go7007 *go, unsigned int cmd, void *arg); member
/linux-5.19.10/drivers/atm/
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-5.19.10/drivers/mmc/host/
Dvub300.c889 static void send_command(struct vub300_mmc_host *vub300) in send_command() function
1765 send_command(vub300); in vub300_cmndwork_thread()
/linux-5.19.10/drivers/crypto/inside-secure/
Dsafexcel_hash.c419 goto send_command; in safexcel_ahash_send_req()
465 send_command: in safexcel_ahash_send_req()