Home
last modified time | relevance | path

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

/drivers/scsi/
Dsgiwd93.c72 struct hpc_chunk *hcp; in fill_hpc_entries() local
76 hcp = hd->cpu; in fill_hpc_entries()
84 hcp->desc.pbuf = physaddr; in fill_hpc_entries()
85 hcp->desc.cntinfo = count; in fill_hpc_entries()
86 hcp++; in fill_hpc_entries()
96 hcp->desc.pbuf = 0; in fill_hpc_entries()
97 hcp->desc.cntinfo = HPCDMA_EOX; in fill_hpc_entries()
99 (unsigned long)(hcp + 1) - (unsigned long)hd->cpu, in fill_hpc_entries()
178 struct hpc_chunk *hcp = (struct hpc_chunk *)hdata->cpu; in init_hpc_chain() local
182 start = (unsigned long) hcp; in init_hpc_chain()
[all …]
/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c468 struct pvr2_ctrl *hcp, *vcp; in pvr2_try_fmt_vid_cap() local
472 hcp = pvr2_hdw_get_ctrl_by_id(hdw, PVR2_CID_HRES); in pvr2_try_fmt_vid_cap()
475 lmin = pvr2_ctrl_get_min(hcp); in pvr2_try_fmt_vid_cap()
476 lmax = pvr2_ctrl_get_max(hcp); in pvr2_try_fmt_vid_cap()
477 pvr2_ctrl_get_def(hcp, &ldef); in pvr2_try_fmt_vid_cap()
505 struct pvr2_ctrl *hcp, *vcp; in pvr2_s_fmt_vid_cap() local
510 hcp = pvr2_hdw_get_ctrl_by_id(hdw, PVR2_CID_HRES); in pvr2_s_fmt_vid_cap()
512 pvr2_ctrl_set_value(hcp, vf->fmt.pix.width); in pvr2_s_fmt_vid_cap()