Searched defs:byRFType (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/vt6655/
H A Drf.c741 * byRFType
754 switch (pDevice->byRFType) {
779 * byRFType
787 bool RFbSelectChannel(void __iomem *dwIoBase, unsigned char byRFType, unsigned char byChannel) argument
791 switch (byRFType) {
823 bool RFvWriteWakeProgSyn(void __iomem *dwIoBase, unsigned char byRFType, unsigned int uChannel) argument
830 switch (byRFType) {
928 if (pDevice->byRFType == RF_UW2452)
936 if (pDevice->byRFType == RF_UW2452) {
992 switch (pDevice->byRFType) {
[all...]
H A Dbaseband.c2091 * byRFType - RF type
2104 unsigned char byRFType = pDevice->byRFType; local
2107 if (byRFType == RF_RFMD2959) {
2130 } else if ((byRFType == RF_AIROHA) || (byRFType == RF_AL2230S)) {
2145 } else if (byRFType == RF_UW2451) {
2163 } else if (byRFType == RF_UW2452) {
2198 } else if (byRFType == RF_VT3226) {
2216 } else if (byRFType
[all...]
H A Ddevice.h399 unsigned char byRFType; member in struct:vnt_private

Completed in 73 milliseconds