Searched refs:num_chans (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/mailbox/ |
D | pcc.c | 86 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()
|
D | mailbox.c | 122 for (i = 0; i < mbox->num_chans; i++) { in txdone_hrtimer() 429 if (ind >= mbox->num_chans) in of_mbox_index_xlate() 446 if (!mbox || !mbox->dev || !mbox->ops || !mbox->num_chans) in mbox_controller_register() 462 for (i = 0; i < mbox->num_chans; i++) { in mbox_controller_register() 497 for (i = 0; i < mbox->num_chans; i++) in mbox_controller_unregister()
|
D | mailbox-sti.c | 108 for (i = 0; i < mbox->num_chans; i++) { in sti_mbox_to_channel() 310 for (i = 0; i < mbox->num_chans; i++) in sti_mbox_shutdown_chan() 314 if (mbox->num_chans == i) { in sti_mbox_shutdown_chan() 344 for (i = 0; i < mbox->num_chans; i++) { in sti_mbox_xlate() 462 mbox->num_chans = STI_MBOX_CHAN_MAX; in sti_mbox_probe()
|
D | bcm2835-mailbox.c | 175 mbox->controller.num_chans = 1; in bcm2835_mbox_probe()
|
D | arm_mhu.c | 147 mhu->mbox.num_chans = MHU_CHANS; in mhu_probe()
|
D | mailbox-altera.c | 331 mbox->controller.num_chans = 1; in altera_mbox_probe()
|
D | omap-mailbox.c | 858 mdev->controller.num_chans = info_count; in omap_mbox_probe()
|
/linux-4.4.14/drivers/edac/ |
D | cell_edac.c | 175 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.4.14/include/linux/ |
D | mailbox_controller.h | 78 int num_chans; member
|
/linux-4.4.14/drivers/firmware/ |
D | arm_scpi.c | 163 int num_chans; member 353 chan = atomic_inc_return(&scpi_info->next_chan) % scpi_info->num_chans; in scpi_send_message() 626 scpi_free_channels(dev, info->channels, info->num_chans); in scpi_remove() 727 scpi_info->num_chans = count; in scpi_probe()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | p2p.c | 631 static s32 brcmf_p2p_escan(struct brcmf_p2p_info *p2p, u32 num_chans, in brcmf_p2p_escan() argument 647 memsize += num_chans * sizeof(__le16); in brcmf_p2p_escan() 711 if (num_chans == SOCIAL_CHAN_CNT || num_chans == (SOCIAL_CHAN_CNT + 1)) in brcmf_p2p_escan() 713 else if (num_chans == AF_PEER_SEARCH_CNT) in brcmf_p2p_escan() 721 if (num_chans == 1) { in brcmf_p2p_escan() 738 sparams->channel_num = cpu_to_le32(num_chans & in brcmf_p2p_escan() 740 for (i = 0; i < num_chans; i++) in brcmf_p2p_escan()
|
/linux-4.4.14/sound/pci/hda/ |
D | patch_ca0132.c | 1938 unsigned int num_chans, in dsp_allocate_router_ports() argument 1953 val |= num_chans - 1; in dsp_allocate_router_ports() 1999 unsigned int num_chans, in dsp_allocate_ports() argument 2011 status = dsp_allocate_router_ports(codec, num_chans, in dsp_allocate_ports() 2024 unsigned int num_chans; in dsp_allocate_ports_format() local 2035 num_chans = get_hdafmt_chs(fmt) + 1; in dsp_allocate_ports_format() 2037 status = dsp_allocate_ports(codec, num_chans, rate_multi, port_map); in dsp_allocate_ports_format() 2272 unsigned int num_chans; in dspxfr_one_seg() local 2328 num_chans = get_hdafmt_chs(hda_format) + 1; in dspxfr_one_seg() 2331 (num_chans * sample_rate_mul / sample_rate_div)); in dspxfr_one_seg() [all …]
|
/linux-4.4.14/drivers/dma/ |
D | ste_dma40.c | 2813 int num_chans) in d40_chan_init() argument 2820 for (i = offset; i < offset + num_chans; i++) { in d40_chan_init()
|