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

  /external/wpa_supplicant_8/src/common/
cli.h 41 int write_cmd(char *buf, size_t buflen, const char *cmd, int argc,
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.c 105 handle->write_cmd(handle, handle->cmd_erase);
126 handle->write_cmd(handle, handle->cmd_read_memory);
161 handle->write_cmd(handle, handle->cmd_write_memory);
i2c.c 77 handle->write_cmd = i2c_write_cmd;
stm32_bl.h 25 * write_cmd - write cmd
37 uint8_t (*write_cmd)(struct handle *, uint8_t cmd); member in struct:handle
spi.c 161 handle->write_cmd = spi_write_cmd;
  /external/autotest/client/tests/wb_kupdate/
wb_kupdate.py 108 write_cmd = ('dd if=/dev/zero of=%s bs=1M count=%s' %
110 utils.system(write_cmd)
  /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...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 273 if (write_cmd(buf, sizeof(buf), cmd, argc, argv) < 0)
    [all...]
  /external/autotest/server/cros/faft/
firmware_test.py     [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 234 if (write_cmd(buf, sizeof(buf), cmd, argc, argv) < 0)
    [all...]

Completed in 1698 milliseconds