Searched defs:r8192_priv (Results 1 – 2 of 2) sorted by relevance
533 struct r8192_priv { struct534 struct pci_dev *pdev;535 struct pci_dev *bridge_pdev;537 bool bfirst_init;538 bool bfirst_after_down;539 bool initialized_at_probe;540 bool being_init_adapter;541 bool bDriverIsGoingToUnload;543 int irq;544 short irq_enabled;[all …]
885 typedef struct r8192_priv struct887 struct usb_device *udev;889 short epromtype;890 u16 eeprom_vid;891 u16 eeprom_pid;892 u8 eeprom_CustomerID;893 u8 eeprom_ChannelPlan;894 RT_CUSTOMER_ID CustomerID;895 LED_STRATEGY_8190 LedStrategy;896 u8 txqueue_to_outpipemap[9];[all …]