Lines Matching refs:value
247 long channel, long *value,
261 *value = PyLong_AsLong(t1);
265 *value = PyInt_AsLong(t1);
280 snd_mixer_selem_channel_id_t channel, long *value)
282 return get_x_ops(elem, dir, channel, value, "opsGetVolume");
286 snd_mixer_selem_channel_id_t channel, int *value)
291 *value = value1;
297 long value,
300 return get_x_ops(elem, dir, value, dbValue, "opsGetVolDB");
305 long value,
315 PyTuple_SET_ITEM(obj1, 1, PyInt_FromLong(value));
342 long *value)
344 return get_x_ops(elem, dir, channel, value, "opsGetDB");
354 snd_mixer_selem_channel_id_t channel, long value)
362 PyTuple_SET_ITEM(obj1, 2, PyInt_FromLong(value));
367 snd_mixer_selem_channel_id_t channel, int value)
375 PyTuple_SET_ITEM(obj1, 2, PyInt_FromLong(value));
553 PyErr_SetString(PyExc_TypeError, "The last attribute value must be an integer");