Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/can/usb/
Dgs_usb.c303 struct gs_usb *parent;
323 struct gs_usb { struct
397 static inline int gs_usb_get_timestamp(const struct gs_usb *parent, in gs_usb_get_timestamp()
419 struct gs_usb *parent = container_of(cc, struct gs_usb, cc); in gs_usb_timestamp_read()
440 struct gs_usb *parent; in gs_usb_timestamp_work()
442 parent = container_of(delayed_work, struct gs_usb, timestamp); in gs_usb_timestamp_work()
455 struct gs_usb *parent = dev->parent; in gs_usb_skb_set_timestamp()
465 static void gs_usb_timestamp_init(struct gs_usb *parent) in gs_usb_timestamp_init()
484 static void gs_usb_timestamp_stop(struct gs_usb *parent) in gs_usb_timestamp_stop()
571 struct gs_usb *parent = urb->context; in gs_usb_receive_bulk_callback()
[all …]
DMakefile11 obj-$(CONFIG_CAN_GS_USB) += gs_usb.o
DKconfig64 M to compile as module (module will be named: gs_usb).