Searched refs:max_devices (Results 1 – 10 of 10) sorted by relevance
195 __le32 max_devices; member315 u32 max_devices; member
474 config->max_devices = info->max_devices; in iop_get_config_mvfrey()1041 scp->device->id > hba->max_devices) { in hptiop_queuecommand_lck()1370 hba->max_devices = le32_to_cpu(iop_config.max_devices); in hptiop_probe()1395 host->max_id = le32_to_cpu(iop_config.max_devices); in hptiop_probe()
170 __s32 max_devices; member
463 if (item >= map->max_devices) { in crush_choose_firstn()647 if (item >= map->max_devices) { in crush_choose_indep()
84 static int max_devices; variable2094 devidx = find_first_zero_bit(dev_use, max_devices); in mmc_blk_alloc_req()2095 if (devidx >= max_devices) in mmc_blk_alloc_req()2112 md->name_idx = find_first_zero_bit(name_use, max_devices); in mmc_blk_alloc_req()2576 max_devices = min(MAX_DEVICES, (1 << MINORBITS) / perdev_minors); in mmc_blk_init()
369 u8 *dev_list, int max_devices);
456 u8 *dev_list, int max_devices) in snd_hda_get_devices() argument466 dev_len = dev_len < max_devices ? dev_len : max_devices; in snd_hda_get_devices()
148 static DEVICE_ATTR(max_devices, S_IRUGO, pm8001_ctl_max_devices_show, NULL);
2650 int max_devices = 0; in ftdi_elan_setupOHCI() local2690 if (devices > max_devices) { in ftdi_elan_setupOHCI()2691 max_devices = devices; in ftdi_elan_setupOHCI()
187 c->max_devices = ceph_decode_32(p); in crush_decode()