Searched refs:scsa2usb_panic_info (Results 1 – 2 of 2) sorted by relevance
1996 scsa2usbp->scsa2usb_panic_info = in scsa2usb_panic_callb_init()1998 mutex_init(&scsa2usbp->scsa2usb_panic_info->lockp, in scsa2usb_panic_callb_init()2001 scsa2usbp->scsa2usb_panic_info->statep = scsa2usbp; in scsa2usb_panic_callb_init()2002 scsa2usbp->scsa2usb_panic_info->cpr.cc_lockp = in scsa2usb_panic_callb_init()2003 &scsa2usbp->scsa2usb_panic_info->lockp; in scsa2usb_panic_callb_init()2004 scsa2usbp->scsa2usb_panic_info->cpr.cc_id = in scsa2usb_panic_callb_init()2006 (void *)scsa2usbp->scsa2usb_panic_info, in scsa2usb_panic_callb_init()2018 if (scsa2usbp->scsa2usb_panic_info) { in scsa2usb_panic_callb_fini()2019 SCSA2USB_CANCEL_CB(scsa2usbp->scsa2usb_panic_info->cpr.cc_id); in scsa2usb_panic_callb_fini()2020 mutex_destroy(&scsa2usbp->scsa2usb_panic_info->lockp); in scsa2usb_panic_callb_fini()[all …]
321 struct scsa2usb_cpr *scsa2usb_panic_info; /* for cpr info */ member