Home
last modified time | relevance | path

Searched refs:upc_channel (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/intermezzo/
Dpsdev.c69 struct upc_channel izo_channels[MAX_CHANNEL] = {{0}};
87 struct upc_channel *channel; in izo_psdev_setpid()
155 struct upc_channel *channel = (struct upc_channel *)file->private_data; in presto_psdev_poll()
183 struct upc_channel *channel = (struct upc_channel *)file->private_data; in presto_psdev_write()
253 struct upc_channel *channel = (struct upc_channel *)file->private_data; in presto_psdev_read()
324 struct upc_channel *channel = (struct upc_channel *)file->private_data; in presto_psdev_release()
395 struct upc_channel *channel = &(izo_channels[i]); in presto_psdev_init()
419 struct upc_channel *channel = &(izo_channels[i]); in presto_psdev_cleanup()
462 (struct upc_channel *channel, struct upc_req *req, int minor) in lento_waitfor_upcall()
523 struct upc_channel *channel; in izo_upc_upcall()
Dinode.c115 struct upc_channel *channel; in presto_put_super()
/linux-2.4.37.9/include/linux/
Dintermezzo_psdev.h16 struct upc_channel { struct
37 extern struct upc_channel izo_channels[MAX_CHANNEL]; argument
Dintermezzo_fs.h229 struct upc_channel *cache_psdev; /* points to channel used */