Searched defs:write_room (Results 1 - 3 of 3) sorted by relevance

/drivers/isdn/gigaset/
H A Dgigaset.h571 int (*write_room)(struct cardstate *cs); member in struct:gigaset_ops
/drivers/tty/
H A Dsynclink_gt.c151 static int write_room(struct tty_struct *tty);
944 static int write_room(struct tty_struct *tty) function
949 if (sanity_check(info, tty->name, "write_room"))
952 DBGINFO(("%s write_room=%d\n", info->device_name, ret));
3719 .write_room = write_room,
H A Dsynclinkmp.c517 static int write_room(struct tty_struct *tty);
1122 static int write_room(struct tty_struct *tty) function
1127 if (sanity_check(info, tty->name, "write_room"))
1139 printk("%s(%d):%s write_room()=%d\n",
3890 .write_room = write_room,

Completed in 145 milliseconds