Home
last modified time | relevance | path

Searched refs:DebugCommand (Results 1 – 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_logger.cpp582 class DebugCommand : public WifiCommand class
601 DebugCommand(wifi_interface_handle iface, char *buffer, int *buffer_size, in DebugCommand() function in DebugCommand
620 DebugCommand(wifi_interface_handle iface, char *ring_name, GetCmdType cmdType) in DebugCommand() function in DebugCommand
637 DebugCommand(wifi_interface_handle iface, u32 *num_rings, in DebugCommand() function in DebugCommand
655 DebugCommand(wifi_interface_handle iface, unsigned int *support, GetCmdType cmdType) in DebugCommand() function in DebugCommand
672 DebugCommand(wifi_interface_handle iface, u32 *num_maps, in DebugCommand() function in DebugCommand
690 DebugCommand(wifi_interface_handle iface, u32 verbose_level, u32 flags, in DebugCommand() function in DebugCommand
1014 DebugCommand *cmd = new DebugCommand(iface, buffer, &buffer_size, GET_FW_VER); in wifi_get_firmware_version()
1029 DebugCommand *cmd = new DebugCommand(iface, buffer, &buffer_size, GET_DRV_VER); in wifi_get_driver_version()
1043 DebugCommand *cmd = new DebugCommand(iface, ring_name, GET_RING_DATA); in wifi_get_ring_data()
[all …]
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dwifi_logger.cpp534 class DebugCommand : public WifiCommand class
553 DebugCommand(wifi_interface_handle iface, char *buffer, int *buffer_size, in DebugCommand() function in DebugCommand
570 DebugCommand(wifi_interface_handle iface, char *ring_name, GetCmdType cmdType) in DebugCommand() function in DebugCommand
585 DebugCommand(wifi_interface_handle iface, u32 *num_rings, in DebugCommand() function in DebugCommand
601 DebugCommand(wifi_interface_handle iface, unsigned int *support, GetCmdType cmdType) in DebugCommand() function in DebugCommand
616 DebugCommand(wifi_interface_handle iface, u32 *num_maps, in DebugCommand() function in DebugCommand
624 DebugCommand(wifi_interface_handle iface, u32 verbose_level, u32 flags, in DebugCommand() function in DebugCommand
944 DebugCommand *cmd = new DebugCommand(iface, buffer, &buffer_size, GET_FW_VER); in wifi_get_firmware_version()
959 DebugCommand *cmd = new DebugCommand(iface, buffer, &buffer_size, GET_DRV_VER); in wifi_get_driver_version()
973 DebugCommand *cmd = new DebugCommand(iface, ring_name, GET_RING_DATA); in wifi_get_ring_data()
[all …]