Searched refs:tcd (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dtape_class.c43 struct tape_class_device * tcd; local
47 tcd = kzalloc(sizeof(struct tape_class_device), GFP_KERNEL);
48 if (!tcd)
51 strncpy(tcd->device_name, device_name, TAPECLASS_NAME_LEN);
52 for (s = strchr(tcd->device_name, '/'); s; s = strchr(s, '/'))
54 strncpy(tcd->mode_name, mode_name, TAPECLASS_NAME_LEN);
55 for (s = strchr(tcd->mode_name, '/'); s; s = strchr(s, '/'))
58 tcd->char_device = cdev_alloc();
59 if (!tcd->char_device) {
64 tcd
105 unregister_tape_dev(struct tape_class_device *tcd) argument
[all...]
H A Dtape_class.h59 void unregister_tape_dev(struct tape_class_device *tcd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dsynclink_cs.c962 static void rx_ready_async(MGSLPC_INFO *info, int tcd) argument
970 if (tcd) {

Completed in 48 milliseconds