Lines Matching full:guaranteed
14 * Guaranteed timing and support for various packet type coming from the
103 * @guaraneed: is the channel delivery guaranteed.
108 unsigned long *guaranteed; member
390 set_bit(channel, drvdata->chs.guaranteed); in stm_generic_set_options()
394 clear_bit(channel, drvdata->chs.guaranteed); in stm_generic_set_options()
427 stm_flags |= test_bit(channel, drvdata->chs.guaranteed) ? in stm_generic_packet()
830 bitmap_clear(drvdata->chs.guaranteed, 0, drvdata->numsp); in stm_init_default_data()
858 unsigned long *guaranteed; in stm_probe() local
907 guaranteed = devm_kzalloc(dev, bitmap_size, GFP_KERNEL); in stm_probe()
908 if (!guaranteed) in stm_probe()
910 drvdata->chs.guaranteed = guaranteed; in stm_probe()