Home
last modified time | relevance | path

Searched defs:ssi_protocol (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/hsi/clients/
H A Dssi_protocol.c123 struct ssi_protocol { struct
127 unsigned long flags;
128 u8 rxid;
129 u8 txid;
131 struct timer_list tx_wd;
134 spinlock_t lock;
139 struct hsi_client *cl;
140 struct list_head link;
141 atomic_t tx_usecnt;
142 int channel_id_cmd;
[all …]
H A Dnokia-modem.c34 struct hsi_client *ssi_protocol; member