Lines Matching full:enum
131 enum card_type {
137 enum card_state {
145 enum channel_type {
151 enum ctrl_port_type {
161 enum port_type {
329 enum card_type card_type;
338 enum card_state state;
667 static void enable_transmit_ul(enum port_type port, struct nozomi *dc) in enable_transmit_ul()
680 static void disable_transmit_ul(enum port_type port, struct nozomi *dc) in disable_transmit_ul()
694 static void enable_transmit_dl(enum port_type port, struct nozomi *dc) in enable_transmit_dl()
707 static void disable_transmit_dl(enum port_type port, struct nozomi *dc) in disable_transmit_dl()
724 static int send_data(enum port_type index, struct nozomi *dc) in send_data()
751 static int receive_data(enum port_type index, struct nozomi *dc) in receive_data()
853 enum port_type port = PORT_MDM; in receive_flow_control()
944 static enum ctrl_port_type port2ctrl(enum port_type port, in port2ctrl()
996 static int handle_data_dl(struct nozomi *dc, enum port_type port, u8 *toggle, in handle_data_dl()
1036 static int handle_data_ul(struct nozomi *dc, enum port_type port, u16 read_iir) in handle_data_ul()