Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/bcm/
DBcmchar.c1546 PUCHAR pWriteBuff; in bcm_char_ioctl() local
1594 pWriteBuff = kmalloc(BuffSize, GFP_KERNEL); in bcm_char_ioctl()
1595 if(pWriteBuff == NULL) in bcm_char_ioctl()
1614 kfree(pWriteBuff); in bcm_char_ioctl()
1621 Status = copy_from_user(pWriteBuff,InputAddr,WriteBytes); in bcm_char_ioctl()
1627 BCM_DEBUG_PRINT_BUFFER(Adapter,DBG_TYPE_OTHERS, OSAL_DBG, DBG_LVL_ALL,pWriteBuff,WriteBytes); in bcm_char_ioctl()
1629 …Status = BcmFlash2xBulkWrite(Adapter,(PUINT)pWriteBuff,sFlash2xWrite.Section,WriteOffset,WriteByte… in bcm_char_ioctl()
1652 kfree(pWriteBuff); in bcm_char_ioctl()