Searched refs:send_msg (Results 1 - 4 of 4) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_general.c | 1193 static hi_void ip_tcp_send(hi_u8 link_id, const hi_char *send_msg) in ip_tcp_send() argument 1197 send_len = strlen(send_msg); in ip_tcp_send() 1199 ret = send(g_ip_link_ctl[link_id].sfd, send_msg, send_len, 0); in ip_tcp_send() 1209 static hi_void ip_udp_send(hi_u8 link_id, in_addr_t peer_ipaddr, hi_u16 peer_port, const hi_char *send_msg) in ip_udp_send() argument 1214 send_len = strlen(send_msg); in ip_udp_send() 1219 ret = sendto(g_ip_link_ctl[link_id].sfd, send_msg, send_len, 0, in ip_udp_send() 1289 hi_char *send_msg = serial_data; in at_send_serial_data() local 1292 ip_tcp_send(g_link_id, send_msg); in at_send_serial_data() 1294 ip_udp_send(g_link_id, g_peer_ipaddr, g_peer_port, send_msg); in at_send_serial_data()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/i2c/std_i2c/ |
H A D | drv_i2c_intf.c | 52 } send_msg; typedef 225 send_msg *send, i2c_msg *p_data) in i2c_proc_wr_write_get_dev_msg() 283 send_msg send = {0}; in i2c_proc_wr_write()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_sdio_device.h | 415 * @param send_msg [IN] type #hi_u32, Message in range [0~31] which will be sent. 427 hi_bool hi_sdio_process_message(hi_u32 send_msg, hi_u32 clear_msg);
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/fm11nt081d/ |
H A D | fm11nt081d.c | 365 hi_char send_msg[20]; in nfc_write() local 366 ret = copy_from_user(send_msg, buf, size); in nfc_write()
|
Completed in 5 milliseconds