Home
last modified time | relevance | path

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

/linux/drivers/net/can/usb/
H A Dgs_usb.c303 struct gs_usb *parent;
323 struct gs_usb { struct
400 static inline int gs_usb_get_timestamp(const struct gs_usb *parent, in gs_usb_get_timestamp()
422 struct gs_usb *parent = container_of(cc, struct gs_usb, cc); in gs_usb_timestamp_read()
443 struct gs_usb *parent; in gs_usb_timestamp_work()
445 parent = container_of(delayed_work, struct gs_usb, timestamp); in gs_usb_timestamp_work()
458 struct gs_usb *parent = dev->parent; in gs_usb_skb_set_timestamp()
468 static void gs_usb_timestamp_init(struct gs_usb *parent) in gs_usb_timestamp_init()
487 static void gs_usb_timestamp_stop(struct gs_usb *parent) in gs_usb_timestamp_stop()
574 struct gs_usb *parent = urb->context; in gs_usb_receive_bulk_callback()
[all …]
H A DMakefile11 obj-$(CONFIG_CAN_GS_USB) += gs_usb.o
H A DKconfig65 M to compile as module (module will be named: gs_usb).