HomeSort by relevance Sort by last modified time
    Searched defs:write_cmd (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/src/common/
cli.c 211 int write_cmd(char *buf, size_t buflen, const char *cmd, int argc, char *argv[]) function
  /device/google/contexthub/util/stm32_flash/
stm32_bl.h 26 * write_cmd - write cmd
39 uint8_t (*write_cmd)(struct handle *, uint8_t cmd); member in struct:handle
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_ar3k.c 291 static int write_cmd(int fd, uint8_t *buffer, int len) function
322 if (write_cmd(fd, cmd, HCI_PS_CMD_HDR_LEN) < 0)
333 if (write_cmd(fd, cmd, PS_RESET_CMD_LEN) < 0)
345 if (write_cmd(fd, cmd, ps_list[i].len +
951 if (write_cmd(fd, cmd, patch.len + HCI_PS_CMD_HDR_LEN) < 0)
    [all...]
  /hardware/qcom/bt/msm8909w_3100/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...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_ar3k.c 291 static int write_cmd(int fd, uint8_t *buffer, int len) function
322 if (write_cmd(fd, cmd, HCI_PS_CMD_HDR_LEN) < 0)
333 if (write_cmd(fd, cmd, PS_RESET_CMD_LEN) < 0)
345 if (write_cmd(fd, cmd, ps_list[i].len +
951 if (write_cmd(fd, cmd, patch.len + HCI_PS_CMD_HDR_LEN) < 0)
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_ar3k.c 295 static int write_cmd(int fd, uint8_t *buffer, int len) function
326 if (write_cmd(fd, cmd, HCI_PS_CMD_HDR_LEN) < 0)
337 if (write_cmd(fd, cmd, PS_RESET_CMD_LEN) < 0)
349 if (write_cmd(fd, cmd, ps_list[i].len +
957 if (write_cmd(fd, cmd, patch.len + HCI_PS_CMD_HDR_LEN) < 0)
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hw_ar3k.c 297 static int write_cmd(int fd, uint8_t *buffer, int len) function
328 if (write_cmd(fd, cmd, HCI_PS_CMD_HDR_LEN) < 0)
339 if (write_cmd(fd, cmd, PS_RESET_CMD_LEN) < 0)
351 if (write_cmd(fd, cmd, ps_list[i].len +
959 if (write_cmd(fd, cmd, patch.len + HCI_PS_CMD_HDR_LEN) < 0)
    [all...]

Completed in 91 milliseconds