Home
last modified time | relevance | path

Searched refs:max_channel (Results 1 – 25 of 77) sorted by relevance

1234

/linux/drivers/scsi/megaraid/
A Dmega_common.h169 uint8_t max_channel; member
211 (SCP2CHANNEL(scp) == (adp)->max_channel) ? 1 : 0
214 (sdev->channel == (adp)->max_channel) ? 1 : 0
239 (adp)->device_ids[(adp)->max_channel][SCP2TARGET(scp)]; \
A Dmegaraid_mbox.c639 host->max_channel = adapter->max_channel; in megaraid_io_attach()
813 adapter->device_ids[adapter->max_channel][i] += 0x80; in megaraid_init_mbox()
815 adapter->device_ids[adapter->max_channel][adapter->init_id] = in megaraid_init_mbox()
1777 (SCP2CHANNEL(scp) == adapter->max_channel -1)) { in DEF_SCSI_QCMD()
2952 adapter->max_channel = pinfo->nchannels; in megaraid_mbox_product_info()
3360 adapter->device_ids[adapter->max_channel][t] = in megaraid_mbox_setup_device_map()
3363 adapter->device_ids[adapter->max_channel][adapter->init_id] = 0xFF; in megaraid_mbox_setup_device_map()
3368 for (c = 0; c < adapter->max_channel; c++) in megaraid_mbox_setup_device_map()
/linux/drivers/leds/
A Dleds-lp55xx-common.c165 int max_channel = cfg->max_channel; in lp55xx_init_led() local
172 if (chan >= max_channel) { in lp55xx_init_led()
173 dev_err(dev, "invalid channel: %d / %d\n", chan, max_channel); in lp55xx_init_led()
218 if (led->chan_nr >= max_channel) { in lp55xx_init_led()
220 max_channel - 1); in lp55xx_init_led()
581 if (*chan_nr < 0 || *chan_nr > cfg->max_channel) in lp55xx_parse_common_child()
682 cfg->max_channel = chip->cfg->max_channel; in lp55xx_of_populate_pdata()
A Dleds-lp55xx-common.h107 const int max_channel; member
A Dleds-lp8501.c294 .max_channel = LP8501_MAX_LEDS,
A Dleds-lp5521.c509 .max_channel = LP5521_MAX_LEDS,
A Dleds-lp5562.c497 .max_channel = LP5562_MAX_LEDS,
/linux/drivers/edac/
A Di7300_edac.c751 int ch, branch, slot, channel, max_channel, max_branch; in i7300_init_csrows() local
760 max_channel = 1; in i7300_init_csrows()
763 max_channel = MAX_CH_PER_BRANCH; in i7300_init_csrows()
776 if (max_channel == 1) in i7300_init_csrows()
794 for (ch = 0; ch < max_channel; ch++) { in i7300_init_csrows()
/linux/include/linux/platform_data/
A Dleds-lp55xx.h32 unsigned int max_channel; member
/linux/drivers/scsi/
A Dstex.c355 unsigned int max_channel; member
1538 .max_channel = 0,
1551 .max_channel = 0,
1564 .max_channel = 0,
1577 .max_channel = 0,
1590 .max_channel = 3,
1603 .max_channel = 0,
1785 host->max_channel = ci->max_channel; in stex_probe()
A Dstorvsc_drv.c2032 host->max_channel = STORVSC_FC_MAX_CHANNELS - 1; in storvsc_probe()
2041 host->max_channel = max_channels - 1; in storvsc_probe()
2047 host->max_channel = STORVSC_IDE_MAX_CHANNELS - 1; in storvsc_probe()
A Dhosts.c407 shost->max_channel = 0; in scsi_host_alloc()
A Dscsi_scan.c1708 if (((channel != SCAN_WILD_CARD) && (channel > shost->max_channel)) || in scsi_scan_host_selected()
1719 for (channel = 0; channel <= shost->max_channel; in scsi_scan_host_selected()
/linux/drivers/comedi/drivers/
A Dmite.h70 unsigned int max_channel);
A Dmite.c571 unsigned int max_channel) in mite_request_channel_in_range() argument
582 for (i = min_channel; i <= max_channel; ++i) { in mite_request_channel_in_range()
/linux/include/uapi/linux/
A Dvirtio_scsi.h113 __virtio16 max_channel; member
/linux/drivers/scsi/ibmvscsi/
A Dibmvscsi.c72 static int max_channel = 3; variable
98 module_param_named(max_channel, max_channel, int, S_IRUGO | S_IWUSR);
99 MODULE_PARM_DESC(max_channel, "Largest channel value [Default=3]");
2276 host->max_channel = max_channel; in ibmvscsi_probe()
2281 host->max_id, host->max_lun, host->max_channel); in ibmvscsi_probe()
/linux/drivers/staging/unisys/include/
A Diochannel.h178 u32 max_channel; member
/linux/drivers/staging/vt6656/
A Ddevice.h196 u8 max_channel; member
/linux/include/scsi/
A Dscsi_host.h585 unsigned int max_channel; member
/linux/drivers/scsi/aacraid/
A Dlinit.c1327 class_to_shost(device)->max_channel); in aac_show_max_channel()
1752 shost->max_channel = aac->maximum_num_channels; in aac_probe_one()
1754 shost->max_channel = 0; in aac_probe_one()
/linux/sound/soc/fsl/
A Dfsl_easrc.h582 int max_channel; member
A Dfsl_easrc.c776 slot->max_channel = *start_channel + slot->num_channel - 1; in fsl_easrc_config_one_slot()
783 EASRC_DPCS0R0_MAXCH(slot->max_channel)); in fsl_easrc_config_one_slot()
/linux/drivers/message/fusion/
A Dmptspi.c1451 sh->max_channel = 1; in mptspi_probe()
1453 sh->max_channel = 0; in mptspi_probe()
/linux/drivers/infiniband/ulp/iser/
A Discsi_iser.c639 shost->max_channel = 0; in iscsi_iser_session_create()

Completed in 65 milliseconds

1234