Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Dhdmi-codec.c469 ret = hcp->hcd.ops->get_eld(dai->dev->parent, hcp->hcd.data, in hdmi_codec_startup()
470 hcp->eld, sizeof(hcp->eld)); in hdmi_codec_startup()
475 hcp->eld, sizeof(hcp->eld)); in hdmi_codec_startup()
639 return hcp->hcd.ops->prepare(dai->dev->parent, hcp->hcd.data, in hdmi_codec_prepare()
809 hcp->chmap_info->private_data = hcp; in hdmi_codec_pcm_new()
958 hcp->hcd.ops->get_eld(dev->parent, hcp->hcd.data, in plugged_cb()
959 hcp->eld, sizeof(hcp->eld)); in plugged_cb()
961 hcp->eld, sizeof(hcp->eld)); in plugged_cb()
970 memset(hcp->eld, 0, sizeof(hcp->eld)); in plugged_cb()
1145 hcp = devm_kzalloc(dev, sizeof(*hcp), GFP_KERNEL); in hdmi_codec_probe()
[all …]
/linux-6.15/drivers/scsi/
H A Dsgiwd93.c77 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 …]
/linux-6.15/net/nfc/hci/
H A DMakefile8 hci-y := core.o hcp.o command.o llc.o llc_nop.o
/linux-6.15/drivers/media/usb/pvrusb2/
H A Dpvrusb2-v4l2.c417 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()
/linux-6.15/mm/
H A Dhugetlb.c4834 struct hugetlb_cmdline *hcp; in hugetlb_parse_params() local
4837 hcp = &hugetlb_params[i]; in hugetlb_parse_params()
4839 hcp->setup(hcp->val); in hugetlb_parse_params()