/device/google/contexthub/util/stm32_flash/ |
stm32_bl.h | 25 * write_cmd - write cmd 37 uint8_t (*write_cmd)(struct handle *, uint8_t cmd); member in struct:handle
|
/external/wpa_supplicant_8/hostapd/ |
hostapd_cli.c | 226 static int write_cmd(char *buf, size_t buflen, const char *cmd, int argc, function 266 if (write_cmd(buf, sizeof(buf), cmd, argc, argv) < 0) [all...] |
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
hw_ar3k.c | 290 static int write_cmd(int fd, uint8_t *buffer, int len) function 321 if (write_cmd(fd, cmd, HCI_PS_CMD_HDR_LEN) < 0) 332 if (write_cmd(fd, cmd, PS_RESET_CMD_LEN) < 0) 344 if (write_cmd(fd, cmd, ps_list[i].len + 950 if (write_cmd(fd, cmd, patch.len + HCI_PS_CMD_HDR_LEN) < 0) [all...] |
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
hw_ar3k.c | 290 static int write_cmd(int fd, uint8_t *buffer, int len) function 321 if (write_cmd(fd, cmd, HCI_PS_CMD_HDR_LEN) < 0) 332 if (write_cmd(fd, cmd, PS_RESET_CMD_LEN) < 0) 344 if (write_cmd(fd, cmd, ps_list[i].len + 950 if (write_cmd(fd, cmd, patch.len + HCI_PS_CMD_HDR_LEN) < 0) [all...] |
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
hw_ar3k.c | 293 static int write_cmd(int fd, uint8_t *buffer, int len) function 324 if (write_cmd(fd, cmd, HCI_PS_CMD_HDR_LEN) < 0) 335 if (write_cmd(fd, cmd, PS_RESET_CMD_LEN) < 0) 347 if (write_cmd(fd, cmd, ps_list[i].len + 955 if (write_cmd(fd, cmd, patch.len + HCI_PS_CMD_HDR_LEN) < 0) [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_cli.c | 461 static int write_cmd(char *buf, size_t buflen, const char *cmd, int argc, function 501 if (write_cmd(buf, sizeof(buf), cmd, argc, argv) < 0) [all...] |