Lines Matching refs:u16

1118 	u16 mode_legacy;
1120 u16 unused; /**< Unused */
1121 u16 channels; /**< 1,2..., (or ancillary mode or idle bit */
1122 u16 format; /**< HPI_FORMAT_PCM16, _MPEG etc. see #HPI_FORMATS. */
1133 u16 event_type; /**< type of event. \sa async_event */
1134 u16 sequence; /**< Sequence number, allows lost event detection */
1139 u16 index; /**< GPIO bit index. */
1142 u16 node_index; /**< what node is the control on ? */
1143 u16 node_type; /**< what type of node is the control on ? */
1157 u16 hpi_stream_estimate_buffer_size(struct hpi_format *pF,
1164 u16 hpi_subsys_get_version_ex(u32 *pversion_ex);
1166 u16 hpi_subsys_get_num_adapters(int *pn_num_adapters);
1168 u16 hpi_subsys_get_adapter(int iterator, u32 *padapter_index,
1169 u16 *pw_adapter_type);
1175 u16 hpi_adapter_open(u16 adapter_index);
1177 u16 hpi_adapter_close(u16 adapter_index);
1179 u16 hpi_adapter_get_info(u16 adapter_index, u16 *pw_num_outstreams,
1180 u16 *pw_num_instreams, u16 *pw_version, u32 *pserial_number,
1181 u16 *pw_adapter_type);
1183 u16 hpi_adapter_get_module_by_index(u16 adapter_index, u16 module_index,
1184 u16 *pw_num_outputs, u16 *pw_num_inputs, u16 *pw_version,
1185 u32 *pserial_number, u16 *pw_module_type, u32 *ph_module);
1187 u16 hpi_adapter_set_mode(u16 adapter_index, u32 adapter_mode);
1189 u16 hpi_adapter_set_mode_ex(u16 adapter_index, u32 adapter_mode,
1190 u16 query_or_set);
1192 u16 hpi_adapter_get_mode(u16 adapter_index, u32 *padapter_mode);
1194 u16 hpi_adapter_get_assert2(u16 adapter_index, u16 *p_assert_count,
1196 u32 *p_dsp_string_addr, u16 *p_processor_id);
1198 u16 hpi_adapter_test_assert(u16 adapter_index, u16 assert_id);
1200 u16 hpi_adapter_enable_capability(u16 adapter_index, u16 capability, u32 key);
1202 u16 hpi_adapter_self_test(u16 adapter_index);
1204 u16 hpi_adapter_debug_read(u16 adapter_index, u32 dsp_address, char *p_bytes,
1207 u16 hpi_adapter_set_property(u16 adapter_index, u16 property, u16 paramter1,
1208 u16 paramter2);
1210 u16 hpi_adapter_get_property(u16 adapter_index, u16 property,
1211 u16 *pw_paramter1, u16 *pw_paramter2);
1213 u16 hpi_adapter_enumerate_property(u16 adapter_index, u16 index,
1214 u16 what_to_enumerate, u16 property_index, u32 *psetting);
1218 u16 hpi_outstream_open(u16 adapter_index, u16 outstream_index,
1221 u16 hpi_outstream_close(u32 h_outstream);
1223 u16 hpi_outstream_get_info_ex(u32 h_outstream, u16 *pw_state,
1227 u16 hpi_outstream_write_buf(u32 h_outstream, const u8 *pb_write_buf,
1230 u16 hpi_outstream_start(u32 h_outstream);
1232 u16 hpi_outstream_wait_start(u32 h_outstream);
1234 u16 hpi_outstream_stop(u32 h_outstream);
1236 u16 hpi_outstream_sinegen(u32 h_outstream);
1238 u16 hpi_outstream_reset(u32 h_outstream);
1240 u16 hpi_outstream_query_format(u32 h_outstream, struct hpi_format *p_format);
1242 u16 hpi_outstream_set_format(u32 h_outstream, struct hpi_format *p_format);
1244 u16 hpi_outstream_set_punch_in_out(u32 h_outstream, u32 punch_in_sample,
1247 u16 hpi_outstream_set_velocity(u32 h_outstream, short velocity);
1249 u16 hpi_outstream_ancillary_reset(u32 h_outstream, u16 mode);
1251 u16 hpi_outstream_ancillary_get_info(u32 h_outstream, u32 *pframes_available);
1253 u16 hpi_outstream_ancillary_read(u32 h_outstream,
1258 u16 hpi_outstream_set_time_scale(u32 h_outstream, u32 time_scaleX10000);
1260 u16 hpi_outstream_host_buffer_allocate(u32 h_outstream, u32 size_in_bytes);
1262 u16 hpi_outstream_host_buffer_free(u32 h_outstream);
1264 u16 hpi_outstream_group_add(u32 h_outstream, u32 h_stream);
1266 u16 hpi_outstream_group_get_map(u32 h_outstream, u32 *poutstream_map,
1269 u16 hpi_outstream_group_reset(u32 h_outstream);
1274 u16 hpi_instream_open(u16 adapter_index, u16 instream_index,
1277 u16 hpi_instream_close(u32 h_instream);
1279 u16 hpi_instream_query_format(u32 h_instream,
1282 u16 hpi_instream_set_format(u32 h_instream,
1285 u16 hpi_instream_read_buf(u32 h_instream, u8 *pb_read_buf, u32 bytes_to_read);
1287 u16 hpi_instream_start(u32 h_instream);
1289 u16 hpi_instream_wait_start(u32 h_instream);
1291 u16 hpi_instream_stop(u32 h_instream);
1293 u16 hpi_instream_reset(u32 h_instream);
1295 u16 hpi_instream_get_info_ex(u32 h_instream, u16 *pw_state, u32 *pbuffer_size,
1299 u16 hpi_instream_ancillary_reset(u32 h_instream, u16 bytes_per_frame,
1300 u16 mode, u16 alignment, u16 idle_bit);
1302 u16 hpi_instream_ancillary_get_info(u32 h_instream, u32 *pframe_space);
1304 u16 hpi_instream_ancillary_write(u32 h_instream,
1309 u16 hpi_instream_host_buffer_allocate(u32 h_instream, u32 size_in_bytes);
1311 u16 hpi_instream_host_buffer_free(u32 h_instream);
1313 u16 hpi_instream_group_add(u32 h_instream, u32 h_stream);
1315 u16 hpi_instream_group_get_map(u32 h_instream, u32 *poutstream_map,
1318 u16 hpi_instream_group_reset(u32 h_instream);
1323 u16 hpi_mixer_open(u16 adapter_index, u32 *ph_mixer);
1325 u16 hpi_mixer_close(u32 h_mixer);
1327 u16 hpi_mixer_get_control(u32 h_mixer, u16 src_node_type,
1328 u16 src_node_type_index, u16 dst_node_type, u16 dst_node_type_index,
1329 u16 control_type, u32 *ph_control);
1331 u16 hpi_mixer_get_control_by_index(u32 h_mixer, u16 control_index,
1332 u16 *pw_src_node_type, u16 *pw_src_node_index, u16 *pw_dst_node_type,
1333 u16 *pw_dst_node_index, u16 *pw_control_type, u32 *ph_control);
1335 u16 hpi_mixer_store(u32 h_mixer, enum HPI_MIXER_STORE_COMMAND command,
1336 u16 index);
1343 u16 hpi_volume_set_gain(u32 h_control, short an_gain0_01dB[HPI_MAX_CHANNELS]
1346 u16 hpi_volume_get_gain(u32 h_control,
1350 u16 hpi_volume_set_mute(u32 h_control, u32 mute);
1352 u16 hpi_volume_get_mute(u32 h_control, u32 *mute);
1355 u16 hpi_volume_query_range(u32 h_control, short *min_gain_01dB,
1358 u16 hpi_volume_query_channels(const u32 h_control, u32 *p_channels);
1360 u16 hpi_volume_auto_fade(u32 h_control,
1363 u16 hpi_volume_auto_fade_profile(u32 h_control,
1365 u16 profile);
1367 u16 hpi_volume_query_auto_fade_profile(const u32 h_control, const u32 i,
1368 u16 *profile);
1373 u16 hpi_level_query_range(u32 h_control, short *min_gain_01dB,
1376 u16 hpi_level_set_gain(u32 h_control, short an_gain0_01dB[HPI_MAX_CHANNELS]
1379 u16 hpi_level_get_gain(u32 h_control,
1386 u16 hpi_meter_query_channels(const u32 h_meter, u32 *p_channels);
1388 u16 hpi_meter_get_peak(u32 h_control,
1392 u16 hpi_meter_get_rms(u32 h_control, short an_peak0_01dB_out[HPI_MAX_CHANNELS]
1395 u16 hpi_meter_set_peak_ballistics(u32 h_control, u16 attack, u16 decay);
1397 u16 hpi_meter_set_rms_ballistics(u32 h_control, u16 attack, u16 decay);
1399 u16 hpi_meter_get_peak_ballistics(u32 h_control, u16 *attack, u16 *decay);
1401 u16 hpi_meter_get_rms_ballistics(u32 h_control, u16 *attack, u16 *decay);
1406 u16 hpi_channel_mode_query_mode(const u32 h_mode, const u32 index,
1407 u16 *pw_mode);
1409 u16 hpi_channel_mode_set(u32 h_control, u16 mode);
1411 u16 hpi_channel_mode_get(u32 h_control, u16 *mode);
1416 u16 hpi_tuner_query_band(const u32 h_tuner, const u32 index, u16 *pw_band);
1418 u16 hpi_tuner_set_band(u32 h_control, u16 band);
1420 u16 hpi_tuner_get_band(u32 h_control, u16 *pw_band);
1422 u16 hpi_tuner_query_frequency(const u32 h_tuner, const u32 index,
1423 const u16 band, u32 *pfreq);
1425 u16 hpi_tuner_set_frequency(u32 h_control, u32 freq_ink_hz);
1427 u16 hpi_tuner_get_frequency(u32 h_control, u32 *pw_freq_ink_hz);
1429 u16 hpi_tuner_get_rf_level(u32 h_control, short *pw_level);
1431 u16 hpi_tuner_get_raw_rf_level(u32 h_control, short *pw_level);
1433 u16 hpi_tuner_query_gain(const u32 h_tuner, const u32 index, u16 *pw_gain);
1435 u16 hpi_tuner_set_gain(u32 h_control, short gain);
1437 u16 hpi_tuner_get_gain(u32 h_control, short *pn_gain);
1439 u16 hpi_tuner_get_status(u32 h_control, u16 *pw_status_mask, u16 *pw_status);
1441 u16 hpi_tuner_set_mode(u32 h_control, u32 mode, u32 value);
1443 u16 hpi_tuner_get_mode(u32 h_control, u32 mode, u32 *pn_value);
1445 u16 hpi_tuner_get_rds(u32 h_control, char *p_rds_data);
1447 u16 hpi_tuner_query_deemphasis(const u32 h_tuner, const u32 index,
1448 const u16 band, u32 *pdeemphasis);
1450 u16 hpi_tuner_set_deemphasis(u32 h_control, u32 deemphasis);
1451 u16 hpi_tuner_get_deemphasis(u32 h_control, u32 *pdeemphasis);
1453 u16 hpi_tuner_query_program(const u32 h_tuner, u32 *pbitmap_program);
1455 u16 hpi_tuner_set_program(u32 h_control, u32 program);
1457 u16 hpi_tuner_get_program(u32 h_control, u32 *pprogram);
1459 u16 hpi_tuner_get_hd_radio_dsp_version(u32 h_control, char *psz_dsp_version,
1462 u16 hpi_tuner_get_hd_radio_sdk_version(u32 h_control, char *psz_sdk_version,
1465 u16 hpi_tuner_get_hd_radio_signal_quality(u32 h_control, u32 *pquality);
1467 u16 hpi_tuner_get_hd_radio_signal_blend(u32 h_control, u32 *pblend);
1469 u16 hpi_tuner_set_hd_radio_signal_blend(u32 h_control, const u32 blend);
1475 u16 hpi_pad_get_channel_name(u32 h_control, char *psz_string,
1478 u16 hpi_pad_get_artist(u32 h_control, char *psz_string,
1481 u16 hpi_pad_get_title(u32 h_control, char *psz_string,
1484 u16 hpi_pad_get_comment(u32 h_control, char *psz_string,
1487 u16 hpi_pad_get_program_type(u32 h_control, u32 *ppTY);
1489 u16 hpi_pad_get_rdsPI(u32 h_control, u32 *ppI);
1491 u16 hpi_pad_get_program_type_string(u32 h_control, const u32 data_type,
1497 u16 hpi_aesebu_receiver_query_format(const u32 h_aes_rx, const u32 index,
1498 u16 *pw_format);
1500 u16 hpi_aesebu_receiver_set_format(u32 h_control, u16 source);
1502 u16 hpi_aesebu_receiver_get_format(u32 h_control, u16 *pw_source);
1504 u16 hpi_aesebu_receiver_get_sample_rate(u32 h_control, u32 *psample_rate);
1506 u16 hpi_aesebu_receiver_get_user_data(u32 h_control, u16 index, u16 *pw_data);
1508 u16 hpi_aesebu_receiver_get_channel_status(u32 h_control, u16 index,
1509 u16 *pw_data);
1511 u16 hpi_aesebu_receiver_get_error_status(u32 h_control, u16 *pw_error_data);
1516 u16 hpi_aesebu_transmitter_set_sample_rate(u32 h_control, u32 sample_rate);
1518 u16 hpi_aesebu_transmitter_set_user_data(u32 h_control, u16 index, u16 data);
1520 u16 hpi_aesebu_transmitter_set_channel_status(u32 h_control, u16 index,
1521 u16 data);
1523 u16 hpi_aesebu_transmitter_get_channel_status(u32 h_control, u16 index,
1524 u16 *pw_data);
1526 u16 hpi_aesebu_transmitter_query_format(const u32 h_aes_tx, const u32 index,
1527 u16 *pw_format);
1529 u16 hpi_aesebu_transmitter_set_format(u32 h_control, u16 output_format);
1531 u16 hpi_aesebu_transmitter_get_format(u32 h_control, u16 *pw_output_format);
1536 u16 hpi_multiplexer_set_source(u32 h_control, u16 source_node_type,
1537 u16 source_node_index);
1539 u16 hpi_multiplexer_get_source(u32 h_control, u16 *source_node_type,
1540 u16 *source_node_index);
1542 u16 hpi_multiplexer_query_source(u32 h_control, u16 index,
1543 u16 *source_node_type, u16 *source_node_index);
1548 u16 hpi_vox_set_threshold(u32 h_control, short an_gain0_01dB);
1550 u16 hpi_vox_get_threshold(u32 h_control, short *an_gain0_01dB);
1555 u16 hpi_bitstream_set_clock_edge(u32 h_control, u16 edge_type);
1557 u16 hpi_bitstream_set_data_polarity(u32 h_control, u16 polarity);
1559 u16 hpi_bitstream_get_activity(u32 h_control, u16 *pw_clk_activity,
1560 u16 *pw_data_activity);
1566 u16 hpi_sample_clock_query_source(const u32 h_clock, const u32 index,
1567 u16 *pw_source);
1569 u16 hpi_sample_clock_set_source(u32 h_control, u16 source);
1571 u16 hpi_sample_clock_get_source(u32 h_control, u16 *pw_source);
1573 u16 hpi_sample_clock_query_source_index(const u32 h_clock, const u32 index,
1574 const u32 source, u16 *pw_source_index);
1576 u16 hpi_sample_clock_set_source_index(u32 h_control, u16 source_index);
1578 u16 hpi_sample_clock_get_source_index(u32 h_control, u16 *pw_source_index);
1580 u16 hpi_sample_clock_get_sample_rate(u32 h_control, u32 *psample_rate);
1582 u16 hpi_sample_clock_query_local_rate(const u32 h_clock, const u32 index,
1585 u16 hpi_sample_clock_set_local_rate(u32 h_control, u32 sample_rate);
1587 u16 hpi_sample_clock_get_local_rate(u32 h_control, u32 *psample_rate);
1589 u16 hpi_sample_clock_set_auto(u32 h_control, u32 enable);
1591 u16 hpi_sample_clock_get_auto(u32 h_control, u32 *penable);
1593 u16 hpi_sample_clock_set_local_rate_lock(u32 h_control, u32 lock);
1595 u16 hpi_sample_clock_get_local_rate_lock(u32 h_control, u32 *plock);
1600 u16 hpi_microphone_set_phantom_power(u32 h_control, u16 on_off);
1602 u16 hpi_microphone_get_phantom_power(u32 h_control, u16 *pw_on_off);
1607 u16 hpi_parametric_eq_get_info(u32 h_control, u16 *pw_number_of_bands,
1608 u16 *pw_enabled);
1610 u16 hpi_parametric_eq_set_state(u32 h_control, u16 on_off);
1612 u16 hpi_parametric_eq_set_band(u32 h_control, u16 index, u16 type,
1615 u16 hpi_parametric_eq_get_band(u32 h_control, u16 index, u16 *pn_type,
1618 u16 hpi_parametric_eq_get_coeffs(u32 h_control, u16 index, short coeffs[5]
1625 u16 hpi_compander_set_enable(u32 h_control, u32 on);
1627 u16 hpi_compander_get_enable(u32 h_control, u32 *pon);
1629 u16 hpi_compander_set_makeup_gain(u32 h_control, short makeup_gain0_01dB);
1631 u16 hpi_compander_get_makeup_gain(u32 h_control, short *pn_makeup_gain0_01dB);
1633 u16 hpi_compander_set_attack_time_constant(u32 h_control, u32 index,
1636 u16 hpi_compander_get_attack_time_constant(u32 h_control, u32 index,
1639 u16 hpi_compander_set_decay_time_constant(u32 h_control, u32 index,
1642 u16 hpi_compander_get_decay_time_constant(u32 h_control, u32 index,
1645 u16 hpi_compander_set_threshold(u32 h_control, u32 index,
1648 u16 hpi_compander_get_threshold(u32 h_control, u32 index,
1651 u16 hpi_compander_set_ratio(u32 h_control, u32 index, u32 ratio100);
1653 u16 hpi_compander_get_ratio(u32 h_control, u32 index, u32 *pw_ratio100);
1658 u16 hpi_cobranet_hmi_write(u32 h_control, u32 hmi_address, u32 byte_count,
1661 u16 hpi_cobranet_hmi_read(u32 h_control, u32 hmi_address, u32 max_byte_count,
1664 u16 hpi_cobranet_hmi_get_status(u32 h_control, u32 *pstatus,
1667 u16 hpi_cobranet_get_ip_address(u32 h_control, u32 *pdw_ip_address);
1669 u16 hpi_cobranet_set_ip_address(u32 h_control, u32 dw_ip_address);
1671 u16 hpi_cobranet_get_static_ip_address(u32 h_control, u32 *pdw_ip_address);
1673 u16 hpi_cobranet_set_static_ip_address(u32 h_control, u32 dw_ip_address);
1675 u16 hpi_cobranet_get_macaddress(u32 h_control, u32 *p_mac_msbs,
1681 u16 hpi_tone_detector_get_state(u32 hC, u32 *state);
1683 u16 hpi_tone_detector_set_enable(u32 hC, u32 enable);
1685 u16 hpi_tone_detector_get_enable(u32 hC, u32 *enable);
1687 u16 hpi_tone_detector_set_event_enable(u32 hC, u32 event_enable);
1689 u16 hpi_tone_detector_get_event_enable(u32 hC, u32 *event_enable);
1691 u16 hpi_tone_detector_set_threshold(u32 hC, int threshold);
1693 u16 hpi_tone_detector_get_threshold(u32 hC, int *threshold);
1695 u16 hpi_tone_detector_get_frequency(u32 hC, u32 index, u32 *frequency);
1700 u16 hpi_silence_detector_get_state(u32 hC, u32 *state);
1702 u16 hpi_silence_detector_set_enable(u32 hC, u32 enable);
1704 u16 hpi_silence_detector_get_enable(u32 hC, u32 *enable);
1706 u16 hpi_silence_detector_set_event_enable(u32 hC, u32 event_enable);
1708 u16 hpi_silence_detector_get_event_enable(u32 hC, u32 *event_enable);
1710 u16 hpi_silence_detector_set_delay(u32 hC, u32 delay);
1712 u16 hpi_silence_detector_get_delay(u32 hC, u32 *delay);
1714 u16 hpi_silence_detector_set_threshold(u32 hC, int threshold);
1716 u16 hpi_silence_detector_get_threshold(u32 hC, int *threshold);
1721 u16 hpi_format_create(struct hpi_format *p_format, u16 channels, u16 format,