Lines Matching defs:file
59 struct file *file)
65 hpi_send_recv_ex(phm, phr, file);
69 * (or other kernel process) In this case there is no file descriptor
80 int asihpi_hpi_release(struct file *file)
85 /* HPI_DEBUG_LOG(INFO,"hpi_release file %p, pid %d\n", file, current->pid); */
89 hpi_send_recv_ex(&hm, &hr, file);
93 long asihpi_hpi_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
174 hpi_send_recv_f(&hm->m0, &hr->r0, file);
265 hpi_send_recv_f(&hm->m0, &hr->r0, file);