Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/fwserial/
Dfwserial.h337 #define to_serial(ptr, field) (container_of(ptr, struct fw_serial, field)) macro
Dfwserial.c858 struct fw_serial *serial = to_serial(kref, kref); in fwserial_destroy()