Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/can/usb/
H A Dgs_usb.c942 struct gs_host_config *hconf; in gs_usb_probe() local
945 hconf = kmalloc(sizeof(*hconf), GFP_KERNEL); in gs_usb_probe()
946 if (!hconf) in gs_usb_probe()
949 hconf->byte_order = cpu_to_le32(0x0000beef); in gs_usb_probe()
958 hconf, in gs_usb_probe()
959 sizeof(*hconf), in gs_usb_probe()
962 kfree(hconf); in gs_usb_probe()
/kernel/linux/linux-6.6/drivers/net/can/usb/
H A Dgs_usb.c1415 struct gs_host_config hconf = { in gs_usb_probe() local
1427 &hconf, sizeof(hconf), 1000, in gs_usb_probe()

Completed in 5 milliseconds