Home
last modified time | relevance | path

Searched refs:multichannel (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/musb/
H A Dtusb6010_omap.c55 unsigned multichannel:1; member
153 if (!tusb_dma->multichannel) in tusb_omap_dma_cb()
239 if (!tusb_dma->multichannel) { in tusb_omap_dma_program()
471 if (tusb_dma->multichannel) { in tusb_omap_dma_allocate()
485 tusb_dma->multichannel ? "shared" : "dedicated", in tusb_omap_dma_allocate()
547 * - one channel in case of non multichannel mode in tusb_omap_allocate_dma_pool()
548 * - MAX_DMAREQ number of channels in multichannel mode in tusb_omap_allocate_dma_pool()
550 if (i == 0 || tusb_dma->multichannel) { in tusb_omap_allocate_dma_pool()
612 tusb_dma->multichannel = 1; in tusb_dma_controller_create()
/kernel/linux/linux-6.6/drivers/usb/musb/
H A Dtusb6010_omap.c55 unsigned multichannel:1; member
153 if (!tusb_dma->multichannel) in tusb_omap_dma_cb()
239 if (!tusb_dma->multichannel) { in tusb_omap_dma_program()
471 if (tusb_dma->multichannel) { in tusb_omap_dma_allocate()
485 tusb_dma->multichannel ? "shared" : "dedicated", in tusb_omap_dma_allocate()
547 * - one channel in case of non multichannel mode in tusb_omap_allocate_dma_pool()
548 * - MAX_DMAREQ number of channels in multichannel mode in tusb_omap_allocate_dma_pool()
550 if (i == 0 || tusb_dma->multichannel) { in tusb_omap_allocate_dma_pool()
612 tusb_dma->multichannel = 1; in tusb_dma_controller_create()
/kernel/linux/linux-5.10/sound/pci/
H A Dfm801.c150 * @multichannel: multichannel support
187 unsigned int multichannel: 1, member
658 if (chip->multichannel) { in snd_fm801_playback_open()
734 chip->multichannel ? 128*1024 : 64*1024, 128*1024); in snd_fm801_pcm()
738 chip->multichannel ? 6 : 2, 0, in snd_fm801_pcm()
1076 if (chip->multichannel) { in snd_fm801_mixer()
1123 if (chip->multichannel) { in snd_fm801_chip_multichannel_init()
1233 chip->multichannel = 1; in snd_fm801_create()
1340 strcat(card->shortname, chip->multichannel in snd_card_fm801_probe()
[all...]
/kernel/linux/linux-6.6/sound/pci/
H A Dfm801.c148 * @multichannel: multichannel support
185 unsigned int multichannel: 1, member
656 if (chip->multichannel) { in snd_fm801_playback_open()
735 chip->multichannel ? 128*1024 : 64*1024, 128*1024); in snd_fm801_pcm()
739 chip->multichannel ? 6 : 2, 0, in snd_fm801_pcm()
1063 if (chip->multichannel) { in snd_fm801_mixer()
1110 if (chip->multichannel) { in snd_fm801_chip_multichannel_init()
1202 chip->multichannel = 1; in snd_fm801_create()
1298 strcat(card->shortname, chip->multichannel in __snd_card_fm801_probe()
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H A Dfs_context.h239 bool multichannel:1; member
241 /* reuse existing guid for multichannel */
H A Dfs_context.c74 fsparam_flag_no("multichannel", Opt_multichannel),
1028 ctx->multichannel = false; in smb3_fs_context_parse_param()
1031 ctx->multichannel = true; in smb3_fs_context_parse_param()
1106 * when multichannel is negotiated) since that would lead in smb3_fs_context_parse_param()
1195 ctx->multichannel = true; in smb3_fs_context_parse_param()
1643 /* default to no multichannel (single server connection) */ in smb3_init_fs_context()
1644 ctx->multichannel = false; in smb3_init_fs_context()
H A Dconnect.c372 * doesn't really matter for non-multichannel scenario.
2343 ses->chan_max = ctx->multichannel ? ctx->max_channels:1; in cifs_get_smb_ses()
2672 /* TODO: try to extend for non-cluster uses (eg multichannel) */ in cifs_get_tcon()
/kernel/linux/linux-5.10/fs/cifs/
H A Dconnect.c208 { Opt_multichannel, "multichannel" },
1464 /* default to no multichannel (single server connection) */ in cifs_parse_mount_options()
1465 vol->multichannel = false; in cifs_parse_mount_options()
1765 vol->multichannel = true; in cifs_parse_mount_options()
1771 vol->multichannel = false; in cifs_parse_mount_options()
3126 ses->chan_max = volume_info->multichannel ? volume_info->max_channels:1; in cifs_get_smb_ses()
H A Dcifsglob.h602 bool multichannel:1; member
604 /* reuse existing guid for multichannel */

Completed in 23 milliseconds