Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/bluetooth/
Dbtwilink.c88 struct ti_st *lhst = priv_data; in st_reg_completion_cb() local
91 lhst->reg_status = data; in st_reg_completion_cb()
93 complete(&lhst->wait_reg_completion); in st_reg_completion_cb()
100 struct ti_st *lhst = priv_data; in st_receive() local
106 if (!lhst) { in st_receive()
111 skb->dev = (void *) lhst->hdev; in st_receive()
120 lhst->hdev->stat.byte_rx += skb->len; in st_receive()