Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/can/usb/
H A Dgs_usb.c939 struct gs_host_config *hconf; in gs_usb_probe() local
942 hconf = kmalloc(sizeof(*hconf), GFP_KERNEL); in gs_usb_probe()
943 if (!hconf) in gs_usb_probe()
946 hconf->byte_order = cpu_to_le32(0x0000beef); in gs_usb_probe()
955 hconf, in gs_usb_probe()
956 sizeof(*hconf), in gs_usb_probe()
959 kfree(hconf); in gs_usb_probe()