Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/bluetooth/
Dbtwilink.c60 static inline void ti_st_tx_complete(struct ti_st *hst, int pkt_type) in ti_st_tx_complete() argument
62 struct hci_dev *hdev = hst->hdev; in ti_st_tx_complete()
152 struct ti_st *hst; in ti_st_open() local
158 hst = hci_get_drvdata(hdev); in ti_st_open()
161 ti_st_proto[i].priv_data = hst; in ti_st_open()
167 init_completion(&hst->wait_reg_completion); in ti_st_open()
173 hst->reg_status = -EINPROGRESS; in ti_st_open()
190 (&hst->wait_reg_completion, in ti_st_open()
202 if (hst->reg_status != 0) { in ti_st_open()
204 "status %d", hst->reg_status); in ti_st_open()
[all …]
/linux-4.19.296/drivers/xen/
Dxen-scsiback.c73 unsigned int hst; /* host */ member
1092 &vir.hst, &vir.chn, &vir.tgt, &vir.lun); in scsiback_do_1lun_hotplug()