Home
last modified time | relevance | path

Searched defs:gigaset_ops (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/isdn/gigaset/
Dgigaset.h567 struct gigaset_ops { struct
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]);
579 int (*init_bchannel)(struct bc_state *bcs);
583 int (*close_bchannel)(struct bc_state *bcs);
586 int (*initbcshw)(struct bc_state *bcs);
589 void (*freebcshw)(struct bc_state *bcs);
592 void (*reinitbcshw)(struct bc_state *bcs);
[all …]