Home
last modified time | relevance | path

Searched refs:buf_p (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyMgmtAp_rom.c243 UINT8 *buf_p; in prepareKDE() local
250 buf_p = (UINT8 *)(tx_eapol_ptr->keyMsg.key_data + RsnIE_len); in prepareKDE()
252 pKeyDataWPA2 = (KDE_t *)buf_p; in prepareKDE()
259 buf_p = buf_p + KDE_SIZE; in prepareKDE()
261 pGTK_IE = (GTK_KDE_t *)buf_p; in prepareKDE()
263 buf_p = buf_p + GTK_IE_SIZE; in prepareKDE()
266 memcpy(util_fns, (void *)buf_p, (void *)grKey->Key, TK_SIZE); in prepareKDE()
267 buf_p = buf_p + TK_SIZE; in prepareKDE()
271 memcpy(util_fns, (void *)buf_p, (void *)grKey->TxMICKey, in prepareKDE()
273 buf_p = buf_p + MIC_KEY_SIZE; in prepareKDE()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2_drv.c2037 uint32_t *buf_p; in rga2_init() local
2044 order = get_order(RGA2_PHY_PAGE_SIZE * 3 * sizeof(buf_p)); in rga2_init()
2045 buf_p = (uint32_t *)__get_free_pages(GFP_KERNEL | GFP_DMA32, order); in rga2_init()
2046 if (buf_p == NULL) { in rga2_init()
2050 rga2_mmu_buf.buf_virtual = buf_p; in rga2_init()
2053 buf = (uint32_t *)(uint32_t)virt_to_phys((void *)((unsigned long)buf_p)); in rga2_init()
2055 buf = (uint32_t *)virt_to_phys((void *)((unsigned long)buf_p)); in rga2_init()
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.c1043 char __user *buf_p, in btchr_read() argument
1073 ret = usb_put_user(skb, buf_p, count); in btchr_read()
1085 const char __user *buf_p, in btchr_write() argument
1123 if (copy_from_user(skb_put(skb, count), buf_p, count)) { in btchr_write()