Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wwan/t7xx/
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 …]
A Dt7xx_port.h129 struct rchan *relaych; member

Completed in 6 milliseconds