Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Dwcmd.c881 unsigned char *pbyItem0 in bScheduleCommand() argument
893 if (pbyItem0 != NULL) { in bScheduleCommand()
897 pbyItem0, WLAN_IEHDR_LEN + WLAN_SSID_MAXLEN + 1); in bScheduleCommand()
903 pbyItem0, WLAN_IEHDR_LEN + WLAN_SSID_MAXLEN + 1); in bScheduleCommand()
907 pDevice->eCmdQueue[pDevice->uCmdEnqueueIdx].bNeedRadioOFF = *((int *)pbyItem0); in bScheduleCommand()
914 pDevice->eCmdQueue[pDevice->uCmdEnqueueIdx].bRadioCmd = *((int *)pbyItem0); in bScheduleCommand()
Dwcmd.h109 unsigned char *pbyItem0