Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mailbox/
Dpcc.c86 if (id < 0 || id > pcc_mbox_ctrl.num_chans) in get_pcc_channel()
220 if (pcc_mbox_ctrl.num_chans <= MAX_PCC_SUBSPACES) { in parse_pcc_subspace()
284 pcc_mbox_ctrl.num_chans = count; in acpi_pcc_probe()
286 pr_info("Detected %d PCC Subspaces\n", pcc_mbox_ctrl.num_chans); in acpi_pcc_probe()
Dmailbox.c121 for (i = 0; i < mbox->num_chans; i++) { in poll_txdone()
392 if (ind >= mbox->num_chans) in of_mbox_index_xlate()
409 if (!mbox || !mbox->dev || !mbox->ops || !mbox->num_chans) in mbox_controller_register()
425 for (i = 0; i < mbox->num_chans; i++) { in mbox_controller_register()
460 for (i = 0; i < mbox->num_chans; i++) in mbox_controller_unregister()
Darm_mhu.c147 mhu->mbox.num_chans = MHU_CHANS; in mhu_probe()
Dmailbox-altera.c331 mbox->controller.num_chans = 1; in altera_mbox_probe()
Domap-mailbox.c817 mdev->controller.num_chans = info_count; in omap_mbox_probe()
/linux-4.1.27/drivers/edac/
Dcell_edac.c175 int rc, chanmask, num_chans; in cell_edac_probe() local
200 num_chans = chanmask == 3 ? 2 : 1; in cell_edac_probe()
206 layers[1].size = num_chans; in cell_edac_probe()
/linux-4.1.27/include/linux/
Dmailbox_controller.h77 int num_chans; member
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dp2p.c630 static s32 brcmf_p2p_escan(struct brcmf_p2p_info *p2p, u32 num_chans, in brcmf_p2p_escan() argument
646 memsize += num_chans * sizeof(__le16); in brcmf_p2p_escan()
710 if (num_chans == SOCIAL_CHAN_CNT || num_chans == (SOCIAL_CHAN_CNT + 1)) in brcmf_p2p_escan()
712 else if (num_chans == AF_PEER_SEARCH_CNT) in brcmf_p2p_escan()
720 if (num_chans == 1) { in brcmf_p2p_escan()
737 sparams->channel_num = cpu_to_le32(num_chans & in brcmf_p2p_escan()
739 for (i = 0; i < num_chans; i++) in brcmf_p2p_escan()
/linux-4.1.27/sound/pci/hda/
Dpatch_ca0132.c1909 unsigned int num_chans, in dsp_allocate_router_ports() argument
1924 val |= num_chans - 1; in dsp_allocate_router_ports()
1970 unsigned int num_chans, in dsp_allocate_ports() argument
1982 status = dsp_allocate_router_ports(codec, num_chans, in dsp_allocate_ports()
1995 unsigned int num_chans; in dsp_allocate_ports_format() local
2006 num_chans = get_hdafmt_chs(fmt) + 1; in dsp_allocate_ports_format()
2008 status = dsp_allocate_ports(codec, num_chans, rate_multi, port_map); in dsp_allocate_ports_format()
2246 unsigned int num_chans; in dspxfr_one_seg() local
2302 num_chans = get_hdafmt_chs(hda_format) + 1; in dspxfr_one_seg()
2305 (num_chans * sample_rate_mul / sample_rate_div)); in dspxfr_one_seg()
[all …]
/linux-4.1.27/drivers/dma/
Dste_dma40.c2813 int num_chans) in d40_chan_init() argument
2820 for (i = offset; i < offset + num_chans; i++) { in d40_chan_init()