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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttusb-dec/
H A Dttusbdecfe.h29 int (*send_command)(struct dvb_frontend* fe, const u8 command, member in struct:ttusbdecfe_config
H A Dttusbdecfe.c61 ret=state->config->send_command(fe, 0x73, sizeof(b), b, &len, result);
101 state->config->send_command(fe, 0x71, sizeof(b), b, NULL, NULL);
145 state->config->send_command(fe, 0x71, sizeof(b), b, NULL, NULL);
159 state->config->send_command(fe, 0x72,
H A Dttusb_dec.c1618 .send_command = fe_send_command
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/video/
H A Dhecubafb.h33 void (*send_command)(struct hecubafb_par *, unsigned char); member in struct:hecubafb_par
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dn411.c129 par->send_command(par, APOLLO_INIT_DISPLAY);
137 par->send_command(par, APOLLO_ERASE_DISPLAY);
H A Dhecubafb.c252 par->send_command = apollo_send_command;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dpcwd_pci.c157 static int send_command(int cmd, int *msb, int *lsb) function
236 got_fw_rev = send_command(CMD_GET_FIRMWARE_VERSION, &fw_rev_major,
339 send_command(CMD_WRITE_WATCHDOG_TIMEOUT, &t_msb, &t_lsb);
394 send_command(CMD_GET_CLEAR_RESET_COUNT, &msb, &reset_counter);
435 send_command(CMD_READ_WATCHDOG_TIMEOUT, &msb, &lsb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/go7007/
H A Dgo7007-priv.h111 int (*send_command)(struct go7007 *go, unsigned int cmd, void *arg); member in struct:go7007_hpi_ops
H A Dsaa7134-go7007.c430 .send_command = saa7134_go7007_send_command,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dapplesmc.c265 static int send_command(u8 cmd) function
294 if (send_command(APPLESMC_READ_CMD))
337 if (send_command(APPLESMC_WRITE_CMD))
371 if (send_command(APPLESMC_GET_KEY_BY_INDEX_CMD))
401 if (send_command(APPLESMC_GET_KEY_TYPE_CMD))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dsolos-pci.c171 static int send_command(struct solos_card *card, int dev, const char *buf, size_t size);
463 static int send_command(struct solos_card *card, int dev, const char *buf, size_t size) function
474 dev_warn(&card->dev->dev, "Failed to allocate sk_buff in send_command()\n");
499 err = send_command(card, SOLOS_CHAN(atmdev), buf, count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dcache.c142 send_command(struct cache_command *cmd) function
169 ret = send_command(cmd);
189 ret = send_command(cmd);
H A Dplayer.c3124 send_command(struct player_command *cmd) function
3152 ret = send_command(cmd);
3167 ret = send_command(cmd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/gigaset/
H A Dev-layer.c718 static void send_command(struct cardstate *cs, const char *cmd, int cid, function
1583 send_command(cs, p_command,

Completed in 96 milliseconds