Searched defs:cmd (Results 1 - 25 of 84) sorted by relevance

1234

/hardware/ti/omap3/dspbridge/libbridge/
H A Ddsptrap.c53 DWORD DSPTRAP_Trap(Trapped_Args *args, int cmd) argument
58 dwResult = ioctl(hMediaFile, cmd, args);
/hardware/ti/omap3/dspbridge/inc/
H A Drmstypes.h56 RMS_WORD cmd; /* Message code */ member in struct:RMS_DSPMSG
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Drmstypes.h56 RMS_WORD cmd; /* Message code */ member in struct:RMS_DSPMSG
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_cmd.h24 typedef struct cmd cmd_t;
25 typedef int (cmd_func_t)(void *dhd, cmd_t *cmd, char **argv);
28 struct cmd { struct
46 extern int dhd_get(void *dhd, int cmd, void *buf, int len);
47 extern int dhd_set(void *dhd, int cmd, void *buf, int len);
H A Ddhdu_linux.c81 cmd_t *cmd = NULL; local
83 for (cmd = dhd_cmds; cmd->name && strcmp(cmd->name, name); cmd++);
84 if (cmd->name == NULL)
85 cmd = NULL;
86 return cmd;
145 dhd_ioctl(void *dhd, int cmd, void *buf, int len, bool set) argument
165 ioc.cmd
180 wl_ioctl(void *wl, int cmd, void *buf, int len, bool set) argument
231 dhd_get(void *dhd, int cmd, void *buf, int len) argument
244 dhd_set(void *dhd, int cmd, void *buf, int len) argument
344 ioctl_queryinformation_fe(void *wl, int cmd, void* input_buf, int *input_len) argument
363 ioctl_setinformation_fe(void *wl, int cmd, void* buf, int *len) argument
382 wl_get(void *wl, int cmd, void *buf, int len) argument
404 wl_set(void *wl, int cmd, void *buf, int len) argument
565 cmd_t *cmd = NULL; local
[all...]
/hardware/qcom/camera/QCamera2/util/
H A DQCameraCmdThread.cpp98 * DESCRIPTION: name the cmd thread
120 * @cmd : command to be executed.
121 * @sync_cmd: flag to indicate if this is a synchorinzed cmd. If true, this call
123 * @priority: flag to indicate if this is a cmd with priority. If true, the cmd
130 int32_t QCameraCmdThread::sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority) argument
138 node->cmd = cmd;
157 * DESCRIPTION: dequeue a cmommand from cmd queue
161 * RETURN : cmd dequeue
165 camera_cmd_type_t cmd = CAMERA_CMD_TYPE_NONE; local
[all...]
H A DQCameraCmdThread.h52 camera_cmd_type_t cmd; member in struct:qcamera::__anon635
63 int32_t sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority);
66 QCameraQueue cmd_queue; /* cmd queue */
67 pthread_t cmd_pid; /* cmd thread ID */
68 cam_semaphore_t cmd_sem; /* semaphore for cmd thread */
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Dmessage_queue.h40 unsigned int cmd; member in struct:video_msgq
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
H A Dqueue.h40 unsigned int cmd; member in struct:video_msgq
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Dmessage_queue.h39 unsigned int cmd; member in struct:video_msgq
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Dqueue.h39 unsigned int cmd; member in struct:video_msgq
/hardware/broadcom/wlan/bcmdhd/bcmdhd_net_iface/
H A Dbcmdhd_net_iface.c27 char cmd[INTERFACE_MAX_BUFFER_SIZE]; member in struct:net_if_snd_cmd_state
56 bc += snprintf(&state.cmd[bc], sizeof(state.cmd) - bc, "%s ", argv[i]);
57 if (bc >= sizeof(state.cmd)) {
61 state.cmd[bc] = '\0';
65 strncpy(state.ibuf, state.cmd, INTERFACE_MAX_BUFFER_SIZE);
/hardware/samsung_slsi/exynos5/libsecurepath/
H A Dtlwvdrm_api.h67 tci_cmd_t cmd; /**< Command message structure */ member in union:__anon1561::__anon1562
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
H A Ddriver_mac80211_nl.c62 int wpa_driver_nl80211_driver_cmd(void *priv, char *cmd, char *buf, argument
70 if (os_strcasecmp(cmd, "STOP") == 0) {
73 } else if (os_strcasecmp(cmd, "START") == 0) {
76 } else if (os_strcasecmp(cmd, "RELOAD") == 0) {
78 } else if (os_strncasecmp(cmd, "BTCOEXMODE ", 11) == 0) {
79 int mode = atoi(cmd + 11);
88 } else if (os_strcasecmp(cmd, "MACADDR") == 0) {
96 wpa_printf(MSG_INFO, "%s: Unsupported command %s", __func__, cmd);
/hardware/ti/omap4xxx/ion/
H A Dlinux_ion.h54 unsigned int cmd; member in struct:ion_custom_data
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
H A Ddriver_cmd_nl80211.c39 int wpa_driver_nl80211_driver_cmd(void *priv, char *cmd, char *buf, argument
48 if (os_strcasecmp(cmd, "STOP") == 0) {
51 } else if (os_strcasecmp(cmd, "START") == 0) {
54 } else if (os_strcasecmp(cmd, "MACADDR") == 0) {
62 os_memcpy(buf, cmd, strlen(cmd) + 1);
78 if ((os_strcasecmp(cmd, "LINKSPEED") == 0) ||
79 (os_strcasecmp(cmd, "RSSI") == 0) ||
80 (os_strcasecmp(cmd, "GETBAND") == 0) ||
81 (os_strncasecmp(cmd, "WLS_BATCHIN
130 int cmd; member in struct:cmd_desc
[all...]
H A Ddriver_cmd_wext.c131 static int wpa_driver_wext_set_cscan_params(char *buf, size_t buf_len, char *cmd) argument
138 wpa_printf(MSG_DEBUG, "%s: %s", __func__, cmd);
141 pasv_ptr = os_strstr(cmd, ",TIME=");
149 channel = (u8)atoi(cmd + 5);
281 int wpa_driver_wext_driver_cmd( void *priv, char *cmd, char *buf, size_t buf_len ) argument
288 wpa_printf(MSG_DEBUG, "%s %s len = %d", __func__, cmd, buf_len);
290 if (!drv->driver_is_started && (os_strcasecmp(cmd, "START") != 0)) {
295 if (os_strcasecmp(cmd, "RSSI-APPROX") == 0) {
296 os_strncpy(cmd, RSSI_CMD, MAX_DRV_CMD_SIZE);
297 } else if( os_strncasecmp(cmd, "SCA
[all...]
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsaucm_test.c65 struct cmd { struct
70 static struct cmd cmds[] = {
100 fprintf(stderr, "alsaucm_test: error reading cmd\n");
167 struct cmd *cmd = NULL; local
177 for (cmd = cmds; cmd->cmd_str != NULL; cmd++) {
178 if (strncmp(cmd->cmd_str, command, strlen(cmd
[all...]
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dion.h60 unsigned int cmd; member in struct:ion_custom_data
/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
H A Ddriver_cmd_nl80211.c39 int wpa_driver_nl80211_driver_cmd(void *priv, char *cmd, char *buf, argument
48 if (os_strcasecmp(cmd, "STOP") == 0) {
51 } else if (os_strcasecmp(cmd, "START") == 0) {
54 } else if (os_strcasecmp(cmd, "MACADDR") == 0) {
64 os_memcpy(buf, cmd, strlen(cmd) + 1);
77 if ((os_strcasecmp(cmd, "LINKSPEED") == 0) ||
78 (os_strcasecmp(cmd, "RSSI") == 0) ||
79 (os_strcasecmp(cmd, "GETBAND") == 0) )
81 else if (os_strcasecmp(cmd, "COUNTR
137 int cmd; member in struct:cmd_desc
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmcdc.h28 uint32 cmd; /* ioctl command value */ member in struct:cdc_ioctl
45 #define CDCF_IOC_ERROR 0x01 /* 0=success, 1=ioctl cmd failed */
46 #define CDCF_IOC_SET 0x02 /* 0=get, 1=set cmd */
H A Ddhdioctl.h38 uint cmd; /* common ioctl definition */ member in struct:dhd_ioctl
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.c231 static int process_sysfs_request(enum PROC_SYSFS_CMD cmd, char *data) argument
247 switch(cmd){
/hardware/libhardware_legacy/qemu/
H A Dqemu.c55 qemu_fd_write( int fd, const char* cmd, int len ) argument
59 len2 = write(fd, cmd, len);
302 qemu_control_send(const char* cmd, int len) argument
315 len2 = qemu_fd_write(fd, cmd, len);
/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.cpp854 int cmd; local
862 cmd = getchar();
864 switch (cmd) {

Completed in 3295 milliseconds

1234