Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/can/usb/
Dgs_usb.c913 struct gs_host_config *hconf; in gs_usb_probe() local
916 hconf = kmalloc(sizeof(*hconf), GFP_KERNEL); in gs_usb_probe()
917 if (!hconf) in gs_usb_probe()
920 hconf->byte_order = 0x0000beef; in gs_usb_probe()
929 hconf, in gs_usb_probe()
930 sizeof(*hconf), in gs_usb_probe()
933 kfree(hconf); in gs_usb_probe()