/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_cmd.h | 28 struct cmd { struct 30 cmd_func_t *func; argument 46 extern int dhd_get(void *dhd, int cmd, void *buf, int len); argument
|
D | dhdu.c | 417 dhd_cmd_usage(cmd_t *cmd) in dhd_cmd_usage() 429 cmd_t *cmd; in dhd_list() local 482 cmd_t *cmd; in dhd_cmds_usage() local 592 dhd_pktgen(void *dhd, cmd_t *cmd, char **argv) in dhd_pktgen() 743 dhd_sd_msglevel(void *dhd, cmd_t *cmd, char **argv) in dhd_sd_msglevel() 749 dhd_sd_blocksize(void *dhd, cmd_t *cmd, char **argv) in dhd_sd_blocksize() 793 dhd_sd_mode(void *wl, cmd_t *cmd, char **argv) in dhd_sd_mode() 833 dhd_dma_mode(void *wl, cmd_t *cmd, char **argv) in dhd_dma_mode() 884 dhd_sdreg(void *dhd, cmd_t *cmd, char **argv) in dhd_sdreg() 944 dhd_membytes(void *dhd, cmd_t *cmd, char **argv) in dhd_membytes() [all …]
|
D | dhdu_linux.c | 81 cmd_t *cmd = NULL; in dhd_find_cmd() local 145 dhd_ioctl(void *dhd, int cmd, void *buf, int len, bool set) in dhd_ioctl() 180 int wl_ioctl(void *wl, int cmd, void *buf, int len, bool set) in wl_ioctl() 231 dhd_get(void *dhd, int cmd, void *buf, int len) in dhd_get() 244 dhd_set(void *dhd, int cmd, void *buf, int len) in dhd_set() 344 ioctl_queryinformation_fe(void *wl, int cmd, void* input_buf, int *input_len) in ioctl_queryinformation_fe() 363 ioctl_setinformation_fe(void *wl, int cmd, void* buf, int *len) in ioctl_setinformation_fe() 382 wl_get(void *wl, int cmd, void *buf, int len) in wl_get() 404 wl_set(void *wl, int cmd, void *buf, int len) in wl_set() 565 cmd_t *cmd = NULL; in process_args() local
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hw_rome.c | 331 int hci_send_wipower_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_wipower_vs_cmd() 356 int hci_send_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_vs_cmd() 382 unsigned char *cmd, in frame_hci_cmd_pkt() 521 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_set_patch_request() local 553 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_patch_download_request() local 724 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_attach_rampatch() local 754 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_rampatch_reset() local 902 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_tlv_dnld_segment() local 1062 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_1_0_nvm_tag_dnld() local 1332 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_patch_ver_req() local [all …]
|
D | hw_ar3k.c | 124 static int send_hci_cmd_sync(int dev, uint8_t *cmd, int len, uint8_t **event) in send_hci_cmd_sync() 244 static void load_hci_ps_hdr(uint8_t *cmd, uint8_t ps_op, int len, int index) in load_hci_ps_hdr() 315 uint8_t cmd[HCI_MAX_CMD_SIZE]; in write_ps_cmd() local 388 unsigned char cmd[MAX_CMD_LEN], rsp[HCI_MAX_EVENT_SIZE]; in set_cntrlr_baud() local 680 uint8_t cmd[13]; in write_bdaddr() local 763 uint8_t cmd[8] = {0}; in get_device_type() local 806 uint8_t cmd[3] = {0}; in read_ath3k_version() local 848 uint8_t cmd[7] = {0}; in get_ath3k_crc() local 872 uint8_t cmd[20] = {0}; in set_patch_ram() local 933 uint8_t cmd[HCI_MAX_CMD_SIZE] = {0}; in ps_patch_download() local [all …]
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | common.cpp | 70 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_handler() 121 void wifi_unregister_handler(wifi_handle handle, int cmd) in wifi_unregister_handler() 171 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd) in wifi_register_cmd() 199 WifiCommand *cmd = NULL; in wifi_unregister_cmd() local 222 WifiCommand *cmd = NULL; in wifi_get_cmd() local 234 void wifi_unregister_cmd(wifi_handle handle, WifiCommand *cmd) in wifi_unregister_cmd() 253 WifiCommand *cmd = wifi_unregister_cmd(handle, id); in wifi_cancel_cmd() local
|
D | cpp_bindings.cpp | 52 static const char *cmdToString(int cmd) in cmdToString() 557 int WifiRequest::create(int family, uint8_t cmd, int flags, int hdrlen) { in create() 639 int WifiCommand::requestEvent(int cmd) { in requestEvent() 695 WifiCommand *cmd = (WifiCommand *)arg; in response_handler() local 708 WifiCommand *cmd = (WifiCommand *)arg; in event_handler() local
|
D | wifi_logger.cpp | 406 DebugCommand *cmd = new DebugCommand(iface, buffer, &buffer_size, GET_FW_VER); in wifi_get_firmware_version() local 421 DebugCommand *cmd = new DebugCommand(iface, buffer, &buffer_size, GET_DRV_VER); in wifi_get_driver_version() local 435 DebugCommand *cmd = new DebugCommand(iface, ring_name, GET_RING_DATA); in wifi_get_ring_data() local 447 DebugCommand *cmd = new DebugCommand(iface, num_rings, status, GET_RING_STATUS); in wifi_get_ring_buffers_status() local 463 DebugCommand *cmd = new DebugCommand(iface, support, GET_FEATURE); in wifi_get_logger_supported_feature_set() local 478 DebugCommand *cmd = new DebugCommand(iface, verbose_level, flags, max_interval_sec, in wifi_start_logging() local 581 SetLogHandler *cmd = new SetLogHandler(iface, id, handler); in wifi_set_log_handler() local 606 SetLogHandler *cmd = new SetLogHandler(iface, id, handler); in wifi_reset_log_handler() local 764 SetAlertHandler *cmd = new SetAlertHandler(iface, id, handler); in wifi_set_alert_handler() local 789 SetAlertHandler *cmd = new SetAlertHandler(iface, id, handler); in wifi_reset_alert_handler() local [all …]
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | hw_rome.c | 361 int hci_send_wipower_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_wipower_vs_cmd() 386 int hci_send_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_vs_cmd() 412 unsigned char *cmd, in frame_hci_cmd_pkt() 546 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_set_patch_request() local 578 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_patch_download_request() local 749 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_attach_rampatch() local 779 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_rampatch_reset() local 927 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_tlv_dnld_segment() local 1097 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_1_0_nvm_tag_dnld() local 1367 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_patch_ver_req() local [all …]
|
D | hw_ar3k.c | 130 static int send_hci_cmd_sync(int dev, uint8_t *cmd, int len, uint8_t **event) in send_hci_cmd_sync() 250 static void load_hci_ps_hdr(uint8_t *cmd, uint8_t ps_op, int len, int index) in load_hci_ps_hdr() 321 uint8_t cmd[HCI_MAX_CMD_SIZE]; in write_ps_cmd() local 394 unsigned char cmd[MAX_CMD_LEN], rsp[HCI_MAX_EVENT_SIZE]; in set_cntrlr_baud() local 686 uint8_t cmd[13]; in write_bdaddr() local 769 uint8_t cmd[8] = {0}; in get_device_type() local 812 uint8_t cmd[3] = {0}; in read_ath3k_version() local 854 uint8_t cmd[7] = {0}; in get_ath3k_crc() local 878 uint8_t cmd[20] = {0}; in set_patch_ram() local 941 uint8_t cmd[HCI_MAX_CMD_SIZE] = {0}; in ps_patch_download() local [all …]
|
/hardware/qcom/sdm845/bt/libbt-vendor/src/ |
D | hw_rome.c | 376 int hci_send_wipower_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_wipower_vs_cmd() 401 int hci_send_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_vs_cmd() 427 unsigned char *cmd, in frame_hci_cmd_pkt() 561 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_set_patch_request() local 593 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_patch_download_request() local 764 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_attach_rampatch() local 794 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_rampatch_reset() local 943 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_tlv_dnld_segment() local 1113 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_1_0_nvm_tag_dnld() local 1383 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_patch_ver_req() local [all …]
|
D | hw_ar3k.c | 128 static int send_hci_cmd_sync(int dev, uint8_t *cmd, int len, uint8_t **event) in send_hci_cmd_sync() 248 static void load_hci_ps_hdr(uint8_t *cmd, uint8_t ps_op, int len, int index) in load_hci_ps_hdr() 319 uint8_t cmd[HCI_MAX_CMD_SIZE]; in write_ps_cmd() local 392 unsigned char cmd[MAX_CMD_LEN], rsp[HCI_MAX_EVENT_SIZE]; in set_cntrlr_baud() local 684 uint8_t cmd[13]; in write_bdaddr() local 767 uint8_t cmd[8] = {0}; in get_device_type() local 810 uint8_t cmd[3] = {0}; in read_ath3k_version() local 852 uint8_t cmd[7] = {0}; in get_ath3k_crc() local 876 uint8_t cmd[20] = {0}; in set_patch_ram() local 939 uint8_t cmd[HCI_MAX_CMD_SIZE] = {0}; in ps_patch_download() local [all …]
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
D | hw_rome.c | 375 int hci_send_wipower_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_wipower_vs_cmd() 400 int hci_send_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_vs_cmd() 426 unsigned char *cmd, in frame_hci_cmd_pkt() 560 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_set_patch_request() local 592 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_patch_download_request() local 763 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_attach_rampatch() local 793 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_rampatch_reset() local 942 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_tlv_dnld_segment() local 1112 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_1_0_nvm_tag_dnld() local 1382 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_patch_ver_req() local [all …]
|
D | hw_ar3k.c | 126 static int send_hci_cmd_sync(int dev, uint8_t *cmd, int len, uint8_t **event) in send_hci_cmd_sync() 246 static void load_hci_ps_hdr(uint8_t *cmd, uint8_t ps_op, int len, int index) in load_hci_ps_hdr() 317 uint8_t cmd[HCI_MAX_CMD_SIZE]; in write_ps_cmd() local 390 unsigned char cmd[MAX_CMD_LEN], rsp[HCI_MAX_EVENT_SIZE]; in set_cntrlr_baud() local 682 uint8_t cmd[13]; in write_bdaddr() local 765 uint8_t cmd[8] = {0}; in get_device_type() local 808 uint8_t cmd[3] = {0}; in read_ath3k_version() local 850 uint8_t cmd[7] = {0}; in get_ath3k_crc() local 874 uint8_t cmd[20] = {0}; in set_patch_ram() local 937 uint8_t cmd[HCI_MAX_CMD_SIZE] = {0}; in ps_patch_download() local [all …]
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hw_rome.c | 380 int hci_send_wipower_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_wipower_vs_cmd() 405 int hci_send_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_vs_cmd() 431 unsigned char *cmd, in frame_hci_cmd_pkt() 570 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_set_patch_request() local 602 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_patch_download_request() local 772 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_attach_rampatch() local 802 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_rampatch_reset() local 950 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_tlv_dnld_segment() local 1397 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_patch_ver_req() local 1428 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_get_build_info_req() local [all …]
|
D | hw_ar3k.c | 128 static int send_hci_cmd_sync(int dev, uint8_t *cmd, int len, uint8_t **event) in send_hci_cmd_sync() 248 static void load_hci_ps_hdr(uint8_t *cmd, uint8_t ps_op, int len, int index) in load_hci_ps_hdr() 319 uint8_t cmd[HCI_MAX_CMD_SIZE]; in write_ps_cmd() local 392 unsigned char cmd[MAX_CMD_LEN], rsp[HCI_MAX_EVENT_SIZE]; in set_cntrlr_baud() local 684 uint8_t cmd[13]; in write_bdaddr() local 767 uint8_t cmd[8] = {0}; in get_device_type() local 810 uint8_t cmd[3] = {0}; in read_ath3k_version() local 852 uint8_t cmd[7] = {0}; in get_ath3k_crc() local 876 uint8_t cmd[20] = {0}; in set_patch_ram() local 939 uint8_t cmd[HCI_MAX_CMD_SIZE] = {0}; in ps_patch_download() local [all …]
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hw_rome.c | 354 int hci_send_wipower_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_wipower_vs_cmd() 379 int hci_send_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_vs_cmd() 405 unsigned char *cmd, in frame_hci_cmd_pkt() 539 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_set_patch_request() local 571 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_patch_download_request() local 742 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_attach_rampatch() local 772 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_rampatch_reset() local 920 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_tlv_dnld_segment() local 1083 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_1_0_nvm_tag_dnld() local 1353 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_patch_ver_req() local [all …]
|
D | hw_ar3k.c | 124 static int send_hci_cmd_sync(int dev, uint8_t *cmd, int len, uint8_t **event) in send_hci_cmd_sync() 244 static void load_hci_ps_hdr(uint8_t *cmd, uint8_t ps_op, int len, int index) in load_hci_ps_hdr() 315 uint8_t cmd[HCI_MAX_CMD_SIZE]; in write_ps_cmd() local 388 unsigned char cmd[MAX_CMD_LEN], rsp[HCI_MAX_EVENT_SIZE]; in set_cntrlr_baud() local 680 uint8_t cmd[13]; in write_bdaddr() local 763 uint8_t cmd[8] = {0}; in get_device_type() local 806 uint8_t cmd[3] = {0}; in read_ath3k_version() local 848 uint8_t cmd[7] = {0}; in get_ath3k_crc() local 872 uint8_t cmd[20] = {0}; in set_patch_ram() local 933 uint8_t cmd[HCI_MAX_CMD_SIZE] = {0}; in ps_patch_download() local [all …]
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsaucm_test.c | 65 struct cmd { struct 66 enum ucm_cmd_id code; argument 67 const char *cmd_str; argument 167 struct cmd *cmd = NULL; in process_cmd() local
|
/hardware/interfaces/nfc/1.0/vts/functional/ |
D | VtsHalNfcV1_0TargetTest.cpp | 116 std::vector<uint8_t> cmd = CORE_RESET_CMD; in SetUp() local 184 std::vector<uint8_t> cmd = CORE_RESET_CMD; in TEST_P() local 219 std::vector<uint8_t> cmd = CORE_RESET_CMD_CONFIG_RESET; in TEST_P() local 255 std::vector<uint8_t> cmd = INVALID_COMMAND; in TEST_P() local 275 std::vector<uint8_t> cmd = CORE_RESET_CMD; in TEST_P() local 339 std::vector<uint8_t> cmd = CORE_RESET_CMD; in TEST_P() local
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraCmdThread.cpp | 139 int32_t QCameraCmdThread::sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority) in sendCmd() 180 camera_cmd_type_t cmd = CAMERA_CMD_TYPE_NONE; in getCmd() local
|
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
D | driver_cmd_nl80211.c | 48 static void wpa_driver_notify_country_change(void *ctx, char *cmd) in wpa_driver_notify_country_change() 69 int wpa_driver_nl80211_driver_cmd(void *priv, char *cmd, char *buf, in wpa_driver_nl80211_driver_cmd() 179 int cmd; in wpa_driver_set_ap_wps_p2p_ie() member
|
/hardware/interfaces/bluetooth/1.0/vts/functional/ |
D | VtsHalBluetoothV1_0TargetTest.cpp | 341 void BluetoothHidlTest::wait_for_command_complete_event(hidl_vec<uint8_t> cmd) { in wait_for_command_complete_event() 356 hidl_vec<uint8_t> cmd = COMMAND_HCI_READ_BUFFER_SIZE; in setBufferSizes() local 406 hidl_vec<uint8_t> cmd = write_name; in sendAndCheckHCI() local 553 hidl_vec<uint8_t> cmd = COMMAND_HCI_WRITE_LOOPBACK_MODE_LOCAL; in enterLoopbackMode() local 607 hidl_vec<uint8_t> cmd = COMMAND_HCI_RESET; in TEST_P() local 615 hidl_vec<uint8_t> cmd = COMMAND_HCI_READ_LOCAL_VERSION_INFORMATION; in TEST_P() local 636 hidl_vec<uint8_t> cmd = COMMAND_HCI_SHOULD_BE_UNKNOWN; in TEST_P() local
|
/hardware/interfaces/bluetooth/1.1/vts/functional/ |
D | VtsHalBluetoothV1_1TargetTest.cpp | 353 void BluetoothHidlTest::wait_for_command_complete_event(hidl_vec<uint8_t> cmd) { in wait_for_command_complete_event() 368 hidl_vec<uint8_t> cmd = COMMAND_HCI_READ_BUFFER_SIZE; in setBufferSizes() local 418 hidl_vec<uint8_t> cmd = write_name; in sendAndCheckHCI() local 565 hidl_vec<uint8_t> cmd = COMMAND_HCI_WRITE_LOOPBACK_MODE_LOCAL; in enterLoopbackMode() local 619 hidl_vec<uint8_t> cmd = COMMAND_HCI_RESET; in TEST_P() local 627 hidl_vec<uint8_t> cmd = COMMAND_HCI_READ_LOCAL_VERSION_INFORMATION; in TEST_P() local 648 hidl_vec<uint8_t> cmd = COMMAND_HCI_SHOULD_BE_UNKNOWN; in TEST_P() local
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 955 char *cmd; local 982 char *cmd; local 1015 char *cmd; local 1092 char *cmd = NULL; local 1166 const char *cmd; local 1190 const char *cmd; local 1210 const char *cmd; local 1245 char *cmd = NULL; local 1278 char *cmd = NULL; local 1311 const char *cmd; local [all …]
|