Home
last modified time | relevance | path

Searched defs:buff (Results 1 – 15 of 15) sorted by relevance

/components/drivers/wlan/
A Ddev_wlan_prot.c40 …_handle(struct rt_wlan_device *wlan, rt_wlan_dev_event_t event, struct rt_wlan_buff *buff, void *p… in rt_wlan_prot_event_handle()
323 rt_err_t rt_wlan_prot_transfer_dev(struct rt_wlan_device *wlan, void *buff, int len) in rt_wlan_prot_transfer_dev()
332 rt_err_t rt_wlan_dev_transfer_prot(struct rt_wlan_device *wlan, void *buff, int len) in rt_wlan_dev_transfer_prot()
344 int rt_wlan_prot_ready(struct rt_wlan_device *wlan, struct rt_wlan_buff *buff) in rt_wlan_prot_ready()
A Ddev_wlan.c128 struct rt_wlan_buff buff = {0}; in rt_wlan_dev_fast_connect() local
411 …e_event_handle(struct rt_wlan_device *device, rt_wlan_dev_event_t event, struct rt_wlan_buff *buff) in rt_wlan_dev_indicate_event_handle()
641 rt_err_t rt_wlan_dev_report_data(struct rt_wlan_device *device, void *buff, int len) in rt_wlan_dev_report_data()
706 int rt_wlan_dev_send_raw_frame(struct rt_wlan_device *device, void *buff, int len) in rt_wlan_dev_send_raw_frame()
960 struct rt_wlan_buff *buff = (struct rt_wlan_buff *)args; in _rt_wlan_dev_control() local
A Ddev_wlan_lwip.c61 struct rt_wlan_buff buff; in netif_is_ready() local
301 static rt_err_t rt_wlan_lwip_protocol_recv(struct rt_wlan_device *wlan, void *buff, int len) in rt_wlan_lwip_protocol_recv()
A Ddev_wlan_mgnt.c98 void *buff; member
211 static rt_err_t rt_wlan_send_to_thread(rt_wlan_event_t event, void *buff, int len) in rt_wlan_send_to_thread()
405 …patch(struct rt_wlan_device *device, rt_wlan_dev_event_t event, struct rt_wlan_buff *buff, void *p… in rt_wlan_event_dispatch()
844 static void rt_wlan_join_scan_callback(int event, struct rt_wlan_buff *buff, void *parameter) in rt_wlan_join_scan_callback()
1728 int rt_wlan_prot_ready_event(struct rt_wlan_device *wlan, struct rt_wlan_buff *buff) in rt_wlan_prot_ready_event()
A Ddev_wlan_cfg.c52 static rt_uint16_t rt_wlan_cal_crc(rt_uint8_t *buff, int len) in rt_wlan_cal_crc()
A Ddev_wlan_cmd.c387 static void user_ap_info_callback(int event, struct rt_wlan_buff *buff, void *parameter) in user_ap_info_callback()
/components/drivers/usb/cherryusb/platform/uf2/
A Dbootuf2.c261 int boot2uf2_read_sector(uint32_t start_sector, uint8_t *buff, uint32_t sector_count) in boot2uf2_read_sector()
406 int bootuf2_write_sector(uint32_t start_sector, const uint8_t *buff, uint32_t sector_count) in bootuf2_write_sector()
/components/dfs/dfs_v1/filesystems/elmfat/
A Ddfs_elm.c904 DRESULT disk_read(BYTE drv, BYTE *buff, DWORD sector, UINT count) in disk_read()
919 DRESULT disk_write(BYTE drv, const BYTE *buff, DWORD sector, UINT count) in disk_write()
934 DRESULT disk_ioctl(BYTE drv, BYTE ctrl, void *buff) in disk_ioctl()
A Dff.c3212 BYTE* buff, /* Output buffer */
3852 void* buff, /* Data buffer to store the read data */
3952 const void* buff, /* Data to be written */
4268 TCHAR* buff, /* Pointer to the directory path */
4289 buff[0] = 0; /* Set null string to get current volume */ local
6356 TCHAR* buff, /* Pointer to the buffer to store read string */
/components/dfs/dfs_v2/filesystems/elmfat/
A Ddfs_elm.c1130 DRESULT disk_read(BYTE drv, BYTE *buff, DWORD sector, UINT count) in disk_read()
1145 DRESULT disk_write(BYTE drv, const BYTE *buff, DWORD sector, UINT count) in disk_write()
1160 DRESULT disk_ioctl(BYTE drv, BYTE ctrl, void *buff) in disk_ioctl()
A Dff.c3265 BYTE *buff, /* Output buffer */
3916 void* buff, /* Data buffer to store the read data */
4016 const void* buff, /* Data to be written */
4332 TCHAR* buff, /* Pointer to the directory path */
4353 buff[0] = 0; /* Set null string to get current volume */ local
6444 TCHAR* buff, /* Pointer to the buffer to store read string */
/components/net/at/at_socket/
A Dat_socket.c740 static void at_connect_notice_cb(struct at_socket *sock, at_socket_evt_t event, const char *buff, s… in at_connect_notice_cb()
806 static void at_recv_notice_cb(struct at_socket *sock, at_socket_evt_t event, const char *buff, size… in at_recv_notice_cb()
833 static void at_closed_notice_cb(struct at_socket *sock, at_socket_evt_t event, const char *buff, si… in at_closed_notice_cb()
A Dat_socket.h94 char *buff; member
/components/dfs/dfs_v1/filesystems/cromfs/
A Ddfs_cromfs.c83 uint8_t *buff; member
105 uint8_t *buff; member
/components/dfs/dfs_v2/filesystems/cromfs/
A Ddfs_cromfs.c93 uint8_t *buff; member
116 uint8_t *buff; member

Completed in 48 milliseconds