/AliOS-Things-master/components/amp/services/amp_boot/ |
A D | amp_boot_cmd.c | 49 void amp_boot_cmd_begin(int cmd) in amp_boot_cmd_begin() 55 void amp_boot_cmd_end(int cmd) in amp_boot_cmd_end()
|
/AliOS-Things-master/components/py_engine/external/amp_boot/ |
A D | amp_boot_cmd.c | 35 void pyamp_boot_cmd_begin(int cmd) in pyamp_boot_cmd_begin() 41 void pyamp_boot_cmd_end(int cmd) in pyamp_boot_cmd_end()
|
/AliOS-Things-master/components/cli/src/ |
A D | cli_uagent.c | 17 static int on_cli_handler(void *p, const unsigned short len, void *cmd) in on_cli_handler() 77 const char cmd[] = "cli cloud timeout=20"; in cli_uagent_init() local
|
A D | cli_aos.c | 32 int aos_cli_register_command(const struct cli_command *cmd) in aos_cli_register_command() 37 int aos_cli_unregister_command(const struct cli_command *cmd) in aos_cli_unregister_command()
|
/AliOS-Things-master/components/py_engine/engine/drivers/bus/ |
A D | softqspi.c | 59 STATIC int mp_soft_qspi_ioctl(void *self_in, uint32_t cmd) { in mp_soft_qspi_ioctl() 161 STATIC void mp_soft_qspi_write_cmd_data(void *self_in, uint8_t cmd, size_t len, uint32_t data) { in mp_soft_qspi_write_cmd_data() 169 STATIC void mp_soft_qspi_write_cmd_addr_data(void *self_in, uint8_t cmd, uint32_t addr, size_t len,… in mp_soft_qspi_write_cmd_addr_data() 179 STATIC uint32_t mp_soft_qspi_read_cmd(void *self_in, uint8_t cmd, size_t len) { in mp_soft_qspi_read_cmd() 188 STATIC void mp_soft_qspi_read_cmd_qaddr_qdata(void *self_in, uint8_t cmd, uint32_t addr, size_t len… in mp_soft_qspi_read_cmd_qaddr_qdata()
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | qspi.c | 62 int32_t hal_qspi_command(qspi_dev_t *qspi, qspi_cmd_t *cmd, uint32_t timeout) in hal_qspi_command() 77 int32_t hal_qspi_auto_polling(qspi_dev_t *qspi, uint32_t cmd, uint32_t timeout) in hal_qspi_auto_polling()
|
A D | spi.c | 319 uint8_t *cmd; in hal_spi_recv() local 395 uint8_t *cmd; in hal_spi_send_and_recv() local 481 uint8_t *cmd; in hal_spi_send_recv() local 569 void *cmd = spi->priv; in hal_spi_send_and_send() local
|
/AliOS-Things-master/components/ulog/src/ |
A D | ulog_init.c | 23 __attribute__((weak)) void update_net_cli(const char cmd, const char *param) in update_net_cli() 31 __attribute__((weak)) void fs_control_cli(const char cmd, const char *param) in fs_control_cli() 149 static int on_ulog_handler(void *p, const unsigned short len, void *cmd) in on_ulog_handler()
|
/AliOS-Things-master/components/py_engine/engine/drivers/memory/ |
A D | spiflash.c | 73 STATIC void mp_spiflash_write_cmd_data(mp_spiflash_t *self, uint8_t cmd, size_t len, uint32_t data)… in mp_spiflash_write_cmd_data() 85 STATIC void mp_spiflash_transfer_cmd_addr_data(mp_spiflash_t *self, uint8_t cmd, uint32_t addr, siz… in mp_spiflash_transfer_cmd_addr_data() 108 STATIC uint32_t mp_spiflash_read_cmd(mp_spiflash_t *self, uint8_t cmd, size_t len) { in mp_spiflash_read_cmd() 124 uint8_t cmd; in mp_spiflash_read_data() local 133 STATIC void mp_spiflash_write_cmd(mp_spiflash_t *self, uint8_t cmd) { in mp_spiflash_write_cmd() 221 uint8_t cmd = MP_SPI_ADDR_IS_32B(addr) ? CMD_SEC_ERASE_32 : CMD_SEC_ERASE; in mp_spiflash_erase_block_internal() local 239 uint8_t cmd = MP_SPI_ADDR_IS_32B(addr) ? CMD_WRITE_32 : CMD_WRITE; in mp_spiflash_write_page() local
|
/AliOS-Things-master/hardware/board/haaseduk1/drivers/sensor/ |
A D | drv_als_ps_ir_liteon_ap3216c.c | 92 static void set_als_threshold(ap3216c_cmd_t cmd, ap3216c_threshold_t threshold) in set_als_threshold() 123 static void set_ps_threshold(ap3216c_cmd_t cmd, ap3216c_threshold_t threshold) in set_ps_threshold() 295 void ap3216c_set_param(ap3216c_cmd_t cmd, uint8_t value) in ap3216c_set_param() 419 void ap3216c_get_param(ap3216c_cmd_t cmd, uint8_t *value) in ap3216c_get_param()
|
/AliOS-Things-master/hardware/board/haas100/drivers/ |
A D | ch395_cmd.c | 153 static int32_t ch395_spi_cmd_query(uint8_t cmd, uint8_t *pvalue) in ch395_spi_cmd_query() 176 uint8_t cmd = CMD01_GET_CMD_STATUS; in ch395_get_cmd_status() local 197 uint8_t cmd[2] = {CMD11_CHECK_EXIST, 0x5A}; in ch395_chip_exist_check() local 225 uint8_t cmd = CMD00_RESET_ALL; in ch395_chip_reset() local 241 uint8_t cmd = CMD00_ENTER_SLEEP; in ch395_enter_sleep() local 339 uint8_t cmd = CMD06_GET_MAC_ADDR; in ch395_get_mac_addr() local 448 uint8_t cmd = CMD02_GET_GLOB_INT_STATUS_ALL; in ch395_get_global_all_int_status() local 1044 uint8_t cmd = CMD014_GET_IP_INF; in ch395_get_ip_interface() local 1195 uint8_t cmd = CMD0W_INIT_CH395; in ch395_dev_init() local
|
/AliOS-Things-master/components/littlevgl/scripts/built_in_font/ |
A D | built_in_font_gen.py | 46 cmd = "lv_font_conv {} --bpp {} --size {} --font ./Roboto-Regular.woff -r {} --font FontAwesome.ttf… variable
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | mpy_cross_all.py | 36 cmd = "mpy-cross -v -v %s -s %s %s -o %s" % ( variable
|
/AliOS-Things-master/components/epoll/example/ |
A D | test_device.c | 18 #define _GET_LEN(cmd) ((cmd) >> 4) argument 19 #define _GET_CMD(cmd) ((cmd) & 0xf) argument 116 static int event_ioctl(file_t *f, int cmd, unsigned long arg) in event_ioctl()
|
/AliOS-Things-master/components/select/example/ |
A D | test_device.c | 18 #define _GET_LEN(cmd) ((cmd) >> 4) argument 19 #define _GET_CMD(cmd) ((cmd) & 0xf) argument 116 static int event_ioctl(file_t *f, int cmd, unsigned long arg) in event_ioctl()
|
/AliOS-Things-master/components/uservice/src/ |
A D | uservice.c | 58 int uservice_call_sync(uservice_t *srv, int cmd, void *param, void *resp, size_t size) in uservice_call_sync() 88 int uservice_call_async(uservice_t *srv, int cmd, void *param, size_t param_size) in uservice_call_async()
|
/AliOS-Things-master/components/py_engine/engine/shared/netutils/ |
A D | dhcpserver.c | 146 static uint8_t *opt_find(uint8_t *opt, uint8_t cmd) { in opt_find() 156 static void opt_write_n(uint8_t **opt, uint8_t cmd, size_t n, void *data) { in opt_write_n() 164 static void opt_write_u8(uint8_t **opt, uint8_t cmd, uint8_t val) { in opt_write_u8() 172 static void opt_write_u32(uint8_t **opt, uint8_t cmd, uint32_t val) { in opt_write_u32()
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_render.c | 214 PrepareDraw(SDL_Renderer * renderer, const SDL_RenderCommand *cmd) in PrepareDraw() 598 DirectFB_QueueSetViewport(SDL_Renderer * renderer, SDL_RenderCommand *cmd) in DirectFB_QueueSetViewport() 604 DirectFB_QueueDrawPoints(SDL_Renderer * renderer, SDL_RenderCommand *cmd, const SDL_FPoint *points,… in DirectFB_QueueDrawPoints() 619 DirectFB_QueueFillRects(SDL_Renderer * renderer, SDL_RenderCommand *cmd, const SDL_FRect * rects, i… in DirectFB_QueueFillRects() 634 DirectFB_QueueCopy(SDL_Renderer * renderer, SDL_RenderCommand *cmd, SDL_Texture * texture, in DirectFB_QueueCopy() 652 DirectFB_QueueCopyEx(SDL_Renderer * renderer, SDL_RenderCommand *cmd, SDL_Texture * texture, in DirectFB_QueueCopyEx() 661 DirectFB_RunCommandQueue(SDL_Renderer * renderer, SDL_RenderCommand *cmd, void *vertices, size_t ve… in DirectFB_RunCommandQueue()
|
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_render_sw.c | 201 SW_QueueSetViewport(SDL_Renderer * renderer, SDL_RenderCommand *cmd) in SW_QueueSetViewport() 207 SW_QueueDrawPoints(SDL_Renderer * renderer, SDL_RenderCommand *cmd, const SDL_FPoint * points, int … in SW_QueueDrawPoints() 236 SW_QueueFillRects(SDL_Renderer * renderer, SDL_RenderCommand *cmd, const SDL_FRect * rects, int cou… in SW_QueueFillRects() 270 SW_QueueCopy(SDL_Renderer * renderer, SDL_RenderCommand *cmd, SDL_Texture * texture, in SW_QueueCopy() 307 SW_QueueCopyEx(SDL_Renderer * renderer, SDL_RenderCommand *cmd, SDL_Texture * texture, in SW_QueueCopyEx() 565 PrepTextureForCopy(const SDL_RenderCommand *cmd) in PrepTextureForCopy() 612 SW_RunCommandQueue(SDL_Renderer * renderer, SDL_RenderCommand *cmd, void *vertices, size_t vertsize) in SW_RunCommandQueue()
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | btree_error.py | 21 def ioctl(self, cmd, arg): argument
|
/AliOS-Things-master/components/py_engine/engine/drivers/sdcard/ |
A D | sdcard.py | 137 def cmd(self, cmd, arg, crc, final=0, release=True, skip1=False): argument
|
/AliOS-Things-master/components/a2sa/src/driver/core/ |
A D | audio.c | 77 static int audio_pcm_ioctl(file_t *file, int cmd, unsigned long arg) in audio_pcm_ioctl() 215 static int audio_ctrl_ioctl(file_t *file, int cmd, unsigned long arg) in audio_ctrl_ioctl()
|
/AliOS-Things-master/components/sensor/drv/ |
A D | drv_temp_humi_sensirion_sht30.c | 65 static int drv_sht30_cmd_write(i2c_dev_t *drv, CMD_SHT30_ENUM cmd) in drv_sht30_cmd_write() 200 static int drv_temp_sensirion_sht30_ioctl(int cmd, unsigned long arg) in drv_temp_sensirion_sht30_ioctl() 268 static int drv_humi_sensirion_sht30_ioctl(int cmd, unsigned long arg) in drv_humi_sensirion_sht30_ioctl()
|
A D | drv_temp_humi_sensirion_sht31.c | 65 static int drv_sht31_cmd_write(i2c_dev_t *drv, CMD_SHT31_ENUM cmd) in drv_sht31_cmd_write() 200 static int drv_temp_sensirion_sht31_ioctl(int cmd, unsigned long arg) in drv_temp_sensirion_sht31_ioctl() 268 static int drv_humi_sensirion_sht31_ioctl(int cmd, unsigned long arg) in drv_humi_sensirion_sht31_ioctl()
|
/AliOS-Things-master/components/vfs/example/ |
A D | vfs_example.c | 43 static int32_t driver_vfs_ioctl(vfs_file_t *fp, int32_t cmd, uint32_t arg) in driver_vfs_ioctl() 71 int32_t cmd = 0; in driver_vfs_example() local
|