Symbol: send_command
drivers/atm/solos-pci.c
169
static int send_command(struct solos_card *card, int dev, const char *buf, size_t size);
drivers/atm/solos-pci.c
501
err = send_command(card, SOLOS_CHAN(atmdev), buf, count);
drivers/crypto/inside-secure/safexcel_hash.c
415
goto send_command;
drivers/crypto/inside-secure/safexcel_hash.c
461
send_command:
drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
281
retval = send_command(board, USB_GPIB_READ_LINES, 0);
drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
290
retval = send_command(board, msg, 0);
drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
354
val = send_command(board, command, 0);
drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
360
val = send_command(board, command, 0);
drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
461
retval = send_command(board, USB_GPIB_ON, 0);
drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
471
retval = send_command(board, USB_GPIB_DEBUG_ON, 0);
drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
481
retval = send_command(board, USB_GPIB_IBm0, 0);
drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
490
retval = send_command(board, USB_GPIB_FTMO, 0);
drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
549
retval = send_command(board, command, 5);
drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
632
retval = send_command(board, USB_GPIB_IBCL, 0);
drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
679
buffer = send_command((struct gpib_board *)board, USB_GPIB_STATUS, 0);
drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
725
*result = send_command(board, USB_GPIB_READ_DATA, 0);
drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
891
if (send_command(board, USB_GPIB_UNTALK, sizeof(USB_GPIB_UNTALK)) == 0x06)
drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
977
retval = send_command(board, msg, length + 8);
drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
987
if (send_command(board, USB_GPIB_UNLISTEN, sizeof(USB_GPIB_UNLISTEN)) != 0x06)
drivers/hwmon/applesmc.c
232
ret = send_command(APPLESMC_READ_CMD);
drivers/hwmon/applesmc.c
258
if (send_command(cmd) || send_argument(key)) {
drivers/hwmon/applesmc.c
301
if (send_command(cmd) || send_argument(key)) {
drivers/media/dvb-frontends/mxl5xx.c
1043
status = send_command(state, cmd_size + MXL_HYDRA_CMD_HEADER_SIZE,
drivers/media/dvb-frontends/mxl5xx.c
1358
stat = send_command(state, cmd_size + MXL_HYDRA_CMD_HEADER_SIZE,
drivers/media/dvb-frontends/mxl5xx.c
402
return send_command(state, sizeof(buf), buf);
drivers/media/dvb-frontends/mxl5xx.c
414
return send_command(state, cmd_size + MXL_HYDRA_CMD_HEADER_SIZE,
drivers/media/dvb-frontends/mxl5xx.c
484
stat = send_command(state, cmd_size + MXL_HYDRA_CMD_HEADER_SIZE,
drivers/media/radio/si4713/radio-usb-si4713.c
356
retval = send_command(radio, command_table[i].payload,
drivers/media/usb/go7007/go7007-priv.h
122
int (*send_command)(struct go7007 *go, unsigned int cmd, void *arg);
drivers/media/usb/ttusb-dec/ttusb_dec.c
1631
.send_command = fe_send_command
drivers/media/usb/ttusb-dec/ttusbdecfe.c
133
state->config->send_command(fe, 0x71, sizeof(b), b, NULL, NULL);
drivers/media/usb/ttusb-dec/ttusbdecfe.c
150
state->config->send_command(fe, 0x72,
drivers/media/usb/ttusb-dec/ttusbdecfe.c
47
ret=state->config->send_command(fe, 0x73, sizeof(b), b, &len, result);
drivers/media/usb/ttusb-dec/ttusbdecfe.c
88
state->config->send_command(fe, 0x71, sizeof(b), b, NULL, NULL);
drivers/media/usb/ttusb-dec/ttusbdecfe.h
15
int (*send_command)(struct dvb_frontend* fe, const u8 command,
drivers/mmc/host/vub300.c
1764
send_command(vub300);
drivers/video/fbdev/hecubafb.c
189
par->send_command = apollo_send_command;
drivers/video/fbdev/n411.c
129
par->send_command(par, APOLLO_INIT_DISPLAY);
drivers/video/fbdev/n411.c
137
par->send_command(par, APOLLO_ERASE_DISPLAY);
drivers/watchdog/pcwd_pci.c
230
got_fw_rev = send_command(CMD_GET_FIRMWARE_VERSION, &fw_rev_major,
drivers/watchdog/pcwd_pci.c
328
send_command(CMD_WRITE_WATCHDOG_TIMEOUT, &t_msb, &t_lsb);
drivers/watchdog/pcwd_pci.c
381
send_command(CMD_GET_CLEAR_RESET_COUNT, &msb, &reset_counter);
drivers/watchdog/pcwd_pci.c
420
send_command(CMD_READ_WATCHDOG_TIMEOUT, &msb, &lsb);
include/video/hecubafb.h
33
void (*send_command)(struct hecubafb_par *, unsigned char);