Lines Matching refs:u16
45 u16 hpios_locked_mem_alloc(struct consistent_dma_area *p_locked_mem_handle,
58 u16 hpios_locked_mem_free(struct consistent_dma_area *locked_mem_handle);
64 u16 hpios_locked_mem_get_phys_addr(struct consistent_dma_area
71 u16 hpios_locked_mem_get_virt_addr(struct consistent_dma_area
77 u16 hpios_locked_mem_valid(struct consistent_dma_area *locked_mem_handle);
570 u16 bus_type; /* HPI_BUS_PNPISA, _PCI, _USB etc */
571 u16 padding;
580 u16 channels; /**< 1,2..., (or ancillary mode or idle bit */
581 u16 format; /**< HPI_FORMAT_PCM16, _MPEG etc. see \ref HPI_FORMATS. */
634 u16 object_type;
636 u16 stream_index; /**< outstream or instream index. */
651 u16 num_adapters;
652 u16 adapter_index;
653 u16 adapter_type;
654 u16 pad16;
664 u16 query_or_set;
667 u16 index;
670 u16 index;
671 u16 what;
672 u16 property_index;
675 u16 property;
676 u16 parameter1;
677 u16 parameter2;
681 u16 key1;
682 u16 key2;
686 u16 value;
696 u16 adapter_type;
697 u16 adapter_index;
698 u16 num_instreams;
699 u16 num_outstreams;
700 u16 num_mixers;
701 u16 version;
709 u16 count;
710 u16 dsp_index;
719 u16 parameter1;
720 u16 parameter2;
731 u16 velocity;
754 u16 state; /* HPI_STATE_PLAYING, _STATE_STOPPED */
755 u16 padding;
761 u16 state;
762 u16 outstream_index;
763 u16 instream_index;
764 u16 padding;
783 u16 control_index;
784 u16 control_type; /* = HPI_CONTROL_METER _VOLUME etc */
785 u16 padding1; /* Maintain alignment of subsequent fields */
786 u16 node_type1; /* = HPI_SOURCENODE_LINEIN etc */
787 u16 node_index1; /* = 0..N */
788 u16 node_type2;
789 u16 node_index2;
790 u16 padding2; /* round to 4 bytes */
794 u16 src_node_type; /* = HPI_SOURCENODE_LINEIN etc */
795 u16 src_node_index; /* = 0..N */
796 u16 dst_node_type;
797 u16 dst_node_index;
799 u16 control_index;
801 u16 dsp_index;
806 u16 starting_index;
807 u16 flags;
812 u16 command;
813 u16 index;
821 u16 more_to_do; /* indicates if there is more to do */
831 u16 attribute; /* control attribute or property */
832 u16 saved_index;
839 u16 attribute; /* control attribute or property */
840 u16 saved_index; /* only used in ctrl save/restore */
886 u16 value;
887 u16 mask;
905 u16 address;
906 u16 data;
910 u16 size_in_bytes;
911 u16 data;
915 u16 bit_index;
916 u16 bit_data;
920 u16 number_input_bits;
921 u16 number_output_bits;
922 u16 bit_data[4];
927 u16 maximum_events;
928 u16 padding;
934 u16 count;
938 u16 number_returned;
939 u16 padding;
954 u16 hours;
955 u16 minutes;
956 u16 seconds;
957 u16 milli_seconds;
961 u16 size_in_bytes;
962 u16 hours;
963 u16 minutes;
964 u16 seconds;
965 u16 milli_seconds;
966 u16 padding;
970 u16 bin_index;
971 u16 padding;
975 u16 max_profiles;
983 u16 profile_interval;
999 u16 size; /* total size in bytes */
1002 u16 object; /* HPI_OBJ_* */
1003 u16 function; /* HPI_SUBSYS_xxx, HPI_ADAPTER_xxx */
1004 u16 adapter_index; /* the adapter index */
1005 u16 obj_index; /* */
1010 u16 size; /* total size in bytes */
1013 u16 object; /* HPI_OBJ_* */
1014 u16 function; /* HPI_SUBSYS_xxx, HPI_ADAPTER_xxx */
1015 u16 adapter_index; /* the adapter index */
1016 u16 obj_index; /* */
1061 u16 size;
1064 u16 object; /* HPI_OBJ_* */
1065 u16 function; /* HPI_SUBSYS_xxx, HPI_ADAPTER_xxx */
1066 u16 error; /* HPI_ERROR_xxx */
1067 u16 specific_error; /* adapter specific error */
1072 u16 size;
1075 u16 object; /* HPI_OBJ_* */
1076 u16 function; /* HPI_SUBSYS_xxx, HPI_ADAPTER_xxx */
1077 u16 error; /* HPI_ERROR_xxx */
1078 u16 specific_error; /* adapter specific error */
1143 u16 attribute;
1144 u16 padding;
1180 u16 adapter_index; /* the adapter index */
1181 u16 obj_index; /* object index */
1270 u16 control_index;
1288 u16 mode;
1294 u16 source_node_type;
1295 u16 source_node_index;
1308 u16 band;
1326 u16 state;
1338 u16 source;
1339 u16 source_index;
1345 u16 phantom_state;
1396 void hpi_handle_to_indexes(const u32 handle, u16 *pw_adapter_index,
1397 u16 *pw_object_index);
1399 u32 hpi_indexes_to_handle(const char c_object, const u16 adapter_index,
1400 const u16 object_index);
1408 u16 hpi_subsys_create_adapter(const struct hpi_resource *p_resource,
1409 u16 *pw_adapter_index);
1411 u16 hpi_outstream_host_buffer_get_info(u32 h_outstream, u8 **pp_buffer,
1414 u16 hpi_instream_host_buffer_get_info(u32 h_instream, u8 **pp_buffer,
1417 u16 hpi_adapter_restart(u16 adapter_index);