Searched defs:call (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ppp/
H A Dpppopns.c54 __u16 call; member in struct:header
87 if (hdr->type != PPTP_GRE_TYPE || hdr->call != opt->local ||
223 hdr->call = opt->remote;
/drivers/vhost/
H A Dvhost.h70 struct file *call; member in struct:vhost_virtqueue
78 /* The routine to call when the Guest pings us, or timeout. */
/drivers/gpu/drm/nouveau/core/include/core/
H A Dobject.h82 int (*call)(struct nouveau_object *, u32, void *, u32); member in struct:nouveau_omthds
124 while (method && method->call) {
126 return method->call(obj, mthd, data, size);
/drivers/scsi/qla2xxx/
H A Dqla_tmpl.c708 int (*call)( member in struct:qla27xx_fwdt_entry_call
750 return list->call;
/drivers/tty/
H A Dtty_io.c668 * cannot just call hangup() because that will cause
670 * So we just call close() the right number of times.
724 * The user has asked via system call for the terminal to be hung up.
912 * on an already stopped device and will not re-call the driver
990 * Perform the read system call function on this terminal device. Checks
1487 * Structures all installed ... call the ldisc open routines.
1488 * If we fail here just call release_tty to clean up. No need
1505 /* call the tty release_tty routine to clean out this slot */
2091 tty_unlock(tty); /* need to call tty_release without BTM */
3090 * away soon. Don't call i
3512 initcall_t *call; local
[all...]

Completed in 412 milliseconds