Home
last modified time | relevance | path

Searched refs:cardstate (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/drivers/staging/isdn/gigaset/
Dgigaset.h278 struct cardstate *cs;
345 struct cardstate *cs;
377 struct cardstate *cs;
402 struct cardstate { struct
511 struct cardstate *cs; argument
567 int (*write_cmd)(struct cardstate *cs, struct cmdbuf_t *cb);
570 int (*write_room)(struct cardstate *cs);
571 int (*chars_in_buffer)(struct cardstate *cs);
572 int (*brkchars)(struct cardstate *cs, const unsigned char buf[6]);
592 int (*initcshw)(struct cardstate *cs);
[all …]
Dser-gigaset.c55 static void flush_send_queue(struct cardstate *);
60 static int write_modem(struct cardstate *cs) in write_modem()
101 static int send_cb(struct cardstate *cs) in send_cb()
158 struct cardstate *cs = (struct cardstate *) data; in gigaset_modem_fill()
200 static void flush_send_queue(struct cardstate *cs) in flush_send_queue()
239 static int gigaset_write_cmd(struct cardstate *cs, struct cmdbuf_t *cb) in gigaset_write_cmd()
274 static int gigaset_write_room(struct cardstate *cs) in gigaset_write_room()
290 static int gigaset_chars_in_buffer(struct cardstate *cs) in gigaset_chars_in_buffer()
302 static int gigaset_brkchars(struct cardstate *cs, const unsigned char buf[6]) in gigaset_brkchars()
363 static void gigaset_freecshw(struct cardstate *cs) in gigaset_freecshw()
[all …]
Dcommon.c86 static int setflags(struct cardstate *cs, unsigned flags, unsigned delay) in setflags()
103 int gigaset_enterconfigmode(struct cardstate *cs) in gigaset_enterconfigmode()
155 struct cardstate *cs = from_timer(cs, t, timer); in timer_tick()
203 struct bc_state *gigaset_get_free_channel(struct cardstate *cs) in gigaset_get_free_channel()
247 int gigaset_get_channels(struct cardstate *cs) in gigaset_get_channels()
269 void gigaset_free_channels(struct cardstate *cs) in gigaset_free_channels()
281 void gigaset_block_channels(struct cardstate *cs) in gigaset_block_channels()
293 static void clear_events(struct cardstate *cs) in clear_events()
329 struct event_t *gigaset_add_event(struct cardstate *cs, in gigaset_add_event()
372 static void dealloc_temp_at_states(struct cardstate *cs) in dealloc_temp_at_states()
[all …]
Dinterface.c18 static int if_lock(struct cardstate *cs, int *arg) in if_lock()
57 static int if_version(struct cardstate *cs, unsigned arg[4]) in if_version()
92 static int if_config(struct cardstate *cs, int *arg) in if_config()
115 struct cardstate *cs; in if_open()
143 struct cardstate *cs = tty->driver_data; in if_close()
169 struct cardstate *cs = tty->driver_data; in if_ioctl()
243 struct cardstate *cs = tty->driver_data; in if_tiocmget()
261 struct cardstate *cs = tty->driver_data; in if_tiocmset()
287 struct cardstate *cs = tty->driver_data; in if_write()
332 struct cardstate *cs = tty->driver_data; in if_write_room()
[all …]
Ddummyll.c50 void gigaset_isdn_start(struct cardstate *cs) in gigaset_isdn_start()
54 void gigaset_isdn_stop(struct cardstate *cs) in gigaset_isdn_stop()
58 int gigaset_isdn_regdev(struct cardstate *cs, const char *isdnid) in gigaset_isdn_regdev()
63 void gigaset_isdn_unregdev(struct cardstate *cs) in gigaset_isdn_unregdev()
Dusb-gigaset.c151 static int gigaset_set_modem_ctrl(struct cardstate *cs, unsigned old_state, in gigaset_set_modem_ctrl()
175 static int set_value(struct cardstate *cs, u8 req, u16 val) in set_value()
208 static int gigaset_baud_rate(struct cardstate *cs, unsigned cflag) in gigaset_baud_rate()
241 static int gigaset_set_line_ctrl(struct cardstate *cs, unsigned cflag) in gigaset_set_line_ctrl()
292 static int write_modem(struct cardstate *cs);
293 static int send_cb(struct cardstate *cs);
301 struct cardstate *cs = (struct cardstate *) data; in gigaset_modem_fill()
344 struct cardstate *cs = urb->context; in gigaset_read_int_callback()
395 struct cardstate *cs = urb->context; in gigaset_write_bulk_callback()
423 static int send_cb(struct cardstate *cs) in send_cb()
[all …]
Dproc.c18 struct cardstate *cs = dev_get_drvdata(dev); in show_cidmode()
26 struct cardstate *cs = dev_get_drvdata(dev); in set_cidmode()
59 void gigaset_free_dev_sysfs(struct cardstate *cs) in gigaset_free_dev_sysfs()
69 void gigaset_init_dev_sysfs(struct cardstate *cs) in gigaset_init_dev_sysfs()
Dev-layer.c404 static void add_cid_event(struct cardstate *cs, int cid, int type, in add_cid_event()
442 void gigaset_handle_modem_response(struct cardstate *cs) in gigaset_handle_modem_response()
634 struct cardstate *cs) in disconnect_nobc()
663 struct cardstate *cs, struct bc_state *bcs) in disconnect_bc()
694 static inline struct at_state_t *get_free_channel(struct cardstate *cs, in get_free_channel()
722 static void init_failed(struct cardstate *cs, int mode) in init_failed()
741 static void schedule_init(struct cardstate *cs, int state) in schedule_init()
758 static void send_command(struct cardstate *cs, const char *cmd, in send_command()
785 static struct at_state_t *at_state_from_cid(struct cardstate *cs, int cid) in at_state_from_cid()
844 struct cardstate *cs = at_state->cs; in start_dial()
[all …]
Dbas-gigaset.c79 static int atread_submit(struct cardstate *, int);
82 static int atwrite_submit(struct cardstate *, unsigned char *, int);
83 static int start_cbsend(struct cardstate *);
89 struct cardstate *cs;
304 static int gigaset_set_modem_ctrl(struct cardstate *cs, unsigned old_state, in gigaset_set_modem_ctrl()
310 static int gigaset_baud_rate(struct cardstate *cs, unsigned cflag) in gigaset_baud_rate()
315 static int gigaset_set_line_ctrl(struct cardstate *cs, unsigned cflag) in gigaset_set_line_ctrl()
345 struct cardstate *cs = bcs->cs; in error_hangup()
359 static inline void error_reset(struct cardstate *cs) in error_reset()
437 struct cardstate *cs = ucs->cs; in cmd_in_timeout()
[all …]
Dcapi.c148 static inline void ignore_cstruct_param(struct cardstate *cs, _cstruct param, in ignore_cstruct_param()
323 static void send_data_b3_conf(struct cardstate *cs, struct capi_ctr *ctr, in send_data_b3_conf()
369 struct cardstate *cs = bcs->cs; in gigaset_skb_sent()
414 struct cardstate *cs = bcs->cs; in gigaset_skb_rcvd()
494 struct cardstate *cs = at_state->cs; in gigaset_isdn_icall()
683 struct cardstate *cs = bcs->cs; in send_disconnect_ind()
717 struct cardstate *cs = bcs->cs; in send_disconnect_b3_ind()
753 struct cardstate *cs = bcs->cs; in gigaset_isdn_connD()
852 struct cardstate *cs = bcs->cs; in gigaset_isdn_connB()
945 void gigaset_isdn_start(struct cardstate *cs) in gigaset_isdn_start()
[all …]
Dasyncdata.c49 struct cardstate *cs = inbuf->cs; in cmd_loop()
137 struct cardstate *cs = inbuf->cs; in hdlc_loop()
284 struct cardstate *cs = inbuf->cs; in iraw_loop()
337 struct cardstate *cs = inbuf->cs; in handle_dle()
406 struct cardstate *cs = inbuf->cs; in gigaset_m10x_input()
584 struct cardstate *cs = bcs->cs; in gigaset_m10x_send_skb()
Disocdata.c534 struct cardstate *cs = bcs->cs; in hdlc_done()
893 struct cardstate *cs = inbuf->cs; in cmd_loop()
940 struct cardstate *cs = inbuf->cs; in gigaset_isoc_input()
/Linux-v5.4/include/uapi/linux/
Db1lli.h41 int cardstate; member