Home
last modified time | relevance | path

Searched refs:buff (Results 1 - 15 of 15) sorted by relevance

/device/qemu/riscv32_virt/liteos_m/board/driver/cfiflash/
H A Dcfiflash_fs_hal.c56 static DSTATUS DiskIoctl(BYTE pdrv, BYTE cmd, void *buff) in DiskIoctl() argument
66 *(DWORD *)buff = CFIFLASH_SECTORS; in DiskIoctl()
69 *(WORD *)buff = CFIFLASH_SEC_SIZE; in DiskIoctl()
72 *(WORD *)buff = CFIFLASH_EXPECT_ERASE_REGION; in DiskIoctl()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oam/
H A Doam_ext_if.h53 #define oam_error_buf(vid, eid, fmt, buff, size) oam_print_err(fmt, buff, size)
60 #define oam_warning_buf(vid, eid, fmt, buff, size) oam_print_warn(fmt, buff, size)
68 #define oam_info_buf(vid, eid, fmt, buff, size) oam_print_info(fmt, buff, size)
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dnet_bdh_adpater.c570 static void hdf_bdh6_send_eapol_data(const struct NetDevice *netDev, NetBuf *buff) in hdf_bdh6_send_eapol_data() argument
576 NetBufQueueEnqueue(&eapolEvent->eapolQueue, buff); in hdf_bdh6_send_eapol_data()
583 ProcessingResult hdf_bdh6_netdev_specialethertypeprocess(const struct NetDevice *netDev, NetBuf *buff) in hdf_bdh6_netdev_specialethertypeprocess() argument
590 if (netDev == NULL || buff == NULL) { in hdf_bdh6_netdev_specialethertypeprocess()
594 header = (struct EtherHeader *)NetBufGetAddress(buff, E_DATA_BUF); in hdf_bdh6_netdev_specialethertypeprocess()
596 protocol = (buff->data[PEPROCESS1] << PEPROCESS3) | buff->data[PEPROCESS2]; in hdf_bdh6_netdev_specialethertypeprocess()
599 NetBufFree(buff); in hdf_bdh6_netdev_specialethertypeprocess()
604 NetBufFree(buff); in hdf_bdh6_netdev_specialethertypeprocess()
608 hdf_bdh6_send_eapol_data(netDev, buff); in hdf_bdh6_netdev_specialethertypeprocess()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H A Duart_drv.c509 char *buff = buf; in uart_drv_irq() local
517 if (uart_dma_recv_irq(udd, status, buff) != HI_ERR_SUCCESS) { in uart_drv_irq()
520 uart_send_irq(udd, buff); in uart_drv_irq()
525 uart_nodma_recv_irq(udd, status, buff); in uart_drv_irq()
529 uart_nodma_recv_irq(udd, status, buff); in uart_drv_irq()
535 uart_send_irq(udd, buff); in uart_drv_irq()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/interconnection_server/
H A Dhisignalling.c450 * @param const unsigned char *buf: 待校验数据buff
454 * @param const unsigned char *buf: Data to be verified buff
539 * @param void *buf: send data buff
617 char buff[10] = {0}; in UartProcess() local
629 ret = read(Gpio1Fd, buff, 10); /* 10:read data lenght */ in UartProcess()
649 ret = read(Gpio2Fd, buff, 10); /* 10:read data lenght */ in UartProcess()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Ddhcp6.h78 u8_t *buff; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/
H A Dnet_adpater.c260 ProcessingResult SpecialEtherTypeProcess(const struct NetDevice *netDev, NetBuf *buff) in SpecialEtherTypeProcess() argument
267 if (netDev == NULL || buff == NULL) { in SpecialEtherTypeProcess()
271 header = (struct EtherHeader *)NetBufGetAddress(buff, E_DATA_BUF); in SpecialEtherTypeProcess()
281 ret = eapolInstance->eapolOp->writeEapolToQueue(netDev, buff); in SpecialEtherTypeProcess()
283 NetBufFree(buff); in SpecialEtherTypeProcess()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_sdio_host.c511 printk(KERN_DEBUG"=========extend buff:%d=====\n", in oal_sdio_extend_buf_get()
540 printk(KERN_DEBUG "=========extend buff:%d=====\n", in oal_sdio_extend_buf_get()
584 oam_info_log1(0, OAM_SF_ANY, "{drop the rx buff length:%u}", ul_extend_len); in oal_sdio_transfer_rx_reserved_buff()
1429 hi_u8 *pst_scatt_buff = (hi_u8 *)hi_sdio->scatt_buff.buff; in oal_sdio_tx_scatt_list_merge()
1767 /* must realloc the sg list mem, alloc more sg for the align buff */ in oal_sdio_transfer_netbuf_list()
1772 /* must realloc the sg list mem, alloc more sgs for the align buff */ in oal_sdio_transfer_netbuf_list()
2158 /* 1 for algin buff, 1 for scatt info buff */ in oal_sdio_init_module()
2181 hi_sdio->scatt_buff.buff = memalign(CACHE_ALIGNED_SIZE, tx_scatt_buff_len); in oal_sdio_init_module()
2183 hi_sdio->scatt_buff.buff in oal_sdio_init_module()
[all...]
H A Doal_sdio_host_if.h131 hi_void *buff; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_proto.h231 int dhd_get_hscb_buff(dhd_pub_t *dhd, uint32 offset, uint32 length, void * buff);
H A Ddhd_debug.h699 char buff[100]; /* command name */ member
H A Ddhd_common.c1123 bcopy((char *)buf, iov_li->buff, strlen((char *)buf)+1); in dhd_wl_ioctl()
6303 DHD_ERROR(("%d:cmd_name = %s, cmd = %d.\n", ++index, iov_li->buff, iov_li->cmd)); in dhd_iov_li_print()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Ddbus.h506 void *buff; /**< pointer to the reassembly buffer */ member
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c1144 u8 buff[17]; in hdmi_config_AVI() local
1204 hdmi_avi_infoframe_pack_only(&frame, buff, 17); in hdmi_config_AVI()
1221 val = buff[i * 4 + j + 3]; in hdmi_config_AVI()
1223 val |= buff[i * 4 + j + 3] << (8 * j); in hdmi_config_AVI()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c968 u8 buff[17]; in hdmi_config_AVI() local
1030 hdmi_avi_infoframe_pack_only(&frame, buff, 17); in hdmi_config_AVI()
1046 val = buff[i * 4 + j + 3]; in hdmi_config_AVI()
1047 val |= buff[i * 4 + j + 3] << (8 * j); in hdmi_config_AVI()

Completed in 29 milliseconds