Searched refs:channel_count (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.sbin/bluetooth/btpand/
H A Dchannel.c44 static int channel_count; variable
75 server_update(++channel_count);
164 server_update(--channel_count);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dr600_hdmi.c224 uint8_t channel_count,
243 frame[0x1] = (channel_count & 0x7) | ((coding_type & 0xF) << 4);
222 r600_hdmi_audioinfoframe( struct drm_encoder *encoder, uint8_t channel_count, uint8_t coding_type, uint8_t sample_size, uint8_t sample_frequency, uint8_t format, uint8_t channel_allocation, uint8_t level_shift, int downmix_inhibit ) argument

Completed in 95 milliseconds