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

/linux-master/drivers/usb/musb/
H A Dtusb6010_omap.c55 unsigned multichannel:1; member in struct:tusb_omap_dma
153 if (!tusb_dma->multichannel)
239 if (!tusb_dma->multichannel) {
471 if (tusb_dma->multichannel) {
485 tusb_dma->multichannel ? "shared" : "dedicated",
547 * - one channel in case of non multichannel mode
548 * - MAX_DMAREQ number of channels in multichannel mode
550 if (i == 0 || tusb_dma->multichannel) {
612 tusb_dma->multichannel = 1;
/linux-master/fs/smb/client/
H A Dfs_context.h252 bool multichannel:1; member in struct:smb3_fs_context
254 /* reuse existing guid for multichannel */
H A Dfs_context.c74 fsparam_flag_no("multichannel", Opt_multichannel),
1076 ctx->multichannel = false;
1079 ctx->multichannel = true;
1157 * when multichannel is negotiated) since that would lead
1246 ctx->multichannel = true;
1712 /* default to no multichannel (single server connection) */
1713 ctx->multichannel = false;
H A Dconnect.c385 * doesn't really matter for non-multichannel scenario.
2349 ses->chan_max = ctx->multichannel ? ctx->max_channels:1;
2681 /* TODO: try to extend for non-cluster uses (eg multichannel) */
/linux-master/sound/pci/
H A Dfm801.c148 * @multichannel: multichannel support
185 unsigned int multichannel: 1, member in struct:fm801
654 if (chip->multichannel) {
733 chip->multichannel ? 128*1024 : 64*1024, 128*1024);
737 chip->multichannel ? 6 : 2, 0,
1061 if (chip->multichannel) {
1108 if (chip->multichannel) {
1200 chip->multichannel = 1;
1296 strcat(card->shortname, chip->multichannel
[all...]

Completed in 268 milliseconds