Home
last modified time | relevance | path

Searched defs:cmd_type (Results 1 – 2 of 2) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
Dlinux_ioctl_common.h59 ULONG cmd_type; /* IOCTL_SET or IOCTL_GET */ member
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/
Dipc_user.c115 int cmd_type = ((bufOut) ? IOCTL_GET : 0) | ((bufIn) ? IOCTL_SET : 0); in IPC_DeviceIoControl() local