HomeSort by relevance Sort by last modified time
    Searched defs:write_cmd (Results 1 - 6 of 6) 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 25 * write_cmd - write cmd
37 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/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 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/msm8998/libbt-vendor/src/
hw_ar3k.c 294 static int write_cmd(int fd, uint8_t *buffer, int len) function
325 if (write_cmd(fd, cmd, HCI_PS_CMD_HDR_LEN) < 0)
336 if (write_cmd(fd, cmd, PS_RESET_CMD_LEN) < 0)
348 if (write_cmd(fd, cmd, ps_list[i].len +
956 if (write_cmd(fd, cmd, patch.len + HCI_PS_CMD_HDR_LEN) < 0)
    [all...]

Completed in 130 milliseconds