Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/fwserial/
Dfwserial.h336 #define to_serial(ptr, field) (container_of(ptr, struct fw_serial, field)) macro
Dfwserial.c872 struct fw_serial *serial = to_serial(kref, kref); in fwserial_destroy()