• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/

Lines Matching refs:cardstate

74 static int setflags(struct cardstate *cs, unsigned flags, unsigned delay)
91 int gigaset_enterconfigmode(struct cardstate *cs)
145 struct cardstate *cs = (struct cardstate *) data;
209 int gigaset_get_channels(struct cardstate *cs)
230 void gigaset_free_channels(struct cardstate *cs)
242 void gigaset_block_channels(struct cardstate *cs)
254 static void clear_events(struct cardstate *cs)
276 struct event_t *gigaset_add_event(struct cardstate *cs,
322 static void dealloc_at_states(struct cardstate *cs)
354 static struct cardstate *alloc_cs(struct gigaset_driver *drv)
358 struct cardstate *ret = NULL;
374 static void free_cs(struct cardstate *cs)
385 static void make_valid(struct cardstate *cs, unsigned mask)
394 static void make_invalid(struct cardstate *cs, unsigned mask)
403 void gigaset_freecs(struct cardstate *cs)
470 struct cardstate *cs, int cid)
499 struct cardstate *cs, int inputstate)
553 struct cardstate *cs, int channel)
612 * Allocate and initialize cardstate structure for Gigaset driver
625 * pointer to cardstate structure
627 struct cardstate *gigaset_initcs(struct gigaset_driver *drv, int channels,
631 struct cardstate *cs = NULL;
764 struct cardstate *cs = bcs->cs;
795 static void cleanup_cs(struct cardstate *cs)
848 int gigaset_start(struct cardstate *cs)
888 void gigaset_shutdown(struct cardstate *cs)
910 void gigaset_stop(struct cardstate *cs)
935 struct cardstate *gigaset_get_cs_by_id(int id)
938 struct cardstate *ret = NULL;
939 struct cardstate *cs;
966 static struct cardstate *cs;
979 gig_dbg(DEBUG_DRIVER, " cardstate %p", cs);
990 static struct cardstate *gigaset_get_cs_by_minor(unsigned minor)
993 struct cardstate *ret = NULL;
1013 struct cardstate *gigaset_get_cs_by_tty(struct tty_struct *tty)
1099 /* For drivers without fixed assignment device<->cardstate (usb) */
1100 struct cardstate *gigaset_getunassignedcs(struct gigaset_driver *drv)
1103 struct cardstate *cs = NULL;
1123 void gigaset_unassign(struct cardstate *cs)