/linux-4.19.296/drivers/isdn/gigaset/ |
D | gigaset.h | 281 struct cardstate *cs; 348 struct cardstate *cs; 380 struct cardstate *cs; 405 struct cardstate { struct 514 struct cardstate *cs; argument 570 int (*write_cmd)(struct cardstate *cs, struct cmdbuf_t *cb); 573 int (*write_room)(struct cardstate *cs); 574 int (*chars_in_buffer)(struct cardstate *cs); 575 int (*brkchars)(struct cardstate *cs, const unsigned char buf[6]); 595 int (*initcshw)(struct cardstate *cs); [all …]
|
D | ser-gigaset.c | 58 static void flush_send_queue(struct cardstate *); 63 static int write_modem(struct cardstate *cs) in write_modem() 104 static int send_cb(struct cardstate *cs) in send_cb() 161 struct cardstate *cs = (struct cardstate *) data; in gigaset_modem_fill() 203 static void flush_send_queue(struct cardstate *cs) in flush_send_queue() 242 static int gigaset_write_cmd(struct cardstate *cs, struct cmdbuf_t *cb) in gigaset_write_cmd() 277 static int gigaset_write_room(struct cardstate *cs) in gigaset_write_room() 293 static int gigaset_chars_in_buffer(struct cardstate *cs) in gigaset_chars_in_buffer() 305 static int gigaset_brkchars(struct cardstate *cs, const unsigned char buf[6]) in gigaset_brkchars() 366 static void gigaset_freecshw(struct cardstate *cs) in gigaset_freecshw() [all …]
|
D | common.c | 89 static int setflags(struct cardstate *cs, unsigned flags, unsigned delay) in setflags() 106 int gigaset_enterconfigmode(struct cardstate *cs) in gigaset_enterconfigmode() 158 struct cardstate *cs = from_timer(cs, t, timer); in timer_tick() 206 struct bc_state *gigaset_get_free_channel(struct cardstate *cs) in gigaset_get_free_channel() 250 int gigaset_get_channels(struct cardstate *cs) in gigaset_get_channels() 272 void gigaset_free_channels(struct cardstate *cs) in gigaset_free_channels() 284 void gigaset_block_channels(struct cardstate *cs) in gigaset_block_channels() 296 static void clear_events(struct cardstate *cs) in clear_events() 332 struct event_t *gigaset_add_event(struct cardstate *cs, in gigaset_add_event() 375 static void dealloc_temp_at_states(struct cardstate *cs) in dealloc_temp_at_states() [all …]
|
D | dummyll.c | 53 void gigaset_isdn_start(struct cardstate *cs) in gigaset_isdn_start() 57 void gigaset_isdn_stop(struct cardstate *cs) in gigaset_isdn_stop() 61 int gigaset_isdn_regdev(struct cardstate *cs, const char *isdnid) in gigaset_isdn_regdev() 66 void gigaset_isdn_unregdev(struct cardstate *cs) in gigaset_isdn_unregdev()
|
D | interface.c | 21 static int if_lock(struct cardstate *cs, int *arg) in if_lock() 60 static int if_version(struct cardstate *cs, unsigned arg[4]) in if_version() 95 static int if_config(struct cardstate *cs, int *arg) in if_config() 118 struct cardstate *cs; in if_open() 146 struct cardstate *cs = tty->driver_data; in if_close() 172 struct cardstate *cs = tty->driver_data; in if_ioctl() 238 struct cardstate *cs = tty->driver_data; in if_tiocmget() 256 struct cardstate *cs = tty->driver_data; in if_tiocmset() 282 struct cardstate *cs = tty->driver_data; in if_write() 327 struct cardstate *cs = tty->driver_data; in if_write_room() [all …]
|
D | usb-gigaset.c | 154 static int gigaset_set_modem_ctrl(struct cardstate *cs, unsigned old_state, in gigaset_set_modem_ctrl() 178 static int set_value(struct cardstate *cs, u8 req, u16 val) in set_value() 211 static int gigaset_baud_rate(struct cardstate *cs, unsigned cflag) in gigaset_baud_rate() 244 static int gigaset_set_line_ctrl(struct cardstate *cs, unsigned cflag) in gigaset_set_line_ctrl() 295 static int write_modem(struct cardstate *cs); 296 static int send_cb(struct cardstate *cs); 304 struct cardstate *cs = (struct cardstate *) data; in gigaset_modem_fill() 347 struct cardstate *cs = urb->context; in gigaset_read_int_callback() 398 struct cardstate *cs = urb->context; in gigaset_write_bulk_callback() 426 static int send_cb(struct cardstate *cs) in send_cb() [all …]
|
D | proc.c | 21 struct cardstate *cs = dev_get_drvdata(dev); in show_cidmode() 29 struct cardstate *cs = dev_get_drvdata(dev); in set_cidmode() 62 void gigaset_free_dev_sysfs(struct cardstate *cs) in gigaset_free_dev_sysfs() 72 void gigaset_init_dev_sysfs(struct cardstate *cs) in gigaset_init_dev_sysfs()
|
D | ev-layer.c | 407 static void add_cid_event(struct cardstate *cs, int cid, int type, in add_cid_event() 445 void gigaset_handle_modem_response(struct cardstate *cs) in gigaset_handle_modem_response() 637 struct cardstate *cs) in disconnect_nobc() 666 struct cardstate *cs, struct bc_state *bcs) in disconnect_bc() 697 static inline struct at_state_t *get_free_channel(struct cardstate *cs, in get_free_channel() 725 static void init_failed(struct cardstate *cs, int mode) in init_failed() 744 static void schedule_init(struct cardstate *cs, int state) in schedule_init() 761 static void send_command(struct cardstate *cs, const char *cmd, in send_command() 788 static struct at_state_t *at_state_from_cid(struct cardstate *cs, int cid) in at_state_from_cid() 847 struct cardstate *cs = at_state->cs; in start_dial() [all …]
|
D | bas-gigaset.c | 82 static int atread_submit(struct cardstate *, int); 85 static int atwrite_submit(struct cardstate *, unsigned char *, int); 86 static int start_cbsend(struct cardstate *); 92 struct cardstate *cs; 307 static int gigaset_set_modem_ctrl(struct cardstate *cs, unsigned old_state, in gigaset_set_modem_ctrl() 313 static int gigaset_baud_rate(struct cardstate *cs, unsigned cflag) in gigaset_baud_rate() 318 static int gigaset_set_line_ctrl(struct cardstate *cs, unsigned cflag) in gigaset_set_line_ctrl() 348 struct cardstate *cs = bcs->cs; in error_hangup() 362 static inline void error_reset(struct cardstate *cs) in error_reset() 440 struct cardstate *cs = ucs->cs; in cmd_in_timeout() [all …]
|
D | capi.c | 151 static inline void ignore_cstruct_param(struct cardstate *cs, _cstruct param, in ignore_cstruct_param() 326 static void send_data_b3_conf(struct cardstate *cs, struct capi_ctr *ctr, in send_data_b3_conf() 372 struct cardstate *cs = bcs->cs; in gigaset_skb_sent() 417 struct cardstate *cs = bcs->cs; in gigaset_skb_rcvd() 497 struct cardstate *cs = at_state->cs; in gigaset_isdn_icall() 686 struct cardstate *cs = bcs->cs; in send_disconnect_ind() 720 struct cardstate *cs = bcs->cs; in send_disconnect_b3_ind() 756 struct cardstate *cs = bcs->cs; in gigaset_isdn_connD() 855 struct cardstate *cs = bcs->cs; in gigaset_isdn_connB() 948 void gigaset_isdn_start(struct cardstate *cs) in gigaset_isdn_start() [all …]
|
D | i4l.c | 46 struct cardstate *cs = gigaset_get_cs_by_id(driverID); in writebuf_from_LL() 197 struct cardstate *cs; in command_from_LL() 426 static void gigaset_i4l_cmd(struct cardstate *cs, int cmd) in gigaset_i4l_cmd() 459 struct cardstate *cs = at_state->cs; in gigaset_isdn_icall() 597 void gigaset_isdn_start(struct cardstate *cs) in gigaset_isdn_start() 610 void gigaset_isdn_stop(struct cardstate *cs) in gigaset_isdn_stop() 623 int gigaset_isdn_regdev(struct cardstate *cs, const char *isdnid) in gigaset_isdn_regdev() 672 void gigaset_isdn_unregdev(struct cardstate *cs) in gigaset_isdn_unregdev()
|
D | asyncdata.c | 52 struct cardstate *cs = inbuf->cs; in cmd_loop() 140 struct cardstate *cs = inbuf->cs; in hdlc_loop() 287 struct cardstate *cs = inbuf->cs; in iraw_loop() 340 struct cardstate *cs = inbuf->cs; in handle_dle() 409 struct cardstate *cs = inbuf->cs; in gigaset_m10x_input() 587 struct cardstate *cs = bcs->cs; in gigaset_m10x_send_skb()
|
D | isocdata.c | 537 struct cardstate *cs = bcs->cs; in hdlc_done() 896 struct cardstate *cs = inbuf->cs; in cmd_loop() 943 struct cardstate *cs = inbuf->cs; in gigaset_isoc_input()
|
/linux-4.19.296/include/uapi/linux/ |
D | b1lli.h | 41 int cardstate; member
|