Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_trace.c55 struct rchan *relaych = port->log.relaych; in t7xx_trace_port_uninit() local
57 if (!relaych) in t7xx_trace_port_uninit()
60 relay_close(relaych); in t7xx_trace_port_uninit()
66 struct rchan *relaych = port->log.relaych; in t7xx_trace_port_recv_skb() local
68 if (!relaych) in t7xx_trace_port_recv_skb()
71 relay_write(relaych, skb->data, skb->len); in t7xx_trace_port_recv_skb()
78 struct rchan *relaych = port->log.relaych; in t7xx_port_trace_md_state_notify() local
82 if (state != MD_STATE_READY || relaych) in t7xx_port_trace_md_state_notify()
96 relaych = relay_open("relay_ch", debugfs_dir, T7XX_TRC_SUB_BUFF_SIZE, in t7xx_port_trace_md_state_notify()
98 if (!relaych) in t7xx_port_trace_md_state_notify()
[all …]
H A Dt7xx_port.h133 struct rchan *relaych; member