Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 75) sorted by relevance

123

/hal_nxp-latest/mcux/mcux-sdk/drivers/s3mu/
Dfsl_s3mu.c55 status_t S3MU_SendMessage(S3MU_Type *mu, void *buf, size_t wordCount) in S3MU_SendMessage()
101 status_t S3MU_GetResponse(S3MU_Type *mu, void *buf) in S3MU_GetResponse()
128 status_t S3MU_ReadMessage(S3MU_Type *mu, uint32_t *buf, size_t *size, uint8_t read_header) in S3MU_ReadMessage()
193 status_t S3MU_WaitForData(S3MU_Type *mu, uint32_t *buf, size_t wordCount, uint32_t wait) in S3MU_WaitForData()
213 static status_t s3mu_read_data_wait(S3MU_Type *mu, uint32_t *buf, uint8_t *size, uint32_t wait) in s3mu_read_data_wait()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_wmm.c618 outbuf_t *buf = MNULL; in wifi_wmm_get_alter_buf_from_txqueue() local
670 outbuf_t *buf = MNULL; in wifi_wmm_get_outbuf_enh() local
785 outbuf_t *buf = MNULL; in wifi_wmm_buf_get() local
805 void wifi_wmm_buf_put(outbuf_t *buf) in wifi_wmm_buf_put()
826 outbuf_t *buf = MNULL; in wifi_wmm_buf_pool_init() local
1182 bypass_outbuf_t *buf; in wlan_cleanup_bypass_txq() local
Dwifi.c584 char buf[256], *ptr; in wifi_sdio_reg_dbg() local
901 char buf[256], *ptr; in wifi_sdio_reg_dbg() local
3503 t_u32 wifi_wmm_get_pkt_prio(void *buf, t_u8 *tid) in wifi_wmm_get_pkt_prio()
3563 outbuf_t *buf = MNULL; in wifi_xmit_amsdu_pkts() local
3660 outbuf_t *buf = MNULL; in wifi_xmit_pkts() local
3790 bypass_outbuf_t *buf; in wlan_process_bypass_txq() local
4559 static int raw_low_level_output(const t_u8 interface, const t_u8 *buf, t_u32 len) in raw_low_level_output()
4655 int wps_low_level_output(const uint8_t interface, const uint8_t *buf, const uint16_t len) in wps_low_level_output()
4934 static int supp_low_level_output(const t_u8 interface, const t_u8 *buf, t_u32 len) in supp_low_level_output()
5128 t_u8 buf[1580]; in wifi_nxp_send_mlme() local
Dmlan_api.c170 int wifi_get_eeprom_data(uint32_t offset, uint32_t byte_count, uint8_t *buf) in wifi_get_eeprom_data()
610 t_u8 *buf = (t_u8 *)cmd, *filter_buf = NULL; in wifi_set_packet_filters() local
788 t_u8 *buf = (t_u8 *)cmd, *filter = NULL; in wifi_set_auto_arp() local
3025 int wifi_get_otp_user_data(uint8_t *buf, uint16_t len) in wifi_get_otp_user_data()
3532 uint8_t *buf, *pos; in wifi_config_mgmt_ie() local
3686 int wifi_get_mgmt_ie(mlan_bss_type bss_type, IEEEtypes_ElementId_t index, void *buf, unsigned int *… in wifi_get_mgmt_ie()
3691 int wifi_set_mgmt_ie(mlan_bss_type bss_type, IEEEtypes_ElementId_t id, void *buf, unsigned int buf_… in wifi_set_mgmt_ie()
3707 uint8_t *buf; in wifi_config_mgmt_ie2() local
3844 int wifi_get_mgmt_ie2(mlan_bss_type bss_type, void *buf, unsigned int *buf_len) in wifi_get_mgmt_ie2()
3849 int wifi_set_mgmt_ie2(mlan_bss_type bss_type, unsigned short mask, void *buf, unsigned int buf_len) in wifi_set_mgmt_ie2()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/elemu/
Dfsl_elemu.c99 status_t ELEMU_mu_send_message(ELEMU_Type *mu, uint32_t buf[], size_t wordCount) in ELEMU_mu_send_message()
242 status_t ELEMU_mu_read_message(ELEMU_Type *mu, uint32_t *buf, uint8_t *size, uint8_t read_header) in ELEMU_mu_read_message()
281 status_t ELEMU_mu_read_data_wait(ELEMU_Type *mu, uint32_t buf[], uint8_t *size, uint32_t wait) in ELEMU_mu_read_data_wait()
317 status_t ELEMU_mu_get_response(ELEMU_Type *mu, uint32_t *buf, size_t wordCount) in ELEMU_mu_get_response()
336 status_t ELEMU_mu_wait_for_data(ELEMU_Type *mu, uint32_t *buf, size_t wordCount, uint32_t wait) in ELEMU_mu_wait_for_data()
/hal_nxp-latest/mcux/mcux-sdk/utilities/str/
Dfsl_str.c221 char *buf, in PrintOutputdifFobpu()
274 char *buf, in PrintOutputxX()
863 int StrFormatPrintf(const char *fmt, va_list ap, char *buf, printfCb cb) in StrFormatPrintf()
1454 …const char **Cp, uint32_t *field_width, char **buf, uint32_t flag, uint32_t *n_decode, uint32_t *n… in StrFormatScanfHandleChar()
1493 …const char **Sp, uint32_t *field_width, char **buf, uint32_t flag, uint32_t *n_decode, uint32_t *n… in StrFormatScanfHandleString()
1545 char *buf; in StrFormatScanf() local
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_audio.c1537 void *buf, in USB_HostAudioGetSetFeatureUnitRequest()
1720 void *buf, in USB_HostAudioGetSetClockSourceRequest()
1841 void *buf, in USB_HostAudioFeatureUnitRequest()
1918 void *buf, in USB_HostAudioGetSetEndpointRequest()
2055 …usb_host_class_handle classHandle, void *buf, uint32_t cmdCode, transfer_callback_t callbackFn, vo… in USB_HostAudioEndpointRequest()
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/
Dsrtm_i2c_service.c63 …srtm_service_t service, uint8_t busID, uint16_t slaveAddr, uint8_t *buf, uint16_t len, uint16_t fl… in SRTM_I2CService_ReadBus()
102 …srtm_service_t service, uint8_t busID, uint16_t slaveAddr, uint8_t *buf, uint16_t len, uint16_t fl… in SRTM_I2CService_WriteBus()
281 srtm_service_t service, uint8_t busID, uint16_t slaveAddr, uint8_t *buf, uint16_t len) in SRTM_I2C_RequestBusRead()
317 …srtm_service_t service, uint8_t busID, uint16_t slaveAddr, uint8_t *buf, uint16_t len, uint8_t nee… in SRTM_I2C_RequestBusWrite()
Dsrtm_pdm_sdma_adapter.h70 uint8_t *buf; /*!< Pointer of the buffer */ member
83 uint8_t *buf; /*!< Pointer of the buffer */ member
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Driver/DriverTemplates/
DDriver_WiFi.c132 static int32_t ARM_WiFi_SocketRecv (int32_t socket, void *buf, uint32_t len) { in ARM_WiFi_SocketRecv()
136 static int32_t ARM_WiFi_SocketRecvFrom (int32_t socket, void *buf, uint32_t len, uint8_t *ip, uint3… in ARM_WiFi_SocketRecvFrom()
140 static int32_t ARM_WiFi_SocketSend (int32_t socket, const void *buf, uint32_t len) { in ARM_WiFi_SocketSend()
144 static int32_t ARM_WiFi_SocketSendTo (int32_t socket, const void *buf, uint32_t len, const uint8_t … in ARM_WiFi_SocketSendTo()
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/port/
Dsrtm_message_pool.c40 uint8_t buf[SRTM_MESSAGE_BUF_SIZE - sizeof(srtm_list_t)]; member
60 void *buf; in SRTM_MessagePool_Alloc() local
117 void SRTM_MessagePool_Free(void *buf) in SRTM_MessagePool_Free()
/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console/str/
Dfsl_str.c253 char *buf, in PrintOutputdifFobpu()
306 char *buf, in PrintOutputxX()
789 int StrFormatPrintf(const char *fmt, va_list ap, char *buf, printfCb cb) in StrFormatPrintf()
1420 char *buf; in StrFormatScanf() local
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2c/
Dfsl_i2c.c554 const uint8_t *buf = (const uint8_t *)txBuff; in I2C_MasterWriteBlocking() local
645 uint8_t *buf = (uint8_t *)(rxBuff); in I2C_MasterReadBlocking() local
1699 const uint8_t *buf = txBuff; in I2C_SlaveWriteBlocking() local
1786 uint8_t *buf = rxBuff; in I2C_SlaveReadBlocking() local
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_i2c/
Dfsl_i2c.c335 const uint8_t *buf = (const uint8_t *)txBuff; in I2C_MasterWriteBlocking() local
451 uint8_t *buf = (uint8_t *)(rxBuff); in I2C_MasterReadBlocking() local
1529 const uint8_t *buf = txBuff; in I2C_SlaveWriteBlocking() local
1616 uint8_t *buf = rxBuff; in I2C_SlaveReadBlocking() local
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QM6/drivers/
Dfsl_sc_event.c42 uint8_t buf[sizeof(struct _sc_event_handler) - sizeof(sc_event_list_t)]; member
128 void *buf; in SCEvent_Pool_Alloc() local
173 static void SCEvent_Pool_Free(void *buf) in SCEvent_Pool_Free()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/
Dfsl_lpi2c.c789 uint8_t *buf; in LPI2C_MasterStop() local
889 uint8_t *buf = (uint8_t *)txBuff; in LPI2C_MasterSend() local
1847 uint8_t *buf = (uint8_t *)txBuff; in LPI2C_SlaveSend() local
1934 uint8_t *buf = (uint8_t *)rxBuff; in LPI2C_SlaveReceive() local
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/net/zephyr/
Dwm_net.h266 static inline uint8_t *net_stack_buffer_skip(void *buf, uint16_t in_offset) in net_stack_buffer_skip()
283 static inline void net_stack_buffer_free(void *buf) in net_stack_buffer_free()
304 static inline void *net_stack_buffer_get_payload(void *buf) in net_stack_buffer_get_payload()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.c882 uint8_t *buf; in LPI2C_MasterStop() local
982 uint8_t *buf = (uint8_t *)txBuff; in LPI2C_MasterSend() local
1974 uint8_t *buf = (uint8_t *)txBuff; in LPI2C_SlaveSend() local
2065 uint8_t *buf = (uint8_t *)rxBuff; in LPI2C_SlaveReceive() local
/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.c1398 uint8_t *buf; in I3C_MasterReceive() local
1508 i3c_puint8_to_u32_t buf; in I3C_MasterSend() local
3019 const uint8_t *buf = (const uint8_t *)((const void *)txBuff); in I3C_SlaveSend() local
3059 uint8_t *buf; in I3C_SlaveReceive() local
/hal_nxp-latest/mcux/middleware/wifi_nxp/sdio_nxp_abs/
Dmlan_sdio.c49 int sdio_drv_read(uint32_t addr, uint32_t fn, uint32_t bcnt, uint32_t bsize, uint8_t *buf, uint32_t… in sdio_drv_read()
61 int sdio_drv_write(uint32_t addr, uint32_t fn, uint32_t bcnt, uint32_t bsize, uint8_t *buf, uint32_… in sdio_drv_write()
/hal_nxp-latest/mcux/mcux-sdk/devices/RW610/drivers/romapi/iap/
Dfsl_romapi_iap.c38 …api_core_context_t *coreCtx, uint32_t start, uint32_t lengthInBytes, const uint8_t *buf, uint32_t … in iap_mem_write()
45 …api_core_context_t *coreCtx, uint32_t start, uint32_t lengthInBytes, uint8_t *buf, uint32_t memory… in iap_mem_read()
/hal_nxp-latest/mcux/mcux-sdk/devices/RW612/drivers/romapi/iap/
Dfsl_romapi_iap.c38 …api_core_context_t *coreCtx, uint32_t start, uint32_t lengthInBytes, const uint8_t *buf, uint32_t … in iap_mem_write()
45 …api_core_context_t *coreCtx, uint32_t start, uint32_t lengthInBytes, uint8_t *buf, uint32_t memory… in iap_mem_read()
/hal_nxp-latest/mcux/mcux-sdk/components/video/
Dfsl_video_common.c101 status_t VIDEO_RINGBUF_Init(video_ringbuf_t *ringbuf, void **buf, uint32_t size) in VIDEO_RINGBUF_Init()
266 status_t VIDEO_STACK_Init(video_stack_t *stack, void **buf, uint32_t size) in VIDEO_STACK_Init()
Dfsl_video_common.h119 void *volatile *buf; /*!< Memory to the ring buffer. */ member
137 void **buf; /*!< Pointer to the memory to store the items. */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1181/drivers/
Dfsl_ele_base_api.c26 static status_t nvm_storage_handle_req_baseapi(S3MU_Type *mu, uint32_t *buf, uint32_t wordCount) in nvm_storage_handle_req_baseapi()
43 static status_t ele_mu_get_response_baseapi(S3MU_Type *mu, uint32_t *buf) in ele_mu_get_response_baseapi()

123