Lines Matching defs:hif_usb_softc
134 struct hif_usb_softc { struct
135 struct HIF_DEVICE_USB hif_hdl;
137 struct device *dev;
138 struct usb_dev *pdev;
143 u16 devid;
144 struct usb_interface *interface;
145 struct notifier_block reboot_notifier; /* default mode before reboot */
146 u8 suspend_state;
147 u8 *fw_data;
148 u32 fw_data_len;
150 struct fw_ramdump *ramdump[FW_RAM_SEG_CNT];
151 uint8_t ramdump_index;
152 bool fw_ram_dumping;
154 bool enable_self_recovery;