Searched refs:canch (Results 1 – 1 of 1) sorted by relevance
193 struct gs_can *canch[GS_MAX_INTF]; member327 dev = usbcan->canch[hf->channel]; in gs_usb_receive_bulk_callback()412 if (usbcan->canch[rc]) in gs_usb_receive_bulk_callback()413 netif_device_detach(usbcan->canch[rc]->netdev); in gs_usb_receive_bulk_callback()1011 dev->canch[i] = gs_make_candev(i, intf, dconf); in gs_usb_probe()1012 if (IS_ERR_OR_NULL(dev->canch[i])) { in gs_usb_probe()1014 rc = PTR_ERR(dev->canch[i]); in gs_usb_probe()1019 gs_destroy_candev(dev->canch[i]); in gs_usb_probe()1026 dev->canch[i]->parent = dev; in gs_usb_probe()1046 if (dev->canch[i]) in gs_usb_disconnect()[all …]