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

/linux-master/include/linux/
H A Dti_wilink_st.h25 ST_MAX_CHANNELS = 16, enumerator in enum:proto_type
136 struct st_proto_s *list[ST_MAX_CHANNELS];
137 bool is_registered[ST_MAX_CHANNELS];
/linux-master/drivers/misc/ti-st/
H A Dst_core.c135 for (i = 0; i < ST_MAX_CHANNELS; i++) {
344 * the ST_MAX_CHANNELS.
352 if ((type >= ST_MAX_CHANNELS) ||
536 if (new_proto->chnl_id >= ST_MAX_CHANNELS) {
648 if (!st_gdata || proto->chnl_id >= ST_MAX_CHANNELS) {
762 for (i = ST_BT; i < ST_MAX_CHANNELS; i++) {

Completed in 102 milliseconds