Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.h523 struct r8192_priv { struct
524 struct pci_dev *pdev;
525 struct pci_dev *bridge_pdev;
527 bool bfirst_init;
528 bool bfirst_after_down;
529 bool initialized_at_probe;
530 bool being_init_adapter;
531 bool bDriverIsGoingToUnload;
533 int irq;
534 short irq_enabled;
[all …]
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U.h876 typedef struct r8192_priv { struct
877 struct usb_device *udev;
879 short epromtype;
880 u16 eeprom_vid;
881 u16 eeprom_pid;
882 u8 eeprom_CustomerID;
883 u8 eeprom_ChannelPlan;
884 RT_CUSTOMER_ID CustomerID;
885 LED_STRATEGY_8190 LedStrategy;
886 u8 txqueue_to_outpipemap[9];
[all …]