Home
last modified time | relevance | path

Searched refs:max_devices (Results 1 – 15 of 15) sorted by relevance

/linux/samples/vfio-mdev/
A Dmdpy.c46 static int max_devices = 4; variable
47 module_param_named(count, max_devices, int, 0444);
228 if (mdpy_count >= max_devices) in mdpy_probe()
669 return sprintf(buf, "%d\n", max_devices - mdpy_count); in available_instances_show()
/linux/drivers/scsi/
A Dhptiop.h187 __le32 max_devices; member
307 u32 max_devices; member
A Dhptiop.c466 config->max_devices = info->max_devices; in iop_get_config_mvfrey()
1026 (scp->device->id > hba->max_devices) || in hptiop_queuecommand_lck()
1027 ((scp->device->id == (hba->max_devices-1)) && scp->device->lun)) { in hptiop_queuecommand_lck()
1368 hba->max_devices = le32_to_cpu(iop_config.max_devices); in hptiop_probe()
1393 host->max_id = le32_to_cpu(iop_config.max_devices); in hptiop_probe()
/linux/include/linux/crush/
A Dcrush.h245 __s32 max_devices; member
/linux/drivers/pci/switch/
A Dswitchtec.c24 static int max_devices = 16; variable
25 module_param(max_devices, int, 0644);
26 MODULE_PARM_DESC(max_devices, "max number of switchtec device instances");
1797 rc = alloc_chrdev_region(&switchtec_devt, 0, max_devices, in switchtec_init()
1820 unregister_chrdev_region(switchtec_devt, max_devices); in switchtec_init()
1830 unregister_chrdev_region(switchtec_devt, max_devices); in switchtec_exit()
/linux/net/ceph/crush/
A Dmapper.c519 if (item >= map->max_devices) { in crush_choose_firstn()
730 if (item >= map->max_devices) { in crush_choose_indep()
946 curstep->arg1 < map->max_devices) || in crush_do_rule()
/linux/include/sound/
A Dhda_codec.h357 u8 *dev_list, int max_devices);
/linux/drivers/mmc/core/
A Dblock.c94 static int max_devices; variable
2348 devidx = ida_simple_get(&mmc_blk_ida, 0, max_devices, GFP_KERNEL); in mmc_blk_alloc_req()
2598 devidx = ida_simple_get(&mmc_rpmb_ida, 0, max_devices, GFP_KERNEL); in mmc_blk_alloc_rpmb_part()
3042 max_devices = min(MAX_DEVICES, (1 << MINORBITS) / perdev_minors); in mmc_blk_init()
/linux/fs/f2fs/
A Dsuper.c3774 unsigned int max_devices = MAX_DEVICES; in f2fs_scan_devices() local
3782 max_devices = 1; in f2fs_scan_devices()
3790 array_size(max_devices, in f2fs_scan_devices()
3799 for (i = 0; i < max_devices; i++) { in f2fs_scan_devices()
3804 if (max_devices == 1) { in f2fs_scan_devices()
3849 if (max_devices == 1) in f2fs_scan_devices()
/linux/drivers/usb/misc/
A Dftdi-elan.c2575 int max_devices = 0; in ftdi_elan_setupOHCI() local
2615 if (devices > max_devices) { in ftdi_elan_setupOHCI()
2616 max_devices = devices; in ftdi_elan_setupOHCI()
/linux/drivers/scsi/pm8001/
A Dpm8001_ctl.c227 static DEVICE_ATTR(max_devices, S_IRUGO, pm8001_ctl_max_devices_show, NULL);
/linux/sound/pci/hda/
A Dhda_codec.c327 u8 *dev_list, int max_devices) in snd_hda_get_devices() argument
337 dev_len = dev_len < max_devices ? dev_len : max_devices; in snd_hda_get_devices()
/linux/net/ceph/
A Dosdmap.c449 c->max_devices = ceph_decode_32(p); in crush_decode()
/linux/
A DSystem.map163310 ffff8000121571cc b max_devices
A D.tmp_System.map163310 ffff8000121571cc b max_devices

Completed in 402 milliseconds