Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dti_wilink_st.h38 ST_MAX_CHANNELS = 16, enumerator
150 struct st_proto_s *list[ST_MAX_CHANNELS];
151 bool is_registered[ST_MAX_CHANNELS];
/linux-4.1.27/drivers/misc/ti-st/
Dst_core.c148 for (i = 0; i < ST_MAX_CHANNELS; i++) { in st_reg_complete()
358 if ((type >= ST_MAX_CHANNELS) || in st_int_recv()
535 if (new_proto->chnl_id >= ST_MAX_CHANNELS) { in st_register()
644 if (!st_gdata || proto->chnl_id >= ST_MAX_CHANNELS) { in st_unregister()
746 unsigned char i = ST_MAX_CHANNELS; in st_tty_close()
757 for (i = ST_BT; i < ST_MAX_CHANNELS; i++) { in st_tty_close()