Home
last modified time | relevance | path

Searched refs:hconf (Results 1 – 1 of 1) sorted by relevance

/drivers/net/can/usb/
Dgs_usb.c838 struct gs_host_config *hconf; in gs_usb_probe() local
841 hconf = kmalloc(sizeof(*hconf), GFP_KERNEL); in gs_usb_probe()
842 if (!hconf) in gs_usb_probe()
845 hconf->byte_order = 0x0000beef; in gs_usb_probe()
854 hconf, in gs_usb_probe()
855 sizeof(*hconf), in gs_usb_probe()
858 kfree(hconf); in gs_usb_probe()