Home
last modified time | relevance | path

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

/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()
153 struct ti_st *hst; in ti_st_open() local
159 hst = hci_get_drvdata(hdev); in ti_st_open()
162 ti_st_proto[i].priv_data = hst; in ti_st_open()
168 init_completion(&hst->wait_reg_completion); in ti_st_open()
174 hst->reg_status = -EINPROGRESS; in ti_st_open()
191 (&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 …]
/drivers/media/platform/vsp1/
Dvsp1_drv.c274 vsp1->hst = vsp1_hsit_create(vsp1, false); in vsp1_create_entities()
275 if (IS_ERR(vsp1->hst)) { in vsp1_create_entities()
276 ret = PTR_ERR(vsp1->hst); in vsp1_create_entities()
280 list_add_tail(&vsp1->hst->entity.list_dev, &vsp1->entities); in vsp1_create_entities()
Dvsp1.h77 struct vsp1_hsit *hst; member
/drivers/scsi/libfc/
Dfc_rport.c1441 struct fc_host_statistics *hst; in fc_rport_recv_rls_req() local
1469 hst = &lport->host_stats; in fc_rport_recv_rls_req()
1470 lesb->lesb_link_fail = htonl(hst->link_failure_count); in fc_rport_recv_rls_req()
1471 lesb->lesb_sync_loss = htonl(hst->loss_of_sync_count); in fc_rport_recv_rls_req()
1472 lesb->lesb_sig_loss = htonl(hst->loss_of_signal_count); in fc_rport_recv_rls_req()
1473 lesb->lesb_prim_err = htonl(hst->prim_seq_protocol_err_count); in fc_rport_recv_rls_req()
1474 lesb->lesb_inv_word = htonl(hst->invalid_tx_word_count); in fc_rport_recv_rls_req()
1475 lesb->lesb_inv_crc = htonl(hst->invalid_crc_count); in fc_rport_recv_rls_req()
/drivers/staging/media/davinci_vpfe/
Ddavinci_vpfe_user.h1144 unsigned int hst; member
1267 unsigned int hst; member
Ddm365_ipipe_hw.c280 regw_ip(ipipe_base, config->hst & IPIPE_RSZ_HPS_MASK, IPIPE_SRC_HPS); in config_ipipe_hw()
Ddm365_resizer.c425 param->rsz_common.hps = param->user_config.hst; in resizer_configure_common_in_params()
/drivers/scsi/
Dxen-scsifront.c987 unsigned int hst, chn, tgt, lun; in scsifront_do_lun_hotplug() local
1009 "%u:%u:%u:%u", &hst, &chn, &tgt, &lun); in scsifront_do_lun_hotplug()
/drivers/xen/
Dxen-scsiback.c73 unsigned int hst; /* host */ member
1082 &vir.hst, &vir.chn, &vir.tgt, &vir.lun); in scsiback_do_1lun_hotplug()