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

  /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 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/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...]
  /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...]
  /external/autotest/server/cros/faft/
firmware_test.py     [all...]

Completed in 788 milliseconds