Searched refs:proto_detach (Results 1 – 3 of 3) sorted by relevance
114 void (*proto_detach)(struct hdlc_device_struct *hdlc); member244 if (hdlc->proto_detach) in hdlc_proto_detach()245 hdlc->proto_detach(hdlc); in hdlc_proto_detach()246 hdlc->proto_detach = NULL; in hdlc_proto_detach()
145 hdlc->proto_detach = NULL; in register_hdlc_device()
1106 hdlc->proto_detach = fr_destroy; in hdlc_fr_ioctl()