Home
last modified time | relevance | path

Searched refs:max_instances (Results 1 – 10 of 10) sorted by relevance

/linux/include/linux/
H A Dmdev.h68 unsigned int max_instances; member
/linux/sound/core/
H A Dhrtimer.c146 timer->max_instances = 100; /* lower the limit */ in snd_hrtimer_init()
H A Dtimer.c277 if (master->timer->num_instances >= master->timer->max_instances)
398 if (timer->num_instances >= timer->max_instances) { in remove_slave_links()
1006 timer->max_instances = 1000; /* default limit per timer */ in snd_timer_dev_register()
2244 timer->max_instances = MAX_SLAVE_INSTANCES; in __snd_timer_user_ioctl()
/linux/drivers/vfio/mdev/
H A Dmdev_core.c73 atomic_set(&parent->available_instances, mdev_driver->max_instances); in mdev_register_parent()
/linux/samples/vfio-mdev/
H A Dmdpy.c657 .max_instances = 4,
739 module_param_named(count, mdpy_driver.max_instances, int, 0444);
/linux/drivers/s390/cio/
H A Dvfio_ccw_ops.c606 .max_instances = 1,
/linux/include/net/bluetooth/
H A Dmgmt.h554 __u8 max_instances;
557 __u8 max_instances; global() member
/linux/sound/soc/sof/
H A Dipc4-topology.c1391 int max_instances = fw_module->man4_module_entry.instance_max_count; in sof_ipc4_update_hw_params()
1393 swidget->instance_id = ida_alloc_max(&fw_module->m_ida, max_instances, GFP_KERNEL); in sof_ipc4_update_hw_params()
1344 int max_instances = fw_module->man4_module_entry.instance_max_count; sof_ipc4_widget_assign_instance_id() local
/linux/drivers/s390/crypto/
H A Dvfio_ap_ops.c2376 .max_instances = MAX_ZDEV_ENTRIES_EXT,
/linux/net/bluetooth/
H A Dmgmt.c8542 rp->max_instances = hdev->le_num_of_adv_sets; in read_adv_features()