Searched defs:r8192_priv (Results 1 – 2 of 2) sorted by relevance
318 struct r8192_priv { struct319 struct pci_dev *pdev;320 struct pci_dev *bridge_pdev;322 bool bfirst_init;323 bool bfirst_after_down;324 bool initialized_at_probe;325 bool being_init_adapter;326 bool bDriverIsGoingToUnload;328 int irq;329 short irq_enabled;[all …]
801 typedef struct r8192_priv { struct802 struct usb_device *udev;804 short epromtype;805 u16 eeprom_vid;806 u16 eeprom_pid;807 u8 eeprom_CustomerID;808 u8 eeprom_ChannelPlan;809 RT_CUSTOMER_ID CustomerID;810 LED_STRATEGY_8190 LedStrategy;811 u8 txqueue_to_outpipemap[9];[all …]