Home
last modified time | relevance | path

Searched refs:supported_devices (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/sound/oss/
Dsb_mixer.c251 if (!((1 << dev) & devc->supported_devices)) in sb_mixer_get()
263 devc->supported_devices = 0; in smw_mixer_init()
266 devc->supported_devices |= (1 << i); in smw_mixer_init()
268 devc->supported_rec_devices = devc->supported_devices & in smw_mixer_init()
369 if (!(devc->supported_devices & (1 << dev))) /* in sb_mixer_set()
603 ret = devc->supported_devices; in sb_mixer_ioctl()
607 ret = devc->supported_devices; in sb_mixer_ioctl()
693 devc->supported_devices = SBPRO_MIXER_DEVICES; in sb_mixer_init()
705 devc->supported_devices = 0; in sb_mixer_init()
718 devc->supported_devices = SB16_MIXER_DEVICES; in sb_mixer_init()
[all …]
Dad1848.c94 int supported_devices, orig_devices; member
497 if (!((1 << dev) & devc->supported_devices)) in ad1848_mixer_get()
541 if (!(devc->supported_devices & (1 << dev))) in ad1848_mixer_set()
602 devc->supported_devices = MODE2_MIXER_DEVICES; in ad1848_mixer_reset()
606 devc->supported_devices = C930_MIXER_DEVICES; in ad1848_mixer_reset()
611 devc->supported_devices = MODE3_MIXER_DEVICES; in ad1848_mixer_reset()
618 devc->supported_devices = MODE3_MIXER_DEVICES; in ad1848_mixer_reset()
623 devc->supported_devices = MODE3_MIXER_DEVICES; in ad1848_mixer_reset()
628 devc->supported_devices = SPRO_MIXER_DEVICES; in ad1848_mixer_reset()
635 devc->supported_devices = MODE1_MIXER_DEVICES; in ad1848_mixer_reset()
[all …]
Dsb.h114 int mixer_caps, recmask, outmask, supported_devices; member
Dsb_ess.c1625 devc->supported_devices = ES1887_MIXER_DEVICES;
1640 devc->supported_devices = ES688_MIXER_DEVICES;
1649 devc->supported_devices = ES1688_MIXER_DEVICES;
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dkfd_device.c61 static const struct kfd_deviceid supported_devices[] = { variable
99 for (i = 0; i < ARRAY_SIZE(supported_devices); i++) { in lookup_device_info()
100 if (supported_devices[i].did == did) { in lookup_device_info()
101 BUG_ON(supported_devices[i].device_info == NULL); in lookup_device_info()
102 return supported_devices[i].device_info; in lookup_device_info()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_atombios.c909 union atom_supported_devices *supported_devices; in radeon_get_atom_connector_info_from_supported_devices_table() local
928 supported_devices = in radeon_get_atom_connector_info_from_supported_devices_table()
931 device_support = le16_to_cpu(supported_devices->info.usDeviceSupport); in radeon_get_atom_connector_info_from_supported_devices_table()
940 supported_devices->info.asConnInfo[i]; in radeon_get_atom_connector_info_from_supported_devices_table()
983 u8 isb = supported_devices->info_2d1.asIntSrcInfo[i].ucIntSrcBitmap; in radeon_get_atom_connector_info_from_supported_devices_table()