Searched refs:hcp (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/sound/soc/codecs/ |
H A D | hdmi-codec.c | 304 memcpy(ucontrol->value.bytes.data, hcp->eld, sizeof(hcp->eld)); in hdmi_eld_ctl_get() 452 ret = hcp->hcd.ops->get_eld(dai->dev->parent, hcp->hcd.data, in hdmi_codec_startup() 453 hcp->eld, sizeof(hcp->eld)); in hdmi_codec_startup() 484 hcp->hcd.ops->audio_shutdown(dai->dev->parent, hcp->hcd.data); in hdmi_codec_shutdown() 619 return hcp->hcd.ops->prepare(dai->dev->parent, hcp->hcd.data, in hdmi_codec_prepare() 789 hcp->chmap_info->private_data = hcp; in hdmi_codec_pcm_new() 866 hcp->hcd.ops->get_eld(dev->parent, hcp->hcd.data, in plugged_cb() 867 hcp->eld, sizeof(hcp->eld)); in plugged_cb() 872 memset(hcp->eld, 0, sizeof(hcp->eld)); in plugged_cb() 1046 hcp = devm_kzalloc(dev, sizeof(*hcp), GFP_KERNEL); in hdmi_codec_probe() [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | sgiwd93.c | 77 struct hpc_chunk *hcp; in fill_hpc_entries() local 81 hcp = hd->cpu; in fill_hpc_entries() 89 hcp->desc.pbuf = physaddr; in fill_hpc_entries() 90 hcp->desc.cntinfo = count; in fill_hpc_entries() 91 hcp++; in fill_hpc_entries() 101 hcp->desc.pbuf = 0; in fill_hpc_entries() 102 hcp->desc.cntinfo = HPCDMA_EOX; in fill_hpc_entries() 189 start = (unsigned long) hcp; in init_hpc_chain() 194 hcp++; in init_hpc_chain() 198 hcp--; in init_hpc_chain() [all …]
|
/openbmc/linux/net/nfc/hci/ |
H A D | Makefile | 8 hci-y := core.o hcp.o command.o llc.o llc_nop.o
|
/openbmc/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-v4l2.c | 417 struct pvr2_ctrl *hcp, *vcp; in pvr2_try_fmt_vid_cap() local 421 hcp = pvr2_hdw_get_ctrl_by_id(hdw, PVR2_CID_HRES); in pvr2_try_fmt_vid_cap() 424 lmin = pvr2_ctrl_get_min(hcp); in pvr2_try_fmt_vid_cap() 425 lmax = pvr2_ctrl_get_max(hcp); in pvr2_try_fmt_vid_cap() 426 pvr2_ctrl_get_def(hcp, &ldef); in pvr2_try_fmt_vid_cap() 454 struct pvr2_ctrl *hcp, *vcp; in pvr2_s_fmt_vid_cap() local 459 hcp = pvr2_hdw_get_ctrl_by_id(hdw, PVR2_CID_HRES); in pvr2_s_fmt_vid_cap() 461 pvr2_ctrl_set_value(hcp, vf->fmt.pix.width); in pvr2_s_fmt_vid_cap()
|